@central-icons-react-native/round-outlined-radius-3-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/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 +15 -1
- 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 +8 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -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=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18 18L6 6\" stroke=\"currentColor\" 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=\"3\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.14592 18.5955C6.42793 20.0887 7.84315 21.5 9.5 21.5H14.5C16.1569 21.5 17.5721 20.0887 16.8541 18.5955C15.9846 16.7872 14.2799 15.5 12 15.5C9.72015 15.5 8.01538 16.7872 7.14592 18.5955Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.9996 1.5V3.5M6.18291 3.56748L7.49951 5.13655M3.125 8.93522L5.11091 9.28539M4.20588 15L5.93793 14M17.8162 3.56748L16.4996 5.13655M20.8741 8.93522L18.8882 9.28539M19.7932 15L18.0612 14\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"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 20L10.591 3L15.81 14.6875H5.71112\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 19.3333L16.6667 22L22 14\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
1062
1069
|
"tags": "Path",
|