@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edux-design/icons",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -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" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 11C11.4477 11 11 11.4477 11 12V16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5V12C13 11.4477 12.5523 11 12 11ZM12 7C11.4477 7 11 7.44772 11 8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8C13 7.44772 12.5523 7 12 7Z" fill="currentColor"/>
3
- </svg>
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>