@central-icons-react/round-outlined-radius-0-stroke-2 1.1.8 → 1.1.9
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/IconFontStyle/index.d.ts +4 -0
- package/IconFontStyle/index.js +2 -0
- package/IconFontStyle/index.js.map +1 -0
- package/IconFontStyle/index.mjs +2 -0
- package/IconFontStyle/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/round-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/round-outlined-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": 1541,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 35,
|
|
@@ -1611,7 +1611,7 @@
|
|
|
1611
1611
|
]
|
|
1612
1612
|
},
|
|
1613
1613
|
"Typography": {
|
|
1614
|
-
"count":
|
|
1614
|
+
"count": 54,
|
|
1615
1615
|
"icons": [
|
|
1616
1616
|
"IconAlignmentCenter",
|
|
1617
1617
|
"IconAlignmentJustify",
|
|
@@ -1627,6 +1627,7 @@
|
|
|
1627
1627
|
"IconCloseQuote2",
|
|
1628
1628
|
"IconConcise",
|
|
1629
1629
|
"IconDivider",
|
|
1630
|
+
"IconFontStyle",
|
|
1630
1631
|
"IconH1",
|
|
1631
1632
|
"IconH2",
|
|
1632
1633
|
"IconH3",
|
|
@@ -2431,6 +2432,7 @@
|
|
|
2431
2432
|
"IconFolders": "folders",
|
|
2432
2433
|
"IconFolderShared": "folder-shared",
|
|
2433
2434
|
"IconFolderUpload": "folder-upload",
|
|
2435
|
+
"IconFontStyle": "font-style, fonts, serif",
|
|
2434
2436
|
"IconFoodBell": "food-bell, serving-bell, glosche, serve",
|
|
2435
2437
|
"IconFoodExperiences": "food-experiences, plate",
|
|
2436
2438
|
"IconFootsteps": "footsteps",
|
package/index.d.ts
CHANGED
|
@@ -2021,6 +2021,10 @@ export {
|
|
|
2021
2021
|
default as IconFolderUploadDefault,
|
|
2022
2022
|
} from "./IconFolderUpload";
|
|
2023
2023
|
export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
|
|
2024
|
+
export {
|
|
2025
|
+
IconFontStyle,
|
|
2026
|
+
default as IconFontStyleDefault,
|
|
2027
|
+
} from "./IconFontStyle";
|
|
2024
2028
|
export { IconFoodBell, default as IconFoodBellDefault } from "./IconFoodBell";
|
|
2025
2029
|
export {
|
|
2026
2030
|
IconFoodExperiences,
|