@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.55 → 1.1.57
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/IconCalenderSparkle/index.d.ts +4 -0
- package/IconCalenderSparkle/index.js +2 -0
- package/IconCalenderSparkle/index.js.map +1 -0
- package/IconCalenderSparkle/index.mjs +2 -0
- package/IconCalenderSparkle/index.mjs.map +1 -0
- package/IconExclamationCircleBold/index.d.ts +4 -0
- package/IconExclamationCircleBold/index.js +2 -0
- package/IconExclamationCircleBold/index.js.map +1 -0
- package/IconExclamationCircleBold/index.mjs +2 -0
- package/IconExclamationCircleBold/index.mjs.map +1 -0
- package/README.md +2 -0
- package/icons/index.d.ts +2 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +8 -4
- package/index.d.ts +8 -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/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react/square-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.57",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1.5/IconHome';",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1623,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
|
-
"count":
|
|
18
|
+
"count": 63,
|
|
19
19
|
"icons": [
|
|
20
20
|
"IconAppleIntelligenceIcon",
|
|
21
21
|
"IconBag2Sparkle",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"IconBroomSparkle",
|
|
26
26
|
"IconBubbleSparkle",
|
|
27
27
|
"IconBubbleWideSparkle",
|
|
28
|
+
"IconCalenderSparkle",
|
|
28
29
|
"IconClipboard2Sparkle",
|
|
29
30
|
"IconCloudySparkle",
|
|
30
31
|
"IconConsoleSparkle",
|
|
@@ -782,7 +783,7 @@
|
|
|
782
783
|
]
|
|
783
784
|
},
|
|
784
785
|
"Interface General": {
|
|
785
|
-
"count":
|
|
786
|
+
"count": 174,
|
|
786
787
|
"icons": [
|
|
787
788
|
"IconAnchor1",
|
|
788
789
|
"IconAnchor2",
|
|
@@ -861,6 +862,7 @@
|
|
|
861
862
|
"IconDoupleCheckmark2Small",
|
|
862
863
|
"IconElectrocardiogram",
|
|
863
864
|
"IconExclamationCircle",
|
|
865
|
+
"IconExclamationCircleBold",
|
|
864
866
|
"IconExclamationTriangle",
|
|
865
867
|
"IconFeature",
|
|
866
868
|
"IconGauge",
|
|
@@ -2135,6 +2137,7 @@
|
|
|
2135
2137
|
"IconCalenderAdd": "calender-add, date-add",
|
|
2136
2138
|
"IconCalenderNextWeek": "calender-next-week",
|
|
2137
2139
|
"IconCalenderRemove": "calender-remove, date-remove",
|
|
2140
|
+
"IconCalenderSparkle": "calender-sparkle, date, plan",
|
|
2138
2141
|
"IconCalenderToday": "calender-today",
|
|
2139
2142
|
"IconCalenderTomorrow": "calender-tomorrow",
|
|
2140
2143
|
"IconCall": "call, phone",
|
|
@@ -2448,6 +2451,7 @@
|
|
|
2448
2451
|
"IconEthereum": "ethereum",
|
|
2449
2452
|
"IconEuro": "euro, currency, money, coin, EURO",
|
|
2450
2453
|
"IconExclamationCircle": "exclamation-circle, info, warning",
|
|
2454
|
+
"IconExclamationCircleBold": "exclamation-circle-bold, info, warning",
|
|
2451
2455
|
"IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
|
|
2452
2456
|
"IconExpand": "expand, window, layout",
|
|
2453
2457
|
"IconExpand315": "expand-315, enlarge",
|
package/index.d.ts
CHANGED
|
@@ -993,6 +993,10 @@ export {
|
|
|
993
993
|
IconCalenderRemove,
|
|
994
994
|
default as IconCalenderRemoveDefault,
|
|
995
995
|
} from "./IconCalenderRemove";
|
|
996
|
+
export {
|
|
997
|
+
IconCalenderSparkle,
|
|
998
|
+
default as IconCalenderSparkleDefault,
|
|
999
|
+
} from "./IconCalenderSparkle";
|
|
996
1000
|
export {
|
|
997
1001
|
IconCalenderToday,
|
|
998
1002
|
default as IconCalenderTodayDefault,
|
|
@@ -1849,6 +1853,10 @@ export {
|
|
|
1849
1853
|
IconExclamationCircle,
|
|
1850
1854
|
default as IconExclamationCircleDefault,
|
|
1851
1855
|
} from "./IconExclamationCircle";
|
|
1856
|
+
export {
|
|
1857
|
+
IconExclamationCircleBold,
|
|
1858
|
+
default as IconExclamationCircleBoldDefault,
|
|
1859
|
+
} from "./IconExclamationCircleBold";
|
|
1852
1860
|
export {
|
|
1853
1861
|
IconExclamationTriangle,
|
|
1854
1862
|
default as IconExclamationTriangleDefault,
|