@central-icons-react/square-outlined-radius-0-stroke-1 1.1.46 → 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/{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 +1 -1
- package/icons/index.d.ts +1 -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 +3 -3
- package/index.d.ts +4 -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';",
|
|
@@ -852,6 +852,7 @@
|
|
|
852
852
|
"IconDoupleCheckmark2Small",
|
|
853
853
|
"IconElectrocardiogram",
|
|
854
854
|
"IconExclamationCircle",
|
|
855
|
+
"IconExclamationTriangle",
|
|
855
856
|
"IconFeature",
|
|
856
857
|
"IconGauge",
|
|
857
858
|
"IconHandBell",
|
|
@@ -936,7 +937,6 @@
|
|
|
936
937
|
"IconTrashCanSimple",
|
|
937
938
|
"IconTrashPaper",
|
|
938
939
|
"IconTrashPermanently",
|
|
939
|
-
"IconTriangleExclamation",
|
|
940
940
|
"IconUnarchiv",
|
|
941
941
|
"IconUnpin",
|
|
942
942
|
"IconUntrash",
|
|
@@ -2432,6 +2432,7 @@
|
|
|
2432
2432
|
"IconEthereum": "ethereum",
|
|
2433
2433
|
"IconEuro": "euro, currency, money, coin, EURO",
|
|
2434
2434
|
"IconExclamationCircle": "exclamation-circle, info, warning",
|
|
2435
|
+
"IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
|
|
2435
2436
|
"IconExpand": "expand, window, layout",
|
|
2436
2437
|
"IconExpand315": "expand-315, enlarge",
|
|
2437
2438
|
"IconExpand45": "expand-45, enlarge",
|
|
@@ -3303,7 +3304,6 @@
|
|
|
3303
3304
|
"IconTrending4": "trending-4, chart",
|
|
3304
3305
|
"IconTrending5": "trending-5, chart, analytics",
|
|
3305
3306
|
"IconTrendingCircle": "trending-circle",
|
|
3306
|
-
"IconTriangleExclamation": "triangle-exclamation, error, warning, alert",
|
|
3307
3307
|
"IconTrophy": "trophy, win, champion",
|
|
3308
3308
|
"IconTruck": "truck, delivery",
|
|
3309
3309
|
"IconTumblr": "tumblr",
|
package/index.d.ts
CHANGED
|
@@ -1833,6 +1833,10 @@ export {
|
|
|
1833
1833
|
IconExclamationCircle,
|
|
1834
1834
|
default as IconExclamationCircleDefault,
|
|
1835
1835
|
} from "./IconExclamationCircle";
|
|
1836
|
+
export {
|
|
1837
|
+
IconExclamationTriangle,
|
|
1838
|
+
default as IconExclamationTriangleDefault,
|
|
1839
|
+
} from "./IconExclamationTriangle";
|
|
1836
1840
|
export { IconExpand, default as IconExpandDefault } from "./IconExpand";
|
|
1837
1841
|
export {
|
|
1838
1842
|
IconExpand315,
|
|
@@ -4228,10 +4232,6 @@ export {
|
|
|
4228
4232
|
IconTrendingCircle,
|
|
4229
4233
|
default as IconTrendingCircleDefault,
|
|
4230
4234
|
} from "./IconTrendingCircle";
|
|
4231
|
-
export {
|
|
4232
|
-
IconTriangleExclamation,
|
|
4233
|
-
default as IconTriangleExclamationDefault,
|
|
4234
|
-
} from "./IconTriangleExclamation";
|
|
4235
4235
|
export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";
|
|
4236
4236
|
export { IconTruck, default as IconTruckDefault } from "./IconTruck";
|
|
4237
4237
|
export { IconTumblr, default as IconTumblrDefault } from "./IconTumblr";
|