PluginProbe
codoc / 0.8.4
codoc v0.8.4
0.9.8.8 0.9.8.9 0.9.9 0.9.9.1 trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.8.1 0.8.2 0.8.3 0.8.4 0.8.6 0.8.7 0.8.8 0.8.9 0.9 0.9.1 0.9.10 0.9.11 All 114 releases
codoc / src / block / icon.js

icon.js in codoc 0.8.4, at src/block/icon.js

12 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * WordPress dependencies
3 */
4 import { G, Path, SVG } from '@wordpress/components';
5
6 export default (
7 <svg id="レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M10.51,169.76c0-8.56,7.41-15.55,16-15.55a14.75,14.75,0,0,1,11.12,4.42l-5.27,5.28a8.56,8.56,0,0,0-5.85-2.28,7.84,7.84,0,0,0-8,8.13,7.93,7.93,0,0,0,8,8.13,8.31,8.31,0,0,0,5.7-2.43l5.28,5.13a15.2,15.2,0,0,1-11,4.71C17.21,185.3,10.51,179,10.51,169.76Z"/><path d="M44.67,169.76c0-8.56,7.41-15.55,16-15.55,9.27,0,16,6.28,16,15.55,0,8.55-7.42,15.54-16,15.54C51.37,185.3,44.67,179,44.67,169.76Zm24,0a7.75,7.75,0,0,0-8-8.13,7.83,7.83,0,0,0-8,8.13,7.92,7.92,0,0,0,8,8.13A7.83,7.83,0,0,0,68.62,169.76Z"/><path d="M84,169.76a15.68,15.68,0,0,1,15.55-15.55,14,14,0,0,1,8.41,2.57V138.49h8v31.27c0,8.55-7.42,15.54-16,15.54C90.66,185.3,84,179,84,169.76Zm24,0a8,8,0,1,0-16,0,7.92,7.92,0,0,0,8,8.13A7.84,7.84,0,0,0,107.92,169.76Z"/><path d="M124.11,169.76c0-8.56,7.42-15.55,16-15.55,9.27,0,16,6.28,16,15.55,0,8.55-7.42,15.54-16,15.54C130.81,185.3,124.11,179,124.11,169.76Zm24,0a8,8,0,1,0-16,0,7.92,7.92,0,0,0,8,8.13A7.84,7.84,0,0,0,148.07,169.76Z"/><path d="M163.41,169.76c0-8.56,7.41-15.55,16-15.55a14.73,14.73,0,0,1,11.12,4.42l-5.27,5.28a8.56,8.56,0,0,0-5.85-2.28,7.84,7.84,0,0,0-8,8.13,7.93,7.93,0,0,0,8,8.13,8.31,8.31,0,0,0,5.7-2.43l5.28,5.13a15.2,15.2,0,0,1-11,4.71C170.11,185.3,163.41,179,163.41,169.76Z"/><path class="cls-1" d="M154.23,78.71H125v29.7H66.79V53.79a8.14,8.14,0,0,1,8.14-8.14h71.16a8.14,8.14,0,0,1,8.14,8.14Z"/><rect class="cls-2" x="145.33" y="45.94" width="8.9" height="33.31"/><rect x="78.88" y="90.24" width="37.68" height="8.9"/><rect x="78.88" y="72.85" width="37.68" height="8.9"/><rect x="78.88" y="55.46" width="66.46" height="8.9"/><path d="M164.18,50.39A14.44,14.44,0,0,0,149.74,36H71.28A14.44,14.44,0,0,0,56.84,50.39v68.22h78.1l0,0,29.21-29.7,0,0h0ZM135,104.49V88.91h15.27ZM154.23,79H125v29.7H66.79V54a8.13,8.13,0,0,1,8.14-8.14h71.16A8.13,8.13,0,0,1,154.23,54Z"/><polygon class="cls-2" points="134.97 88.91 134.97 104.49 150.39 89.06 134.97 88.91"/><path d="M46.77,46.88A20.88,20.88,0,0,1,67.65,26h47.07V16.05H64A27.18,27.18,0,0,0,36.83,43.23V79.52h9.94Z"/></svg>
8
9 );
10
11
12