diff options
Diffstat (limited to 'src/icons/text-resize.svg')
-rw-r--r-- | src/icons/text-resize.svg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/icons/text-resize.svg b/src/icons/text-resize.svg new file mode 100644 index 00000000..2a72b6d1 --- /dev/null +++ b/src/icons/text-resize.svg @@ -0,0 +1,18 @@ +--- +tags: [edit, editor, scale, font, bigger, smaller] +category: Design +version: "1.46" +unicode: "ef87" +--- +<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" /> + <path d="M5 7v10" /> + <path d="M7 5h10" /> + <path d="M7 19h10" /> + <path d="M19 7v10" /> + <path d="M10 10h4" /> + <path d="M12 14v-4" /> +</svg> |