@central-icons-react-native/round-outlined-radius-1-stroke-2 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 19V10C20 9.44772 19.5523 9 19
|
|
543
|
+
"svg": "<Path d=\"M20 19V10C20 9.44772 19.5523 9 19 9H5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 13L4 9L8 5\" stroke=\"currentColor\" strokeWidth=\"2\" 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
|
|
578
|
+
"svg": "<Path d=\"M18 9V18H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.25 6.25L17 17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
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\" strokeLinejoin=\"round\"/><Path d=\"M7.09873 20.0064C6.98957 20.5478 7.44772 21 8 21H16C16.5523 21 17.0104 20.5478 16.9013 20.0064C16.4405 17.721 14.4212 16 12 16C9.57879 16 7.55953 17.721 7.09873 20.0064Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M12.001 2V3M17.4549 4L16.8197 4.75701M20.3779 9.02301L19.39 9.1972M19.3449 14.7402L18.501 14.253M6.54404 4L7.17925 4.75701M3.62109 9.02301L4.60897 9.1972M4.65408 14.7402L5.49793 14.253\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
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=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 18.6667L16.3333 21L21 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
1062
1069
|
"tags": "Path",
|