@central-icons-react-native/round-outlined-radius-3-stroke-1.5 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.25 19.25V11.75C20.25 10.0931 18.9069 8.75 17.25 8.75H4.
|
|
543
|
+
"svg": "<Path d=\"M20.25 19.25V11.75C20.25 10.0931 18.9069 8.75 17.25 8.75H4.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.75 12.75L3.75 8.75L7.75 4.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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.25 8.75V18.25H8.
|
|
578
|
+
"svg": "<Path d=\"M18.25 8.75V18.25H8.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 6L17.6002 17.6002\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M7.50528 18.3811C6.68125 19.8185 8.09315 21.25 9.75 21.25H14.25C15.9069 21.25 17.3187 19.8185 16.4947 18.3811C15.6013 16.8227 13.9821 15.75 12 15.75C10.0179 15.75 8.39868 16.8227 7.50528 18.3811Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M11.9991 1.75V3.25M17.6375 3.78004L16.6453 4.9625M20.6153 8.98079L19.1508 9.23902M19.5699 14.8712L18.2713 14.1215M6.3567 3.78004L7.3489 4.9625M3.37891 8.98079L4.84339 9.23902M4.42433 14.8712L5.72298 14.1215\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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=\"M2.75 19.25L10.0447 2.75L15.06 14.0938H5.3553\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.75 18.75L16.25 21.25L21.25 13.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
1062
1069
|
"tags": "Path",
|