@ebolax/animated-icons 1.0.26 → 1.0.27
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/LICENSE +15 -0
- package/dist/aic-icons/luc-arrow-big-down-dash.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-down.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-left-dash.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-left.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-right-dash.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-right.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-up-dash.svg +1 -1
- package/dist/aic-icons/luc-arrow-big-up.svg +1 -1
- package/dist/aic-icons/luc-beef-off.svg +19 -0
- package/dist/aic-icons/luc-cctv-off.svg +19 -0
- package/dist/aic-icons/luc-circle-pile.svg +11 -2
- package/dist/aic-icons/luc-circle-user-round.svg +2 -2
- package/dist/aic-icons/luc-gamepad-directional.svg +11 -2
- package/dist/aic-icons/luc-gpu.svg +1 -1
- package/dist/aic-icons/luc-line-style.svg +19 -0
- package/dist/aic-icons/luc-map-pin-search.svg +17 -0
- package/dist/aic-icons/luc-milestone.svg +1 -1
- package/dist/aic-icons/luc-radio-off.svg +19 -0
- package/dist/aic-icons/luc-road.svg +17 -0
- package/dist/aic-icons/luc-school.svg +2 -2
- package/dist/aic-icons/luc-shield-cog-corner.svg +23 -0
- package/dist/aic-icons/luc-shield-cog.svg +23 -0
- package/dist/aic-icons/luc-signpost.svg +1 -1
- package/dist/aic-icons/luc-sport-shoe.svg +16 -0
- package/dist/aic-icons/luc-user-circle-2.svg +2 -2
- package/dist/animated-icons.bundle.min.css +1 -1
- package/dist/animated-icons.css +54 -114
- package/dist/animated-icons.min.css +1 -1
- package/dist/icons.json +72 -152
- package/package.json +3 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
ISC License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 ebolax
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
|
12
|
+
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
|
13
|
+
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
|
14
|
+
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
|
15
|
+
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="
|
|
13
|
+
<path d="M14 8a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1h3.293a.707.707 0 0 1 .5 1.207l-6.939 6.939a1.207 1.207 0 0 1-1.708 0l-6.94-6.94a.707.707 0 0 1 .5-1.206H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1z" />
|
|
14
14
|
<path d="M9 4h6" />
|
|
15
15
|
</svg>
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="
|
|
13
|
+
<path d="M9 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 0 1 1h3.293a.707.707 0 0 1 .5 1.207l-7.086 7.086a1 1 0 0 1-1.414 0l-7.086-7.086a.707.707 0 0 1 .5-1.207H8a1 1 0 0 0 1-1z" />
|
|
14
14
|
</svg>
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="M13 9a1 1 0 0 1-1-
|
|
13
|
+
<path d="M13 9a1 1 0 0 1-1-1V4.707a.707.707 0 0 0-1.207-.5l-6.94 6.94a1.207 1.207 0 0 0 0 1.707l6.94 6.94a.707.707 0 0 0 1.207-.5V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" />
|
|
14
14
|
<path d="M20 9v6" />
|
|
15
15
|
</svg>
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="
|
|
13
|
+
<path d="M10.793 19.793a.707.707 0 0 0 1.207-.5V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-6a1 1 0 0 1-1-1V4.707a.707.707 0 0 0-1.207-.5l-6.94 6.94a1.207 1.207 0 0 0 0 1.707z" />
|
|
14
14
|
</svg>
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="M11 9a1 1 0 0 0 1-
|
|
13
|
+
<path d="M11 9a1 1 0 0 0 1-1V4.707a.707.707 0 0 1 1.207-.5l6.94 6.94a1.207 1.207 0 0 1 0 1.707l-6.94 6.94a.707.707 0 0 1-1.207-.5V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z" />
|
|
14
14
|
<path d="M4 9v6" />
|
|
15
15
|
</svg>
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="
|
|
13
|
+
<path d="M13.207 19.793a.707.707 0 0 1-1.207-.5V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1V4.707a.707.707 0 0 1 1.207-.5l6.94 6.94a1.207 1.207 0 0 1 0 1.707z" />
|
|
14
14
|
</svg>
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="
|
|
13
|
+
<path d="M14 16a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1h3.293a.707.707 0 0 0 .5-1.207l-6.939-6.939a1.207 1.207 0 0 0-1.708 0l-6.94 6.94a.707.707 0 0 0 .5 1.206H8a1 1 0 0 1 1 1v2a1 1 0 0 0 1 1z" />
|
|
14
14
|
<path d="M9 20h6" />
|
|
15
15
|
</svg>
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="M9
|
|
13
|
+
<path d="M9 19a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-6a1 1 0 0 1 1-1h3.293a.707.707 0 0 0 .5-1.207l-7.086-7.086a1 1 0 0 0-1.414 0l-7.086 7.086a.707.707 0 0 0 .5 1.207H8a1 1 0 0 1 1 1z" />
|
|
14
14
|
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="lucide lucide-beef-off"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
13
|
+
<path d="M11.771 6.109a2.5 2.5 0 0 1 3.12 3.12" />
|
|
14
|
+
<path d="M17.852 12.185a6.5 6.5 0 0 0-9.035-9.04" />
|
|
15
|
+
<path d="M18.013 18.013C15.029 20.349 10.831 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5" />
|
|
16
|
+
<path d="m18.5 6 2.19 4.5a6.48 6.48 0 0 1-.139 4.393" />
|
|
17
|
+
<path d="m2 2 20 20" />
|
|
18
|
+
<path d="M6.355 6.37a7 7 0 0 0-.075.23c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c3.356 0 6.993-1.267 9.85-3.151" />
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="lucide lucide-cctv-off"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
13
|
+
<path d="m12.309 6.652 4.797 2.401a1 1 0 0 1 .447 1.341l-.501 1.001.605.605h2.725a1 1 0 0 1 .894 1.447l-.724 1.448" />
|
|
14
|
+
<path d="m15.166 15.166-.719 1.439a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.9 2.9 0 0 1 .873-1.037" />
|
|
15
|
+
<path d="M2 19h3.76a2 2 0 0 0 1.8-1.1l1.441-2.902" />
|
|
16
|
+
<path d="m2 2 20 20" />
|
|
17
|
+
<path d="M2 21v-4" />
|
|
18
|
+
<path d="M7 9h.01" />
|
|
19
|
+
</svg>
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
<svg
|
|
2
|
-
class="lucide lucide-circle-pile"
|
|
3
|
-
|
|
2
|
+
class="lucide lucide-circle-pile"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
4
13
|
<circle cx="12" cy="19" r="2" />
|
|
5
14
|
<circle cx="12" cy="5" r="2" />
|
|
6
15
|
<circle cx="16" cy="12" r="2" />
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="
|
|
14
|
-
<circle cx="12" cy="
|
|
13
|
+
<path d="M17.925 20.056a6 6 0 0 0-11.851.001" />
|
|
14
|
+
<circle cx="12" cy="11" r="4" />
|
|
15
15
|
<circle cx="12" cy="12" r="10" />
|
|
16
16
|
</svg>
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
<svg
|
|
2
|
-
class="lucide lucide-gamepad-directional"
|
|
3
|
-
|
|
2
|
+
class="lucide lucide-gamepad-directional"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
4
13
|
<path
|
|
5
14
|
d="M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414z" />
|
|
6
15
|
<path
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
+
<path d="M2 17h18a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H2" />
|
|
13
14
|
<path d="M2 21V3" />
|
|
14
|
-
<path d="M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26" />
|
|
15
15
|
<path d="M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3" />
|
|
16
16
|
<circle cx="16" cy="11" r="2" />
|
|
17
17
|
<circle cx="8" cy="11" r="2" />
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="lucide lucide-line-style"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
13
|
+
<path d="M11 5h2" />
|
|
14
|
+
<path d="M15 12h6" />
|
|
15
|
+
<path d="M19 5h2" />
|
|
16
|
+
<path d="M3 12h6" />
|
|
17
|
+
<path d="M3 19h18" />
|
|
18
|
+
<path d="M3 5h2" />
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="lucide lucide-map-pin-search"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
13
|
+
<path d="M 12.248 21.969 a 1 1 0 0 1 -0.849 -0.17 C 9.539 20.193 4 14.993 4 10 a 8 8 0 0 1 16 0 C 20 10.42 19.961 10.841 19.888 11.262" />
|
|
14
|
+
<path d="m22 22-1.88-1.88" />
|
|
15
|
+
<circle cx="12" cy="10" r="3" />
|
|
16
|
+
<circle cx="18" cy="18" r="3" />
|
|
17
|
+
</svg>
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
>
|
|
13
13
|
<path d="M12 13v8" />
|
|
14
14
|
<path d="M12 3v3" />
|
|
15
|
-
<path d="
|
|
15
|
+
<path d="M18.172 6a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1z" />
|
|
16
16
|
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="lucide lucide-radio-off"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
13
|
+
<path d="M10.4103 10.7852C10.1529 11.1218 10 11.5425 10 11.999C10 13.1036 10.8954 13.999 12 13.999C12.5077 13.999 12.9713 13.8098 13.324 13.498" />
|
|
14
|
+
<path d="M16.1992 7.80078C17.4739 9.07549 18.0422 10.8109 17.9039 12.5134" />
|
|
15
|
+
<path d="M19.0996 4.89844C22.0892 7.88804 22.7871 12.2879 21.1932 15.936" />
|
|
16
|
+
<path d="M2 2L22 22" />
|
|
17
|
+
<path d="M4.89961 19.0984C0.999609 15.1984 0.999609 8.79844 4.89961 4.89844" />
|
|
18
|
+
<path d="M7.79922 16.1992C5.66828 14.0683 5.51165 10.6498 7.32931 8.25" />
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="lucide lucide-road"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
13
|
+
<path d="M12 17v4" />
|
|
14
|
+
<path d="M12 5V3" />
|
|
15
|
+
<path d="M12 9v3" />
|
|
16
|
+
<path d="M2.077 18.449A2 2 0 0 0 4 21h16a2 2 0 0 0 1.924-2.55l-4-14A2 2 0 0 0 16 3H8a2 2 0 0 0-1.924 1.45z" />
|
|
17
|
+
</svg>
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
13
|
<path d="M14 21v-3a2 2 0 0 0-4 0v3" />
|
|
14
|
-
<path d="M18
|
|
14
|
+
<path d="M18 4.933V21" />
|
|
15
15
|
<path d="m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6" />
|
|
16
16
|
<path d="m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11" />
|
|
17
|
-
<path d="M6
|
|
17
|
+
<path d="M6 4.933V21" />
|
|
18
18
|
<circle cx="12" cy="9" r="2" />
|
|
19
19
|
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="lucide lucide-shield-cog-corner"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
13
|
+
<path d="M11 22c-3.806-1.45-7-3.966-7-9V6a1 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 1v4" />
|
|
14
|
+
<path d="M14.923 16.547 14 16.164" />
|
|
15
|
+
<path d="m14.923 18.843-.923.383" />
|
|
16
|
+
<path d="M16.547 14.923 16.164 14" />
|
|
17
|
+
<path d="m16.547 20.467-.383.924" />
|
|
18
|
+
<path d="m18.843 14.923.383-.923" />
|
|
19
|
+
<path d="m19.225 21.391-.382-.924" />
|
|
20
|
+
<path d="m20.467 16.547.923-.383" />
|
|
21
|
+
<path d="m20.467 18.843.923.383" />
|
|
22
|
+
<circle cx="17.695" cy="17.695" r="3" />
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="lucide lucide-shield-cog"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
13
|
+
<path d="m10.929 14.467-.383.924" />
|
|
14
|
+
<path d="M10.929 8.923 10.546 8" />
|
|
15
|
+
<path d="M13.225 8.923 13.608 8" />
|
|
16
|
+
<path d="m13.607 15.391-.382-.924" />
|
|
17
|
+
<path d="m14.849 10.547.923-.383" />
|
|
18
|
+
<path d="m14.849 12.843.923.383" />
|
|
19
|
+
<path 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" />
|
|
20
|
+
<path d="m9.305 10.547-.923-.383" />
|
|
21
|
+
<path d="m9.305 12.843-.923.383" />
|
|
22
|
+
<circle cx="12.077" cy="11.695" r="3" />
|
|
23
|
+
</svg>
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
>
|
|
13
13
|
<path d="M12 13v8" />
|
|
14
14
|
<path d="M12 3v3" />
|
|
15
|
-
<path d="
|
|
15
|
+
<path d="M2.354 10.354a1.207 1.207 0 0 1 0-1.708l2.06-2.06A2 2 0 0 1 5.828 6h12.344a2 2 0 0 1 1.414.586l2.06 2.06a1.207 1.207 0 0 1 0 1.708l-2.06 2.06a2 2 0 0 1-1.414.586H5.828a2 2 0 0 1-1.414-.586z" />
|
|
16
16
|
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
class="lucide lucide-sport-shoe"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
stroke="currentColor"
|
|
9
|
+
stroke-width="2"
|
|
10
|
+
stroke-linecap="round"
|
|
11
|
+
stroke-linejoin="round"
|
|
12
|
+
>
|
|
13
|
+
<path d="m15 10.42 4.8-5.07" />
|
|
14
|
+
<path d="M19 18h3" />
|
|
15
|
+
<path d="M9.5 22 21.414 9.415A2 2 0 0 0 21.2 6.4l-5.61-4.208A1 1 0 0 0 14 3v2a2 2 0 0 1-1.394 1.906L8.677 8.053A1 1 0 0 0 8 9c-.155 6.393-2.082 9-4 9a2 2 0 0 0 0 4h14" />
|
|
16
|
+
</svg>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
stroke-linecap="round"
|
|
11
11
|
stroke-linejoin="round"
|
|
12
12
|
>
|
|
13
|
-
<path d="
|
|
14
|
-
<circle cx="12" cy="
|
|
13
|
+
<path d="M17.925 20.056a6 6 0 0 0-11.851.001" />
|
|
14
|
+
<circle cx="12" cy="11" r="4" />
|
|
15
15
|
<circle cx="12" cy="12" r="10" />
|
|
16
16
|
</svg>
|