@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.37 → 1.1.38
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/IconArrowCornerUpLeft/index.js +1 -1
- package/IconArrowCornerUpLeft/index.js.map +1 -1
- package/IconArrowCornerUpLeft/index.mjs +1 -1
- package/IconArrowCornerUpLeft/index.mjs.map +1 -1
- package/IconArrowDownRight/index.js +1 -1
- package/IconArrowDownRight/index.js.map +1 -1
- package/IconArrowDownRight/index.mjs +1 -1
- package/IconArrowDownRight/index.mjs.map +1 -1
- package/IconAura/index.d.ts +4 -0
- package/IconAura/index.js +2 -0
- package/IconAura/index.js.map +1 -0
- package/IconAura/index.mjs +2 -0
- package/IconAura/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +16 -2
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +9 -2
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
"pathname": "src/IconArrowCornerRightUp"
|
|
541
541
|
},
|
|
542
542
|
{
|
|
543
|
-
"svg": "<Path d=\"M20.5 19.
|
|
543
|
+
"svg": "<Path d=\"M20.5 19.5V9H3.5M3.5 9L8 13.5M3.5 9L8 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
544
544
|
"tags": "Path",
|
|
545
545
|
"componentName": "IconArrowCornerUpLeft",
|
|
546
546
|
"iconName": "arrow-corner-up-left",
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
"pathname": "src/IconArrowDownLeft"
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
|
-
"svg": "<Path d=\"M18.5 8.5V18.5H8.
|
|
578
|
+
"svg": "<Path d=\"M18.5 8.5V18.5H8.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M18 18L6 6\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
579
579
|
"tags": "Path",
|
|
580
580
|
"componentName": "IconArrowDownRight",
|
|
581
581
|
"iconName": "arrow-down-right",
|
|
@@ -1057,6 +1057,13 @@
|
|
|
1057
1057
|
"iconName": "audio, music, playlist, musical-note",
|
|
1058
1058
|
"pathname": "src/IconAudio"
|
|
1059
1059
|
},
|
|
1060
|
+
{
|
|
1061
|
+
"svg": "<Circle cx=\"12\" cy=\"10.5\" r=\"3\" stroke=\"currentColor\"/><Path d=\"M6.5 21V21.5H17.5V21C17.5 17.9624 15.0376 15.5 12 15.5C8.96243 15.5 6.5 17.9624 6.5 21Z\" stroke=\"currentColor\"/><Path d=\"M12.0002 1V4M5.89369 3.22228L7.82205 5.52041M2.64453 8.85042L5.59895 9.37137M3.77289 15.2502L6.37096 13.7502M18.1066 3.22228L16.1783 5.52041M21.3558 8.85042L18.4014 9.37137M20.2274 15.2502L17.6294 13.7502\" stroke=\"currentColor\"/>",
|
|
1062
|
+
"tags": "Circle, Path",
|
|
1063
|
+
"componentName": "IconAura",
|
|
1064
|
+
"iconName": "aura, enlighten",
|
|
1065
|
+
"pathname": "src/IconAura"
|
|
1066
|
+
},
|
|
1060
1067
|
{
|
|
1061
1068
|
"svg": "<Path d=\"M3 20L10.591 3L15.81 14.6875H5.71112\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M14 19.3333L16.6667 22L22 14\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
1062
1069
|
"tags": "Path",
|