Upload folder using huggingface_hub
Browse files
6.20.0/icons/src/BrushSize.svelte
CHANGED
|
@@ -3,8 +3,14 @@
|
|
| 3 |
width="100%"
|
| 4 |
height="100%"
|
| 5 |
viewBox="0 0 24 24"
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
width="100%"
|
| 4 |
height="100%"
|
| 5 |
viewBox="0 0 24 24"
|
| 6 |
+
fill="none"
|
| 7 |
+
stroke="currentColor"
|
| 8 |
+
stroke-width="1.7"
|
| 9 |
+
stroke-linecap="round"
|
| 10 |
+
stroke-linejoin="round"
|
| 11 |
>
|
| 12 |
+
<circle cx="12" cy="12" r="7.5" />
|
| 13 |
+
<path d="M7.25 16.75l9.5-9.5" />
|
| 14 |
+
<path d="M8 13.6v3.15h3.15" />
|
| 15 |
+
<path d="M12.85 7.25H16v3.15" />
|
| 16 |
+
</svg>
|