@central-icons-react/square-outlined-radius-0-stroke-1 1.1.45 → 1.1.48
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/IconExclamationCircle/index.d.ts +4 -0
- package/IconExclamationCircle/index.js +2 -0
- package/IconExclamationCircle/index.js.map +1 -0
- package/IconExclamationCircle/index.mjs +2 -0
- package/IconExclamationCircle/index.mjs.map +1 -0
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.d.ts +2 -2
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.js +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.js.map +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.mjs +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.mjs.map +1 -1
- package/README.md +2 -1
- package/icons/index.d.ts +2 -1
- 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 +7 -5
- package/index.d.ts +8 -4
- 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",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.48",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1/IconHome';",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1609,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 61,
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
]
|
|
775
775
|
},
|
|
776
776
|
"Interface General": {
|
|
777
|
-
"count":
|
|
777
|
+
"count": 170,
|
|
778
778
|
"icons": [
|
|
779
779
|
"IconAnchor1",
|
|
780
780
|
"IconAnchor2",
|
|
@@ -851,6 +851,8 @@
|
|
|
851
851
|
"IconDoupleCheckmark1Small",
|
|
852
852
|
"IconDoupleCheckmark2Small",
|
|
853
853
|
"IconElectrocardiogram",
|
|
854
|
+
"IconExclamationCircle",
|
|
855
|
+
"IconExclamationTriangle",
|
|
854
856
|
"IconFeature",
|
|
855
857
|
"IconGauge",
|
|
856
858
|
"IconHandBell",
|
|
@@ -935,7 +937,6 @@
|
|
|
935
937
|
"IconTrashCanSimple",
|
|
936
938
|
"IconTrashPaper",
|
|
937
939
|
"IconTrashPermanently",
|
|
938
|
-
"IconTriangleExclamation",
|
|
939
940
|
"IconUnarchiv",
|
|
940
941
|
"IconUnpin",
|
|
941
942
|
"IconUntrash",
|
|
@@ -2430,6 +2431,8 @@
|
|
|
2430
2431
|
"IconEsc": "esc, power",
|
|
2431
2432
|
"IconEthereum": "ethereum",
|
|
2432
2433
|
"IconEuro": "euro, currency, money, coin, EURO",
|
|
2434
|
+
"IconExclamationCircle": "exclamation-circle, info, warning",
|
|
2435
|
+
"IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
|
|
2433
2436
|
"IconExpand": "expand, window, layout",
|
|
2434
2437
|
"IconExpand315": "expand-315, enlarge",
|
|
2435
2438
|
"IconExpand45": "expand-45, enlarge",
|
|
@@ -3301,7 +3304,6 @@
|
|
|
3301
3304
|
"IconTrending4": "trending-4, chart",
|
|
3302
3305
|
"IconTrending5": "trending-5, chart, analytics",
|
|
3303
3306
|
"IconTrendingCircle": "trending-circle",
|
|
3304
|
-
"IconTriangleExclamation": "triangle-exclamation, error, warning, alert",
|
|
3305
3307
|
"IconTrophy": "trophy, win, champion",
|
|
3306
3308
|
"IconTruck": "truck, delivery",
|
|
3307
3309
|
"IconTumblr": "tumblr",
|
package/index.d.ts
CHANGED
|
@@ -1829,6 +1829,14 @@ export {
|
|
|
1829
1829
|
export { IconEsc, default as IconEscDefault } from "./IconEsc";
|
|
1830
1830
|
export { IconEthereum, default as IconEthereumDefault } from "./IconEthereum";
|
|
1831
1831
|
export { IconEuro, default as IconEuroDefault } from "./IconEuro";
|
|
1832
|
+
export {
|
|
1833
|
+
IconExclamationCircle,
|
|
1834
|
+
default as IconExclamationCircleDefault,
|
|
1835
|
+
} from "./IconExclamationCircle";
|
|
1836
|
+
export {
|
|
1837
|
+
IconExclamationTriangle,
|
|
1838
|
+
default as IconExclamationTriangleDefault,
|
|
1839
|
+
} from "./IconExclamationTriangle";
|
|
1832
1840
|
export { IconExpand, default as IconExpandDefault } from "./IconExpand";
|
|
1833
1841
|
export {
|
|
1834
1842
|
IconExpand315,
|
|
@@ -4224,10 +4232,6 @@ export {
|
|
|
4224
4232
|
IconTrendingCircle,
|
|
4225
4233
|
default as IconTrendingCircleDefault,
|
|
4226
4234
|
} from "./IconTrendingCircle";
|
|
4227
|
-
export {
|
|
4228
|
-
IconTriangleExclamation,
|
|
4229
|
-
default as IconTriangleExclamationDefault,
|
|
4230
|
-
} from "./IconTriangleExclamation";
|
|
4231
4235
|
export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";
|
|
4232
4236
|
export { IconTruck, default as IconTruckDefault } from "./IconTruck";
|
|
4233
4237
|
export { IconTumblr, default as IconTumblrDefault } from "./IconTumblr";
|