@central-icons-react/square-outlined-radius-0-stroke-1 1.1.98 → 1.1.99
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/IconClawdbot/index.d.ts +4 -0
- package/IconClawdbot/index.js +2 -0
- package/IconClawdbot/index.js.map +1 -0
- package/IconClawdbot/index.mjs +2 -0
- package/IconClawdbot/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-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.99",
|
|
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';",
|
|
@@ -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": 1706,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 66,
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
]
|
|
1385
1385
|
},
|
|
1386
1386
|
"Social Media & Brands": {
|
|
1387
|
-
"count":
|
|
1387
|
+
"count": 119,
|
|
1388
1388
|
"icons": [
|
|
1389
1389
|
"IconAdobeAcrobat",
|
|
1390
1390
|
"IconAffinity",
|
|
@@ -1406,6 +1406,7 @@
|
|
|
1406
1406
|
"IconCentralIconSystem",
|
|
1407
1407
|
"IconChrome",
|
|
1408
1408
|
"IconClaudeai",
|
|
1409
|
+
"IconClawdbot",
|
|
1409
1410
|
"IconCodepen",
|
|
1410
1411
|
"IconCopilot",
|
|
1411
1412
|
"IconCosmos",
|
|
@@ -2362,6 +2363,7 @@
|
|
|
2362
2363
|
"IconClapboard": "clapboard, movie, film",
|
|
2363
2364
|
"IconClapboardWide": "clapboard-wide, movie, film",
|
|
2364
2365
|
"IconClaudeai": "claudeai",
|
|
2366
|
+
"IconClawdbot": "clawdbot",
|
|
2365
2367
|
"IconClipboard": "clipboard, copy, list",
|
|
2366
2368
|
"IconClipboard2": "clipboard-2, copy, list",
|
|
2367
2369
|
"IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list",
|
package/index.d.ts
CHANGED
|
@@ -1380,6 +1380,7 @@ export {
|
|
|
1380
1380
|
default as IconClapboardWideDefault,
|
|
1381
1381
|
} from "./IconClapboardWide";
|
|
1382
1382
|
export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
|
|
1383
|
+
export { IconClawdbot, default as IconClawdbotDefault } from "./IconClawdbot";
|
|
1383
1384
|
export {
|
|
1384
1385
|
IconClipboard,
|
|
1385
1386
|
default as IconClipboardDefault,
|