@central-icons-react/square-filled-radius-0-stroke-2 1.1.45 → 1.1.46
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/README.md +1 -0
- package/icons/index.d.ts +1 -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 +5 -3
- package/index.d.ts +4 -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-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.46",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-2/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,7 @@
|
|
|
851
851
|
"IconDoupleCheckmark1Small",
|
|
852
852
|
"IconDoupleCheckmark2Small",
|
|
853
853
|
"IconElectrocardiogram",
|
|
854
|
+
"IconExclamationCircle",
|
|
854
855
|
"IconFeature",
|
|
855
856
|
"IconGauge",
|
|
856
857
|
"IconHandBell",
|
|
@@ -2430,6 +2431,7 @@
|
|
|
2430
2431
|
"IconEsc": "esc, power",
|
|
2431
2432
|
"IconEthereum": "ethereum",
|
|
2432
2433
|
"IconEuro": "euro, currency, money, coin, EURO",
|
|
2434
|
+
"IconExclamationCircle": "exclamation-circle, info, warning",
|
|
2433
2435
|
"IconExpand": "expand, window, layout",
|
|
2434
2436
|
"IconExpand315": "expand-315, enlarge",
|
|
2435
2437
|
"IconExpand45": "expand-45, enlarge",
|
package/index.d.ts
CHANGED
|
@@ -1829,6 +1829,10 @@ 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";
|
|
1832
1836
|
export { IconExpand, default as IconExpandDefault } from "./IconExpand";
|
|
1833
1837
|
export {
|
|
1834
1838
|
IconExpand315,
|