@taiga-ui/icons 4.26.1 → 4.27.0
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/beef-filled.svg +3 -3
- package/src/beef.svg +3 -3
- package/src/circle-slash-2-filled.svg +1 -1
- package/src/circle-slash-2.svg +1 -1
- package/src/circle-small-filled.svg +13 -0
- package/src/circle-small.svg +13 -0
- package/src/expand-filled.svg +8 -4
- package/src/expand.svg +8 -4
- package/src/mars-filled.svg +15 -0
- package/src/mars-stroke-filled.svg +16 -0
- package/src/mars-stroke.svg +16 -0
- package/src/mars.svg +15 -0
- package/src/non-binary-filled.svg +16 -0
- package/src/non-binary.svg +16 -0
- package/src/shield-user-filled.svg +18 -0
- package/src/shield-user.svg +18 -0
- package/src/square-round-corner-filled.svg +14 -0
- package/src/square-round-corner.svg +14 -0
- package/src/transgender-filled.svg +20 -0
- package/src/transgender.svg +20 -0
- package/src/venus-and-mars-filled.svg +17 -0
- package/src/venus-and-mars.svg +17 -0
- package/src/venus-filled.svg +15 -0
- package/src/venus.svg +15 -0
package/package.json
CHANGED
package/src/beef-filled.svg
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<circle vector-effect="non-scaling-stroke" cx="12.5" cy="8.5" r="2.5" />
|
|
13
12
|
<path
|
|
14
13
|
vector-effect="non-scaling-stroke"
|
|
15
|
-
d="
|
|
14
|
+
d="M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3"
|
|
16
15
|
/>
|
|
17
16
|
<path
|
|
18
17
|
vector-effect="non-scaling-stroke"
|
|
19
|
-
d="m18.5 6 2.19 4.5a6.48 6.48 0 0 1
|
|
18
|
+
d="m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"
|
|
20
19
|
/>
|
|
20
|
+
<circle vector-effect="non-scaling-stroke" cx="12.5" cy="8.5" r="2.5" />
|
|
21
21
|
</svg>
|
package/src/beef.svg
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<circle vector-effect="non-scaling-stroke" cx="12.5" cy="8.5" r="2.5" />
|
|
13
12
|
<path
|
|
14
13
|
vector-effect="non-scaling-stroke"
|
|
15
|
-
d="
|
|
14
|
+
d="M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3"
|
|
16
15
|
/>
|
|
17
16
|
<path
|
|
18
17
|
vector-effect="non-scaling-stroke"
|
|
19
|
-
d="m18.5 6 2.19 4.5a6.48 6.48 0 0 1
|
|
18
|
+
d="m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5"
|
|
20
19
|
/>
|
|
20
|
+
<circle vector-effect="non-scaling-stroke" cx="12.5" cy="8.5" r="2.5" />
|
|
21
21
|
</svg>
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<circle vector-effect="non-scaling-stroke" cx="12" cy="12" r="10" />
|
|
13
12
|
<path vector-effect="non-scaling-stroke" d="M22 2 2 22" />
|
|
13
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="12" r="10" />
|
|
14
14
|
</svg>
|
package/src/circle-slash-2.svg
CHANGED
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
stroke-linecap="round"
|
|
10
10
|
stroke-linejoin="round"
|
|
11
11
|
>
|
|
12
|
-
<circle vector-effect="non-scaling-stroke" cx="12" cy="12" r="10" />
|
|
13
12
|
<path vector-effect="non-scaling-stroke" d="M22 2 2 22" />
|
|
13
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="12" r="10" />
|
|
14
14
|
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="12" r="6" />
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="12" r="6" />
|
|
13
|
+
</svg>
|
package/src/expand-filled.svg
CHANGED
|
@@ -9,8 +9,12 @@
|
|
|
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="M21
|
|
15
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="m15 15 6 6" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m15 9 6-6" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M21 16.2V21h-4.8" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="M21 7.8V3h-4.8" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M3 16.2V21h4.8" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="m3 21 6-6" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M3 7.8V3h4.8" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M9 9 3 3" />
|
|
16
20
|
</svg>
|
package/src/expand.svg
CHANGED
|
@@ -9,8 +9,12 @@
|
|
|
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="M21
|
|
15
|
-
<path vector-effect="non-scaling-stroke" d="
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="m15 15 6 6" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m15 9 6-6" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M21 16.2V21h-4.8" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="M21 7.8V3h-4.8" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M3 16.2V21h4.8" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="m3 21 6-6" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M3 7.8V3h4.8" />
|
|
19
|
+
<path vector-effect="non-scaling-stroke" d="M9 9 3 3" />
|
|
16
20
|
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M16 3h5v5" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m21 3-6.75 6.75" />
|
|
14
|
+
<circle vector-effect="non-scaling-stroke" cx="10" cy="14" r="6" />
|
|
15
|
+
</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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="m14 6 4 4" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M17 3h4v4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="m21 3-7.75 7.75" />
|
|
15
|
+
<circle vector-effect="non-scaling-stroke" cx="9" cy="15" r="6" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="m14 6 4 4" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M17 3h4v4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="m21 3-7.75 7.75" />
|
|
15
|
+
<circle vector-effect="non-scaling-stroke" cx="9" cy="15" r="6" />
|
|
16
|
+
</svg>
|
package/src/mars.svg
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M16 3h5v5" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m21 3-6.75 6.75" />
|
|
14
|
+
<circle vector-effect="non-scaling-stroke" cx="10" cy="14" r="6" />
|
|
15
|
+
</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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M12 2v10" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m9 4 6 4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="m9 8 6-4" />
|
|
15
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="17" r="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="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M12 2v10" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="m9 4 6 4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="m9 8 6-4" />
|
|
15
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="17" r="5" />
|
|
16
|
+
</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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
vector-effect="non-scaling-stroke"
|
|
14
|
+
d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"
|
|
15
|
+
/>
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M6.376 18.91a6 6 0 0 1 11.249.003" />
|
|
17
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="11" r="4" />
|
|
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="none"
|
|
7
|
+
stroke="currentColor"
|
|
8
|
+
stroke-width="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
vector-effect="non-scaling-stroke"
|
|
14
|
+
d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"
|
|
15
|
+
/>
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M6.376 18.91a6 6 0 0 1 11.249.003" />
|
|
17
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="11" r="4" />
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M21 11a8 8 0 0 0-8-8" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M21 11a8 8 0 0 0-8-8" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
|
|
14
|
+
</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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M12 16v6" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M14 20h-4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M18 2h4v4" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="m2 2 7.17 7.17" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M2 5.355V2h3.357" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="m22 2-7.17 7.17" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M8 5 5 8" />
|
|
19
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="12" r="4" />
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M12 16v6" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M14 20h-4" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M18 2h4v4" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="m2 2 7.17 7.17" />
|
|
16
|
+
<path vector-effect="non-scaling-stroke" d="M2 5.355V2h3.357" />
|
|
17
|
+
<path vector-effect="non-scaling-stroke" d="m22 2-7.17 7.17" />
|
|
18
|
+
<path vector-effect="non-scaling-stroke" d="M8 5 5 8" />
|
|
19
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="12" r="4" />
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M10 20h4" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M12 16v6" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M17 2h4v4" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="m21 2-5.46 5.46" />
|
|
16
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="11" r="5" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M10 20h4" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M12 16v6" />
|
|
14
|
+
<path vector-effect="non-scaling-stroke" d="M17 2h4v4" />
|
|
15
|
+
<path vector-effect="non-scaling-stroke" d="m21 2-5.46 5.46" />
|
|
16
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="11" r="5" />
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M12 15v7" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M9 19h6" />
|
|
14
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="9" r="6" />
|
|
15
|
+
</svg>
|
package/src/venus.svg
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
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="2"
|
|
9
|
+
stroke-linecap="round"
|
|
10
|
+
stroke-linejoin="round"
|
|
11
|
+
>
|
|
12
|
+
<path vector-effect="non-scaling-stroke" d="M12 15v7" />
|
|
13
|
+
<path vector-effect="non-scaling-stroke" d="M9 19h6" />
|
|
14
|
+
<circle vector-effect="non-scaling-stroke" cx="12" cy="9" r="6" />
|
|
15
|
+
</svg>
|