diff options
Diffstat (limited to 'src/_icons/brush.svg')
-rw-r--r-- | src/_icons/brush.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/brush.svg b/src/_icons/brush.svg new file mode 100644 index 0000000..633f49f --- /dev/null +++ b/src/_icons/brush.svg @@ -0,0 +1,9 @@ +--- +tags: [] +--- +<svg> + <path d="M3 21v-4a4 4 0 1 1 4 4h-4" /> + <path d="M21 3a16 16 0 0 0 -12.8 10.2" /> + <path d="M21 3a16 16 0 0 1 -10.2 12.8" /> + <path d="M10.6 9a9 9 0 0 1 4.4 4.4" /> +</svg> |