@central-icons-react/square-outlined-radius-0-stroke-1 1.1.66 → 1.1.67
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/IconCommits/index.d.ts +4 -0
- package/IconCommits/index.js +2 -0
- package/IconCommits/index.js.map +1 -0
- package/IconCommits/index.mjs +2 -0
- package/IconCommits/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.67",
|
|
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": 1639,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 63,
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
]
|
|
288
288
|
},
|
|
289
289
|
"Code": {
|
|
290
|
-
"count":
|
|
290
|
+
"count": 44,
|
|
291
291
|
"icons": [
|
|
292
292
|
"IconAnchor",
|
|
293
293
|
"IconAnimation",
|
|
@@ -315,6 +315,7 @@
|
|
|
315
315
|
"IconCodeInsert",
|
|
316
316
|
"IconCodeLarge",
|
|
317
317
|
"IconCodeLines",
|
|
318
|
+
"IconCommits",
|
|
318
319
|
"IconConsole",
|
|
319
320
|
"IconConsoleSimple",
|
|
320
321
|
"IconConsoleSimple1",
|
|
@@ -2326,6 +2327,7 @@
|
|
|
2326
2327
|
"IconColumnWideHalfAdd": "column-wide-half-add",
|
|
2327
2328
|
"IconColumnWideHalfRemove": "column-wide-half-remove",
|
|
2328
2329
|
"IconColumnWideRemove": "column-wide-remove",
|
|
2330
|
+
"IconCommits": "commits",
|
|
2329
2331
|
"IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
|
|
2330
2332
|
"IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
|
|
2331
2333
|
"IconComponents": "components, figma",
|
package/index.d.ts
CHANGED
|
@@ -1491,6 +1491,7 @@ export {
|
|
|
1491
1491
|
IconColumnWideRemove,
|
|
1492
1492
|
default as IconColumnWideRemoveDefault,
|
|
1493
1493
|
} from "./IconColumnWideRemove";
|
|
1494
|
+
export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
|
|
1494
1495
|
export {
|
|
1495
1496
|
IconCompassRound,
|
|
1496
1497
|
default as IconCompassRoundDefault,
|