@central-icons-react/round-outlined-radius-0-stroke-1.5 1.1.4 → 1.1.7
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/IconCursor/index.js +1 -1
- package/IconCursor/index.js.map +1 -1
- package/IconCursor/index.mjs +1 -1
- package/IconCursor/index.mjs.map +1 -1
- package/IconSearchIntelligence/index.d.ts +4 -0
- package/IconSearchIntelligence/index.js +2 -0
- package/IconSearchIntelligence/index.js.map +1 -0
- package/IconSearchIntelligence/index.mjs +2 -0
- package/IconSearchIntelligence/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-1.5",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.7",
|
4
4
|
"style": "round-outlined-radius-0-stroke-1.5",
|
5
5
|
"importExamples": {
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/round-outlined-radius-0-stroke-1.5/IconHome';",
|
@@ -12,10 +12,10 @@
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
14
14
|
},
|
15
|
-
"totalIcons":
|
15
|
+
"totalIcons": 1536,
|
16
16
|
"categories": {
|
17
17
|
"AI & Magic": {
|
18
|
-
"count":
|
18
|
+
"count": 35,
|
19
19
|
"icons": [
|
20
20
|
"IconAppleIntelligenceIcon",
|
21
21
|
"IconBoxSparkle",
|
@@ -40,6 +40,7 @@
|
|
40
40
|
"IconPrompt",
|
41
41
|
"IconPrompt1",
|
42
42
|
"IconRobot",
|
43
|
+
"IconSearchIntelligence",
|
43
44
|
"IconSparkle",
|
44
45
|
"IconSparkle2",
|
45
46
|
"IconSparklesSoft",
|
@@ -2908,6 +2909,7 @@
|
|
2908
2909
|
"IconScript": "script, paper, page, contract, file, document",
|
2909
2910
|
"IconScript2": "script-2, paper, page, contract, file, document",
|
2910
2911
|
"IconSdCard": "sd-card, memory-stick",
|
2912
|
+
"IconSearchIntelligence": "search-intelligence, search-ai",
|
2911
2913
|
"IconSearchMenu": "search-menu, list-search",
|
2912
2914
|
"IconSecretPhrase": "secret-phrase, code, private-phrase",
|
2913
2915
|
"IconSend": "send, email, paper-plane, arrow",
|
package/index.d.ts
CHANGED
@@ -3310,6 +3310,10 @@ export {
|
|
3310
3310
|
export { IconScript, default as IconScriptDefault } from "./IconScript";
|
3311
3311
|
export { IconScript2, default as IconScript2Default } from "./IconScript2";
|
3312
3312
|
export { IconSdCard, default as IconSdCardDefault } from "./IconSdCard";
|
3313
|
+
export {
|
3314
|
+
IconSearchIntelligence,
|
3315
|
+
default as IconSearchIntelligenceDefault,
|
3316
|
+
} from "./IconSearchIntelligence";
|
3313
3317
|
export {
|
3314
3318
|
IconSearchMenu,
|
3315
3319
|
default as IconSearchMenuDefault,
|