Added design tools (#717)

This commit is contained in:
Karsa
2022-06-14 16:42:22 +02:00
committed by GitHub
parent c96c8e5872
commit 077f950e13
6 changed files with 103 additions and 0 deletions

16
icons/paint-bucket.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z" />
<path d="m5 2 5 5" />
<path d="M2 13h15" />
<path d="M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z" />
</svg>

After

Width:  |  Height:  |  Size: 409 B

16
icons/paintbrush-2.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M14 19.9V16h3a2 2 0 0 0 2-2v-2H5v2c0 1.1.9 2 2 2h3v3.9a2 2 0 1 0 4 0Z" />
<path d="M6 12V2h12v10" />
<path d="M14 2v4" />
<path d="M10 2v2" />
</svg>

After

Width:  |  Height:  |  Size: 368 B

15
icons/paintbrush.svg Normal file
View File

@@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M18.37 2.63 14 7l-1.59-1.59a2 2 0 0 0-2.82 0L8 7l9 9 1.59-1.59a2 2 0 0 0 0-2.82L17 10l4.37-4.37a2.12 2.12 0 1 0-3-3Z" />
<path d="M9 8c-2 3-4 3.5-7 4l8 10c2-1 6-5 6-7" />
<path d="M14.5 17.5 4.5 15" />
</svg>

After

Width:  |  Height:  |  Size: 425 B

16
icons/scaling.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 3 9 15" />
<path d="M12 3H3v18h18v-9" />
<path d="M16 3h5v5" />
<path d="M14 15H9v-5" />
</svg>

After

Width:  |  Height:  |  Size: 318 B

14
icons/slice.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m8 14-6 6h9v-3" />
<path d="M18.37 3.63 8 14l3 3L21.37 6.63a2.12 2.12 0 1 0-3-3Z" />
</svg>

After

Width:  |  Height:  |  Size: 306 B

View File

@@ -2092,6 +2092,22 @@
"delete", "delete",
"remove" "remove"
], ],
"paint-bucket": [
"fill",
"paint",
"bucket",
"design"
],
"paintbrush": [
"brush",
"paintbrush",
"design"
],
"paintbrush-2": [
"brush",
"paintbrush",
"design"
],
"palette": [ "palette": [
"color", "color",
"theme" "theme"
@@ -2342,6 +2358,11 @@
"save": [ "save": [
"floppy disk" "floppy disk"
], ],
"scaling": [
"scale",
"resize",
"design"
],
"scale": [ "scale": [
"balance", "balance",
"legal", "legal",
@@ -2595,6 +2616,11 @@
"prohibited", "prohibited",
"error" "error"
], ],
"slice": [
"cutter",
"scalpel",
"knife"
],
"sliders": [ "sliders": [
"settings", "settings",
"controls" "controls"