@edux-design/icons 0.1.12 → 0.1.13
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/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +194 -2161
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +194 -2162
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/24/flag.svg +3 -0
- package/src/24/info.svg +11 -3
package/package.json
CHANGED
package/src/24/flag.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<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" class="lucide lucide-flag-icon lucide-flag">
|
|
2
|
+
<path d="M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528"/>
|
|
3
|
+
</svg>
|
package/src/24/info.svg
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24"
|
|
2
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<!-- Outer circle -->
|
|
4
|
+
<circle cx="12" cy="12" r="10" fill="currentColor" />
|
|
5
|
+
|
|
6
|
+
<!-- Vertical line of "i" -->
|
|
7
|
+
<rect x="11" y="11" width="2" height="6.5" rx="1" fill="#FFFFFF" />
|
|
8
|
+
|
|
9
|
+
<!-- Dot of "i" -->
|
|
10
|
+
<circle cx="12" cy="8" r="1" fill="#FFFFFF" />
|
|
11
|
+
</svg>
|