@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.36 → 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/IconSparkleCentral/index.d.ts +4 -0
- package/IconSparkleCentral/index.js +2 -0
- package/IconSparkleCentral/index.js.map +1 -0
- package/IconSparkleCentral/index.mjs +2 -0
- package/IconSparkleCentral/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +30 -2
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +16 -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
|
|
543
|
+
"svg": "<Path d=\"M20 19V9H5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M8 13L4 9L8 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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
|
|
578
|
+
"svg": "<Path d=\"M18 9V18H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6.25 6.25L17 17\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"2.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7 21H17C17 18.2386 14.7614 16 12 16C9.23858 16 7 18.2386 7 21Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><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\" strokeWidth=\"2\"/>",
|
|
1062
|
+
"tags": "Circle, Path",
|
|
1063
|
+
"componentName": "IconAura",
|
|
1064
|
+
"iconName": "aura, enlighten",
|
|
1065
|
+
"pathname": "src/IconAura"
|
|
1066
|
+
},
|
|
1060
1067
|
{
|
|
1061
1068
|
"svg": "<Path d=\"M3 19L9.99992 3L14.8125 14H5.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M14 18.6667L16.3333 21L21 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
1062
1069
|
"tags": "Path",
|
|
@@ -9177,6 +9184,13 @@
|
|
|
9177
9184
|
"iconName": "sparkle-3, ai, star, magic",
|
|
9178
9185
|
"pathname": "src/IconSparkle3"
|
|
9179
9186
|
},
|
|
9187
|
+
{
|
|
9188
|
+
"svg": "<Path d=\"M12.3125 3L14.5664 8.85938L14.7266 9.27344L15.1406 9.43359L21 11.6865V12.3125L15.1406 14.5664L14.7266 14.7266L14.5664 15.1406L12.3125 21H11.6875L9.43359 15.1406L9.27344 14.7266L8.85938 14.5664L3 12.3125V11.6865L8.85938 9.43359L9.27344 9.27344L9.43359 8.85938L11.6875 3H12.3125Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
9189
|
+
"tags": "Path",
|
|
9190
|
+
"componentName": "IconSparkleCentral",
|
|
9191
|
+
"iconName": "sparkle-central, star, magic, ai",
|
|
9192
|
+
"pathname": "src/IconSparkleCentral"
|
|
9193
|
+
},
|
|
9180
9194
|
{
|
|
9181
9195
|
"svg": "<Path d=\"M20.6867 3.32301C20.2623 2.89072 19.992 2.25667 19.8885 1.37008V1H19.1115V1.36968C19.0044 2.27111 18.7342 2.89103 18.3126 3.31259C17.891 3.73415 17.2711 4.00442 16.3697 4.11154H16V4.88846H16.3701C17.2567 4.99203 17.8907 5.26226 18.323 5.68673C18.7537 6.10963 19.0293 6.73014 19.1115 7.62517V8H19.8885V7.62473C19.9674 6.74444 20.2428 6.10989 20.6763 5.67634C21.1099 5.24278 21.7444 4.96737 22.6247 4.88846H23V4.11154H22.6252C21.7301 4.02931 21.1096 3.7537 20.6867 3.32301Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 13C8.25 13 11 10.25 11 4C11 10.25 13.75 13 20 13C13.75 13 11 15.75 11 22C11 15.75 8.25 13 2 13Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
9182
9196
|
"tags": "Path",
|