@taiga-ui/icons 4.52.0-canary.974ca4b → 4.52.0-canary.9c7b1f0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/ampersand-filled.svg +2 -2
- package/src/ampersand.svg +2 -2
- package/src/anchor-filled.svg +4 -3
- package/src/anchor.svg +4 -3
- package/src/balloon-filled.svg +15 -0
- package/src/balloon.svg +15 -0
- package/src/book-search-filled.svg +16 -0
- package/src/book-search.svg +16 -0
- package/src/brush-cleaning-filled.svg +2 -2
- package/src/brush-cleaning.svg +2 -2
- package/src/bubbles-filled.svg +1 -1
- package/src/bubbles.svg +1 -1
- package/src/calendars-filled.svg +18 -0
- package/src/calendars.svg +18 -0
- package/src/cannabis-off-filled.svg +24 -0
- package/src/cannabis-off.svg +24 -0
- package/src/circle-pile-filled.svg +18 -0
- package/src/circle-pile.svg +18 -0
- package/src/cloud-backup-filled.svg +18 -0
- package/src/cloud-backup.svg +18 -0
- package/src/cloud-sync-filled.svg +17 -0
- package/src/cloud-sync.svg +17 -0
- package/src/fingerprint-pattern-filled.svg +21 -0
- package/src/fingerprint-pattern.svg +21 -0
- package/src/fishing-hook-filled.svg +18 -0
- package/src/fishing-hook.svg +18 -0
- package/src/flashlight-filled.svg +3 -3
- package/src/flashlight-off-filled.svg +11 -4
- package/src/flashlight-off.svg +11 -4
- package/src/flashlight.svg +3 -3
- package/src/folder-git-2-filled.svg +1 -1
- package/src/folder-git-2.svg +1 -1
- package/src/form-filled.svg +16 -0
- package/src/form.svg +16 -0
- package/src/hd-filled.svg +20 -0
- package/src/hd.svg +20 -0
- package/src/layers-plus-filled.svg +20 -0
- package/src/layers-plus.svg +20 -0
- package/src/memory-stick-filled.svg +11 -12
- package/src/memory-stick.svg +11 -12
- package/src/microchip-filled.svg +8 -12
- package/src/microchip.svg +8 -12
- package/src/paint-bucket-filled.svg +10 -4
- package/src/paint-bucket.svg +10 -4
- package/src/plug-filled.svg +5 -2
- package/src/plug.svg +5 -2
- package/src/scale-filled.svg +4 -4
- package/src/scale.svg +4 -4
- package/src/scissors-square-dashed-bottom-filled.svg +14 -11
- package/src/scissors-square-dashed-bottom.svg +14 -11
- package/src/scissors-square-filled.svg +6 -6
- package/src/scissors-square.svg +6 -6
- package/src/scooter-filled.svg +16 -0
- package/src/scooter.svg +16 -0
- package/src/search-alert-filled.svg +16 -0
- package/src/search-alert.svg +16 -0
- package/src/square-bottom-dashed-scissors-filled.svg +14 -11
- package/src/square-bottom-dashed-scissors.svg +14 -11
- package/src/square-scissors-filled.svg +6 -6
- package/src/square-scissors.svg +6 -6
- package/src/stone-filled.svg +18 -0
- package/src/stone.svg +18 -0
- package/src/thermometer-sun-filled.svg +6 -6
- package/src/thermometer-sun.svg +6 -6
- package/src/thumbs-down-filled.svg +1 -1
- package/src/thumbs-down.svg +1 -1
- package/src/thumbs-up-filled.svg +1 -1
- package/src/thumbs-up.svg +1 -1
- package/src/tickets-filled.svg +1 -1
- package/src/tickets-plane-filled.svg +1 -1
- package/src/tickets-plane.svg +1 -1
- package/src/tickets.svg +1 -1
- package/src/van-filled.svg +23 -0
- package/src/van.svg +23 -0
- package/src/waves-arrow-down-filled.svg +22 -0
- package/src/waves-arrow-down.svg +22 -0
- package/src/waves-arrow-up-filled.svg +22 -0
- package/src/waves-arrow-up.svg +22 -0
- package/src/weight-tilde-filled.svg +18 -0
- package/src/weight-tilde.svg +18 -0
package/src/hd.svg
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="calc((100vw - 100vh) / 10)"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M10 12H6" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M10 15V9" />
|
|
14
|
+
<path
|
|
15
|
+
vector-effect="non-scaling-stroke"
|
|
16
|
+
d="M14 14.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5z"
|
|
17
|
+
/>
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M6 15V9" />
|
|
19
|
+
<rect x="2" y="5" vector-effect="non-scaling-stroke" width="20" height="14" rx="2" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="calc((100vw - 100vh) / 10)"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
vector-effect="non-scaling-stroke"
|
|
14
|
+
d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18 2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831z"
|
|
15
|
+
/>
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M16 17h6" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M19 14v6" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="calc((100vw - 100vh) / 10)"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
vector-effect="non-scaling-stroke"
|
|
14
|
+
d="M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18 2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831z"
|
|
15
|
+
/>
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M16 17h6" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M19 14v6" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962" />
|
|
20
|
+
</svg>
|
|
@@ -9,16 +9,15 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
14
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
15
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
16
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
17
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
18
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
19
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
20
|
-
<path
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M12 12v-2" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M12 18v-2" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M16 12v-2" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="M16 18v-2" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M2 11h1.5" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M20 18v-2" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M20.5 11H22" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M4 18v-2" />
|
|
20
|
+
<path vector-effect="non-scaling-stroke" d="M8 12v-2" />
|
|
21
|
+
<path vector-effect="non-scaling-stroke" d="M8 18v-2" />
|
|
22
|
+
<rect x="2" y="6" vector-effect="non-scaling-stroke" width="20" height="10" rx="2" />
|
|
24
23
|
</svg>
|
package/src/memory-stick.svg
CHANGED
|
@@ -9,16 +9,15 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
14
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
15
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
16
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
17
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
18
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
19
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
20
|
-
<path
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M12 12v-2" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M12 18v-2" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M16 12v-2" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="M16 18v-2" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M2 11h1.5" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M20 18v-2" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M20.5 11H22" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M4 18v-2" />
|
|
20
|
+
<path vector-effect="non-scaling-stroke" d="M8 12v-2" />
|
|
21
|
+
<path vector-effect="non-scaling-stroke" d="M8 18v-2" />
|
|
22
|
+
<rect x="2" y="6" vector-effect="non-scaling-stroke" width="20" height="10" rx="2" />
|
|
24
23
|
</svg>
|
package/src/microchip-filled.svg
CHANGED
|
@@ -9,18 +9,14 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M10 12h4" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M10 17h4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M10 7h4" />
|
|
12
15
|
<path vector-effect="non-scaling-stroke" d="M18 12h2" />
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="M18
|
|
14
|
-
<path vector-effect="non-scaling-stroke" d="M18
|
|
15
|
-
<path vector-effect="non-scaling-stroke" d="M18 4h2" />
|
|
16
|
-
<path vector-effect="non-scaling-stroke" d="M18 8h2" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M18 18h2" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M18 6h2" />
|
|
17
18
|
<path vector-effect="non-scaling-stroke" d="M4 12h2" />
|
|
18
|
-
<path vector-effect="non-scaling-stroke" d="M4
|
|
19
|
-
<path vector-effect="non-scaling-stroke" d="M4
|
|
20
|
-
<
|
|
21
|
-
<path vector-effect="non-scaling-stroke" d="M4 8h2" />
|
|
22
|
-
<path
|
|
23
|
-
vector-effect="non-scaling-stroke"
|
|
24
|
-
d="M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z"
|
|
25
|
-
/>
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M4 18h2" />
|
|
20
|
+
<path vector-effect="non-scaling-stroke" d="M4 6h2" />
|
|
21
|
+
<rect x="6" y="2" vector-effect="non-scaling-stroke" width="12" height="20" rx="2" />
|
|
26
22
|
</svg>
|
package/src/microchip.svg
CHANGED
|
@@ -9,18 +9,14 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M10 12h4" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M10 17h4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M10 7h4" />
|
|
12
15
|
<path vector-effect="non-scaling-stroke" d="M18 12h2" />
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="M18
|
|
14
|
-
<path vector-effect="non-scaling-stroke" d="M18
|
|
15
|
-
<path vector-effect="non-scaling-stroke" d="M18 4h2" />
|
|
16
|
-
<path vector-effect="non-scaling-stroke" d="M18 8h2" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M18 18h2" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M18 6h2" />
|
|
17
18
|
<path vector-effect="non-scaling-stroke" d="M4 12h2" />
|
|
18
|
-
<path vector-effect="non-scaling-stroke" d="M4
|
|
19
|
-
<path vector-effect="non-scaling-stroke" d="M4
|
|
20
|
-
<
|
|
21
|
-
<path vector-effect="non-scaling-stroke" d="M4 8h2" />
|
|
22
|
-
<path
|
|
23
|
-
vector-effect="non-scaling-stroke"
|
|
24
|
-
d="M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z"
|
|
25
|
-
/>
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M4 18h2" />
|
|
20
|
+
<path vector-effect="non-scaling-stroke" d="M4 6h2" />
|
|
21
|
+
<rect x="6" y="2" vector-effect="non-scaling-stroke" width="12" height="20" rx="2" />
|
|
26
22
|
</svg>
|
|
@@ -9,8 +9,14 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
13
|
-
<path
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M19 12H2" />
|
|
13
|
+
<path
|
|
14
|
+
vector-effect="non-scaling-stroke"
|
|
15
|
+
d="M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595"
|
|
16
|
+
/>
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="m6 2 5 5" />
|
|
18
|
+
<path
|
|
19
|
+
vector-effect="non-scaling-stroke"
|
|
20
|
+
d="m8.5 4.5 2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33"
|
|
21
|
+
/>
|
|
16
22
|
</svg>
|
package/src/paint-bucket.svg
CHANGED
|
@@ -9,8 +9,14 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
13
|
-
<path
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M19 12H2" />
|
|
13
|
+
<path
|
|
14
|
+
vector-effect="non-scaling-stroke"
|
|
15
|
+
d="M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595"
|
|
16
|
+
/>
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="m6 2 5 5" />
|
|
18
|
+
<path
|
|
19
|
+
vector-effect="non-scaling-stroke"
|
|
20
|
+
d="m8.5 4.5 2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33"
|
|
21
|
+
/>
|
|
16
22
|
</svg>
|
package/src/plug-filled.svg
CHANGED
|
@@ -10,7 +10,10 @@
|
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
12
|
<path vector-effect="non-scaling-stroke" d="M12 22v-5" />
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="M9 8V2" />
|
|
14
13
|
<path vector-effect="non-scaling-stroke" d="M15 8V2" />
|
|
15
|
-
<path
|
|
14
|
+
<path
|
|
15
|
+
vector-effect="non-scaling-stroke"
|
|
16
|
+
d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z"
|
|
17
|
+
/>
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M9 8V2" />
|
|
16
19
|
</svg>
|
package/src/plug.svg
CHANGED
|
@@ -10,7 +10,10 @@
|
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
12
|
<path vector-effect="non-scaling-stroke" d="M12 22v-5" />
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="M9 8V2" />
|
|
14
13
|
<path vector-effect="non-scaling-stroke" d="M15 8V2" />
|
|
15
|
-
<path
|
|
14
|
+
<path
|
|
15
|
+
vector-effect="non-scaling-stroke"
|
|
16
|
+
d="M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z"
|
|
17
|
+
/>
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M9 8V2" />
|
|
16
19
|
</svg>
|
package/src/scale-filled.svg
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<path vector-effect="non-scaling-stroke" d="m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" />
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" />
|
|
14
|
-
<path vector-effect="non-scaling-stroke" d="M7 21h10" />
|
|
15
12
|
<path vector-effect="non-scaling-stroke" d="M12 3v18" />
|
|
16
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m19 8 3 8a5 5 0 0 1-6 0zV7" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="m5 8 3 8a5 5 0 0 1-6 0zV7" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M7 21h10" />
|
|
17
17
|
</svg>
|
package/src/scale.svg
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<path vector-effect="non-scaling-stroke" d="m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" />
|
|
13
|
-
<path vector-effect="non-scaling-stroke" d="m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z" />
|
|
14
|
-
<path vector-effect="non-scaling-stroke" d="M7 21h10" />
|
|
15
12
|
<path vector-effect="non-scaling-stroke" d="M12 3v18" />
|
|
16
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m19 8 3 8a5 5 0 0 1-6 0zV7" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="m5 8 3 8a5 5 0 0 1-6 0zV7" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M7 21h10" />
|
|
17
17
|
</svg>
|
|
@@ -9,15 +9,18 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/>
|
|
16
|
-
<
|
|
17
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
18
|
-
<
|
|
19
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
20
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
21
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="
|
|
22
|
-
<
|
|
12
|
+
<line vector-effect="non-scaling-stroke" x1="5" y1="3" x2="19" y2="3" />
|
|
13
|
+
<line vector-effect="non-scaling-stroke" x1="3" y1="5" x2="3" y2="19" />
|
|
14
|
+
<line vector-effect="non-scaling-stroke" x1="21" y1="5" x2="21" y2="19" />
|
|
15
|
+
<line vector-effect="non-scaling-stroke" x1="9" y1="21" x2="10" y2="21" />
|
|
16
|
+
<line vector-effect="non-scaling-stroke" x1="14" y1="21" x2="15" y2="21" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M 3 5 A2 2 0 0 1 5 3" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M 19 3 A2 2 0 0 1 21 5" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M 5 21 A2 2 0 0 1 3 19" />
|
|
20
|
+
<path vector-effect="non-scaling-stroke" d="M 21 19 A2 2 0 0 1 19 21" />
|
|
21
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
|
|
22
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
23
|
+
<line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
24
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
|
|
25
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
23
26
|
</svg>
|
|
@@ -9,15 +9,18 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/>
|
|
16
|
-
<
|
|
17
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
18
|
-
<
|
|
19
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
20
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
21
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="
|
|
22
|
-
<
|
|
12
|
+
<line vector-effect="non-scaling-stroke" x1="5" y1="3" x2="19" y2="3" />
|
|
13
|
+
<line vector-effect="non-scaling-stroke" x1="3" y1="5" x2="3" y2="19" />
|
|
14
|
+
<line vector-effect="non-scaling-stroke" x1="21" y1="5" x2="21" y2="19" />
|
|
15
|
+
<line vector-effect="non-scaling-stroke" x1="9" y1="21" x2="10" y2="21" />
|
|
16
|
+
<line vector-effect="non-scaling-stroke" x1="14" y1="21" x2="15" y2="21" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M 3 5 A2 2 0 0 1 5 3" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M 19 3 A2 2 0 0 1 21 5" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M 5 21 A2 2 0 0 1 3 19" />
|
|
20
|
+
<path vector-effect="non-scaling-stroke" d="M 21 19 A2 2 0 0 1 19 21" />
|
|
21
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
|
|
22
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
23
|
+
<line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
24
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
|
|
25
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
23
26
|
</svg>
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<rect x="
|
|
13
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="
|
|
17
|
-
<
|
|
12
|
+
<rect x="3" y="3" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
|
|
13
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
|
|
14
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
15
|
+
<line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
16
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
|
|
17
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
18
18
|
</svg>
|
package/src/scissors-square.svg
CHANGED
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<rect x="
|
|
13
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="
|
|
17
|
-
<
|
|
12
|
+
<rect x="3" y="3" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
|
|
13
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
|
|
14
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
15
|
+
<line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
16
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
|
|
17
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
18
18
|
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="calc((100vw - 100vh) / 10)"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M21 4h-3.5l2 11.05" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009" />
|
|
14
|
+
<circle vector-effect="non-scaling-stroke" cx="19.5" cy="17.5" r="2.5" />
|
|
15
|
+
<circle vector-effect="non-scaling-stroke" cx="4.5" cy="17.5" r="2.5" />
|
|
16
|
+
</svg>
|
package/src/scooter.svg
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="calc((100vw - 100vh) / 10)"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M21 4h-3.5l2 11.05" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009" />
|
|
14
|
+
<circle vector-effect="non-scaling-stroke" cx="19.5" cy="17.5" r="2.5" />
|
|
15
|
+
<circle vector-effect="non-scaling-stroke" cx="4.5" cy="17.5" r="2.5" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="calc((100vw - 100vh) / 10)"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<circle vector-effect="non-scaling-stroke" cx="11" cy="11" r="8" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m21 21-4.3-4.3" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M11 7v4" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="M11 15h.01" />
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="calc((100vw - 100vh) / 10)"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<circle vector-effect="non-scaling-stroke" cx="11" cy="11" r="8" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m21 21-4.3-4.3" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M11 7v4" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="M11 15h.01" />
|
|
16
|
+
</svg>
|
|
@@ -9,15 +9,18 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/>
|
|
16
|
-
<
|
|
17
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
18
|
-
<
|
|
19
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
20
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
21
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="
|
|
22
|
-
<
|
|
12
|
+
<line vector-effect="non-scaling-stroke" x1="5" y1="3" x2="19" y2="3" />
|
|
13
|
+
<line vector-effect="non-scaling-stroke" x1="3" y1="5" x2="3" y2="19" />
|
|
14
|
+
<line vector-effect="non-scaling-stroke" x1="21" y1="5" x2="21" y2="19" />
|
|
15
|
+
<line vector-effect="non-scaling-stroke" x1="9" y1="21" x2="10" y2="21" />
|
|
16
|
+
<line vector-effect="non-scaling-stroke" x1="14" y1="21" x2="15" y2="21" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M 3 5 A2 2 0 0 1 5 3" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M 19 3 A2 2 0 0 1 21 5" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M 5 21 A2 2 0 0 1 3 19" />
|
|
20
|
+
<path vector-effect="non-scaling-stroke" d="M 21 19 A2 2 0 0 1 19 21" />
|
|
21
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
|
|
22
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
23
|
+
<line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
24
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
|
|
25
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
23
26
|
</svg>
|
|
@@ -9,15 +9,18 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/>
|
|
16
|
-
<
|
|
17
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
18
|
-
<
|
|
19
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
20
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
21
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="
|
|
22
|
-
<
|
|
12
|
+
<line vector-effect="non-scaling-stroke" x1="5" y1="3" x2="19" y2="3" />
|
|
13
|
+
<line vector-effect="non-scaling-stroke" x1="3" y1="5" x2="3" y2="19" />
|
|
14
|
+
<line vector-effect="non-scaling-stroke" x1="21" y1="5" x2="21" y2="19" />
|
|
15
|
+
<line vector-effect="non-scaling-stroke" x1="9" y1="21" x2="10" y2="21" />
|
|
16
|
+
<line vector-effect="non-scaling-stroke" x1="14" y1="21" x2="15" y2="21" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M 3 5 A2 2 0 0 1 5 3" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M 19 3 A2 2 0 0 1 21 5" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M 5 21 A2 2 0 0 1 3 19" />
|
|
20
|
+
<path vector-effect="non-scaling-stroke" d="M 21 19 A2 2 0 0 1 19 21" />
|
|
21
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
|
|
22
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
23
|
+
<line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
24
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
|
|
25
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
23
26
|
</svg>
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<rect x="
|
|
13
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="
|
|
17
|
-
<
|
|
12
|
+
<rect x="3" y="3" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
|
|
13
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
|
|
14
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
15
|
+
<line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
16
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
|
|
17
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
18
18
|
</svg>
|
package/src/square-scissors.svg
CHANGED
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<rect x="
|
|
13
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="8" r="
|
|
14
|
-
<
|
|
15
|
-
<
|
|
16
|
-
<circle vector-effect="non-scaling-stroke" cx="8" cy="
|
|
17
|
-
<
|
|
12
|
+
<rect x="3" y="3" vector-effect="non-scaling-stroke" width="18" height="18" rx="2" />
|
|
13
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="8.5" r="1.5" />
|
|
14
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="9.56066" x2="12" y2="12" />
|
|
15
|
+
<line vector-effect="non-scaling-stroke" x1="17" y1="17" x2="14.82" y2="14.82" />
|
|
16
|
+
<circle vector-effect="non-scaling-stroke" cx="8.5" cy="15.5" r="1.5" />
|
|
17
|
+
<line vector-effect="non-scaling-stroke" x1="9.56066" y1="14.43934" x2="17" y2="7" />
|
|
18
18
|
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="calc((100vw - 100vh) / 10)"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
vector-effect="non-scaling-stroke"
|
|
14
|
+
d="M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z"
|
|
15
|
+
/>
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M11.99 22 14 12l7.822 3.184" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M14 12 8.47 2.302" />
|
|
18
|
+
</svg>
|
package/src/stone.svg
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="calc((100vw - 100vh) / 10)"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
vector-effect="non-scaling-stroke"
|
|
14
|
+
d="M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z"
|
|
15
|
+
/>
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M11.99 22 14 12l7.822 3.184" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="M14 12 8.47 2.302" />
|
|
18
|
+
</svg>
|