Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
This commit is contained in:
41
plugins/code-snippets/assets/icon.svg
Normal file
41
plugins/code-snippets/assets/icon.svg
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="527.87659"
|
||||
viewBox="0 0 527.87659 437.89301"
|
||||
height="437.89301"
|
||||
version="1.1"
|
||||
id="svg3782"
|
||||
style="fill:none"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="m 485.43,285.72732 c 51.43,-29.68 51.43,-103.88 0,-133.56 L 246.64,14.377317 c -51.41,-29.661998 -115.66,7.432 -115.66,66.779 V 356.73632 c 0,59.35 64.25,96.44 115.66,66.78 l 238.79,-137.79 z"
|
||||
id="path3769"
|
||||
style="fill:#08c5d1;stroke:#ffffff;stroke-width:8" />
|
||||
<path
|
||||
d="m 358.46,285.72732 c 51.42,-29.68 51.42,-103.88 0,-133.56 L 119.66,14.377317 C 68.251,-15.284681 4,21.809317 4,81.156317 V 356.73632 c 0,59.35 64.251,96.44 115.66,66.78 l 238.8,-137.79 z"
|
||||
id="path3771"
|
||||
style="fill:#d46f4d;stroke:#ffffff;stroke-width:8" />
|
||||
<g
|
||||
clip-path="url(#clip0)"
|
||||
id="g3775"
|
||||
transform="translate(0,-1.0526808)">
|
||||
<path
|
||||
d="m 186.95,222.05 65.43,-55.94 c 1.84,-1.57 1.84,-4.13 0,-5.7 -12.9,-11.02 -33.81,-11.02 -46.7,0 l -45.42,38.83 -9.77,-8.36 c 1.69,-3.67 2.63,-7.67 2.63,-11.85 0,-17.82 -16.9,-32.27 -37.75,-32.27 -20.841,0 -37.738,14.45 -37.738,32.27 0,17.82 16.897,32.26 37.738,32.26 1.79,0 3.54,-0.1 5.26,-0.31 l 12.94,11.07 -12.94,11.07 c -1.72,-0.21 -3.47,-0.32 -5.26,-0.32 -20.841,0 -37.738,14.45 -37.738,32.27 0,17.82 16.897,32.26 37.738,32.26 20.85,0 37.75,-14.44 37.75,-32.26 0,-4.19 -0.94,-8.18 -2.63,-11.85 l 9.77,-8.36 45.42,38.83 c 12.89,11.02 33.8,11.02 46.7,0 1.84,-1.58 1.84,-4.13 0,-5.71 z m -71.58,-32.27 c -6.93,0 -12.58,-4.82 -12.58,-10.75 0,-5.93 5.65,-10.76 12.58,-10.76 6.94,0 12.58,4.83 12.58,10.76 0,5.93 -5.64,10.75 -12.58,10.75 z m 0,86.04 c -6.93,0 -12.58,-4.82 -12.58,-10.75 0,-5.93 5.65,-10.76 12.58,-10.76 6.94,0 12.58,4.83 12.58,10.76 0,5.93 -5.64,10.75 -12.58,10.75 z"
|
||||
id="path3773"
|
||||
style="fill:#ffffff" />
|
||||
</g>
|
||||
<defs
|
||||
id="defs3780">
|
||||
<clipPath
|
||||
id="clip0">
|
||||
<rect
|
||||
width="176.13"
|
||||
transform="translate(77.632,136.01)"
|
||||
height="172.08"
|
||||
id="rect3777"
|
||||
x="0"
|
||||
y="0"
|
||||
style="fill:#ffffff" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
7
plugins/code-snippets/assets/menu-icon.svg
Normal file
7
plugins/code-snippets/assets/menu-icon.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="18.025">
|
||||
<path
|
||||
d="M3.718 58.581h3.104a.833.833 0 0 1 .599 1.412l.004.009L5.3 62.125a3.747 3.747 0 0 0 0 5.304 3.755 3.755 0 0 0 5.304 0 3.755 3.755 0 0 0-1.454-6.207l.558-.558h7.134c1.7 0 3.083-1.446 3.124-3.25 0-.03.004-.054 0-.083a.92.92 0 0 0-.916-.834h-5.175l3.737-3.736a.92.92 0 0 0 .062-1.238c-.02-.025-.04-.042-.062-.062-1.3-1.242-3.304-1.288-4.503-.088l-5.124 5.124h-.91a3.75 3.75 0 1 0-3.358 2.084m1.667-3.75a1.666 1.666 0 1 1-3.333.002 1.666 1.666 0 0 1 3.333-.001m3.745 8.771c.65.65.65 1.704 0 2.354a1.663 1.663 0 0 1-2.358 0 1.664 1.664 0 0 1 0-2.354 1.66 1.66 0 0 1 2.358 0"
|
||||
style="stroke-width:.0195306"
|
||||
transform="translate(.032 -50.5)"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 765 B |
Reference in New Issue
Block a user