diff options
Diffstat (limited to 'src/icons/shape.svg')
-rw-r--r-- | src/icons/shape.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/icons/shape.svg b/src/icons/shape.svg new file mode 100644 index 00000000..1ad69f3c --- /dev/null +++ b/src/icons/shape.svg @@ -0,0 +1,16 @@ +--- +category: Design +tags: [draw, square, form, create, outline] +version: "1.3" +unicode: "eb9c" +--- +<svg> + <circle cx="5" cy="5" r="2" /> + <circle cx="19" cy="5" r="2" /> + <circle cx="5" cy="19" r="2" /> + <circle cx="19" cy="19" r="2" /> + <line x1="5" y1="7" x2="5" y2="17" /> + <line x1="7" y1="5" x2="17" y2="5" /> + <line x1="7" y1="19" x2="17" y2="19" /> + <line x1="19" y1="7" x2="19" y2="17" /> +</svg> |