@central-icons-react/square-filled-radius-0-stroke-2 1.1.65 → 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/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react/square-filled-radius-0-stroke-2",
3
- "version": "1.1.65",
3
+ "version": "1.1.67",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-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": 1636,
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": 41,
290
+ "count": 44,
291
291
  "icons": [
292
292
  "IconAnchor",
293
293
  "IconAnimation",
@@ -313,7 +313,9 @@
313
313
  "IconCodeAssistant",
314
314
  "IconCodeBrackets",
315
315
  "IconCodeInsert",
316
+ "IconCodeLarge",
316
317
  "IconCodeLines",
318
+ "IconCommits",
317
319
  "IconConsole",
318
320
  "IconConsoleSimple",
319
321
  "IconConsoleSimple1",
@@ -329,6 +331,7 @@
329
331
  "IconSandbox",
330
332
  "IconShip",
331
333
  "IconTestflight",
334
+ "IconVibeCoding",
332
335
  "IconWebsite"
333
336
  ]
334
337
  },
@@ -2301,6 +2304,7 @@
2301
2304
  "IconCodeAssistant": "code-assistant, vibe-coding",
2302
2305
  "IconCodeBrackets": "code-brackets",
2303
2306
  "IconCodeInsert": "code-insert",
2307
+ "IconCodeLarge": "code-large, syntax, brackets",
2304
2308
  "IconCodeLines": "code-lines",
2305
2309
  "IconCodepen": "codepen",
2306
2310
  "IconCoin1": "coin-1, credits, money",
@@ -2323,6 +2327,7 @@
2323
2327
  "IconColumnWideHalfAdd": "column-wide-half-add",
2324
2328
  "IconColumnWideHalfRemove": "column-wide-half-remove",
2325
2329
  "IconColumnWideRemove": "column-wide-remove",
2330
+ "IconCommits": "commits",
2326
2331
  "IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
2327
2332
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2328
2333
  "IconComponents": "components, figma",
@@ -3385,6 +3390,7 @@
3385
3390
  "IconVerticalAlignmentCenter": "vertical-alignment-center",
3386
3391
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
3387
3392
  "IconVerticalAlignmentRight": "vertical-alignment-right",
3393
+ "IconVibeCoding": "vibe-coding, ai, ide, syntax",
3388
3394
  "IconVibeCodingBird": "vibe-coding-bird, laptop, work",
3389
3395
  "IconVibeCodingStar": "vibe-coding-star, working, home-office",
3390
3396
  "IconVideo": "video, camera, movie, play",
package/index.d.ts CHANGED
@@ -1426,6 +1426,10 @@ export {
1426
1426
  IconCodeInsert,
1427
1427
  default as IconCodeInsertDefault,
1428
1428
  } from "./IconCodeInsert";
1429
+ export {
1430
+ IconCodeLarge,
1431
+ default as IconCodeLargeDefault,
1432
+ } from "./IconCodeLarge";
1429
1433
  export {
1430
1434
  IconCodeLines,
1431
1435
  default as IconCodeLinesDefault,
@@ -1487,6 +1491,7 @@ export {
1487
1491
  IconColumnWideRemove,
1488
1492
  default as IconColumnWideRemoveDefault,
1489
1493
  } from "./IconColumnWideRemove";
1494
+ export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
1490
1495
  export {
1491
1496
  IconCompassRound,
1492
1497
  default as IconCompassRoundDefault,
@@ -4364,6 +4369,10 @@ export {
4364
4369
  IconVerticalAlignmentRight,
4365
4370
  default as IconVerticalAlignmentRightDefault,
4366
4371
  } from "./IconVerticalAlignmentRight";
4372
+ export {
4373
+ IconVibeCoding,
4374
+ default as IconVibeCodingDefault,
4375
+ } from "./IconVibeCoding";
4367
4376
  export {
4368
4377
  IconVibeCodingBird,
4369
4378
  default as IconVibeCodingBirdDefault,