@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.49 → 1.1.50
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/IconPersona/index.d.ts +4 -0
- package/IconPersona/index.js +2 -0
- package/IconPersona/index.js.map +1 -0
- package/IconPersona/index.mjs +2 -0
- package/IconPersona/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 +1 -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-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.50",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-1.5/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": 1611,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 61,
|
|
@@ -1057,7 +1057,7 @@
|
|
|
1057
1057
|
]
|
|
1058
1058
|
},
|
|
1059
1059
|
"People": {
|
|
1060
|
-
"count":
|
|
1060
|
+
"count": 32,
|
|
1061
1061
|
"icons": [
|
|
1062
1062
|
"IconAura",
|
|
1063
1063
|
"IconBathMan1",
|
|
@@ -1082,6 +1082,7 @@
|
|
|
1082
1082
|
"IconPeopleRemove",
|
|
1083
1083
|
"IconPeopleRemove2",
|
|
1084
1084
|
"IconPeopleVersus",
|
|
1085
|
+
"IconPersona",
|
|
1085
1086
|
"IconSteveJobs",
|
|
1086
1087
|
"IconStreaming",
|
|
1087
1088
|
"IconSurfing",
|
|
@@ -2909,6 +2910,7 @@
|
|
|
2909
2910
|
"IconPeopleVersus": "people-versus, vs, match, 1v1",
|
|
2910
2911
|
"IconPercent": "percent, sales",
|
|
2911
2912
|
"IconPerplexity": "perplexity",
|
|
2913
|
+
"IconPersona": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
2912
2914
|
"IconPets": "pets, paw, animal",
|
|
2913
2915
|
"IconPhone": "phone, iphone, mobile",
|
|
2914
2916
|
"IconPhoneDynamicIsland": "phone-dynamic-island",
|
package/index.d.ts
CHANGED
|
@@ -3161,6 +3161,7 @@ export {
|
|
|
3161
3161
|
IconPerplexity,
|
|
3162
3162
|
default as IconPerplexityDefault,
|
|
3163
3163
|
} from "./IconPerplexity";
|
|
3164
|
+
export { IconPersona, default as IconPersonaDefault } from "./IconPersona";
|
|
3164
3165
|
export { IconPets, default as IconPetsDefault } from "./IconPets";
|
|
3165
3166
|
export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
|
|
3166
3167
|
export {
|