@central-icons-react/square-outlined-radius-0-stroke-1 1.1.86 → 1.1.87

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-outlined-radius-0-stroke-1",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
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": 1682,
15
+ "totalIcons": 1686,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 66,
@@ -498,7 +498,7 @@
498
498
  ]
499
499
  },
500
500
  "Edit": {
501
- "count": 79,
501
+ "count": 80,
502
502
  "icons": [
503
503
  "Icon3d",
504
504
  "IconAddKeyframe",
@@ -546,6 +546,7 @@
546
546
  "IconMagnet",
547
547
  "IconMarkdown",
548
548
  "IconMarker",
549
+ "IconMarker2",
549
550
  "IconMarkerCircle",
550
551
  "IconMarkup",
551
552
  "IconPaintBrush",
@@ -634,7 +635,7 @@
634
635
  ]
635
636
  },
636
637
  "Folders & Files": {
637
- "count": 76,
638
+ "count": 78,
638
639
  "icons": [
639
640
  "IconArchive",
640
641
  "IconBlankPageLandscape",
@@ -673,9 +674,11 @@
673
674
  "IconFolderRestricted",
674
675
  "IconFolders",
675
676
  "IconFolderShared",
677
+ "IconFolderShield",
676
678
  "IconFolderUpload",
677
679
  "IconLibrary",
678
680
  "IconListBullets",
681
+ "IconMoveFolder",
679
682
  "IconNote1",
680
683
  "IconNote2",
681
684
  "IconNotebook",
@@ -1593,7 +1596,7 @@
1593
1596
  ]
1594
1597
  },
1595
1598
  "Things": {
1596
- "count": 115,
1599
+ "count": 116,
1597
1600
  "icons": [
1598
1601
  "IconAnvil",
1599
1602
  "IconBackpack",
@@ -1604,6 +1607,7 @@
1604
1607
  "IconBean",
1605
1608
  "IconBee",
1606
1609
  "IconBlackHole",
1610
+ "IconBlocks",
1607
1611
  "IconBomb",
1608
1612
  "IconBooks",
1609
1613
  "IconBronceMedal",
@@ -2107,6 +2111,7 @@
2107
2111
  "IconBlankPagePortrait": "blank-page-portrait",
2108
2112
  "IconBlip": "blip, flick, snip, snap, easy, thanos",
2109
2113
  "IconBlock": "block, workspace",
2114
+ "IconBlocks": "blocks, integration, apps",
2110
2115
  "IconBlockSortAscending": "block-sort-ascending",
2111
2116
  "IconBlockSortDescending": "block-sort-descending",
2112
2117
  "IconBlossom": "blossom, flower, growing",
@@ -2641,6 +2646,7 @@
2641
2646
  "IconFolderRestricted": "folder-restricted",
2642
2647
  "IconFolders": "folders",
2643
2648
  "IconFolderShared": "folder-shared",
2649
+ "IconFolderShield": "folder-shield, folder-security",
2644
2650
  "IconFolderSparkle": "Folder-sparkle, plus",
2645
2651
  "IconFolderUpload": "folder-upload",
2646
2652
  "IconFontStyle": "font-style, fonts, serif",
@@ -2873,6 +2879,7 @@
2873
2879
  "IconMapPinFlat": "map-pin-flat, route",
2874
2880
  "IconMarkdown": "markdown",
2875
2881
  "IconMarker": "marker, highlight",
2882
+ "IconMarker2": "marker-2, highlight",
2876
2883
  "IconMarkerCircle": "marker-circle, highlight",
2877
2884
  "IconMarkup": "markup, marker, highlight",
2878
2885
  "IconMask": "mask, theatre",
@@ -2917,6 +2924,7 @@
2917
2924
  "IconMouseScrollDown": "mouse-scroll-down",
2918
2925
  "IconMouseScrollUp": "mouse-scroll-up",
2919
2926
  "IconMouth": "mouth, kiss",
2927
+ "IconMoveFolder": "move-folder",
2920
2928
  "IconMultiMedia": "multi-media, media, image-video",
2921
2929
  "IconMute": "mute, sound-off",
2922
2930
  "IconNailedIt": "nailed-it",
package/index.d.ts CHANGED
@@ -706,6 +706,7 @@ export {
706
706
  IconBlockSortDescending,
707
707
  default as IconBlockSortDescendingDefault,
708
708
  } from "./IconBlockSortDescending";
709
+ export { IconBlocks, default as IconBlocksDefault } from "./IconBlocks";
709
710
  export { IconBlossom, default as IconBlossomDefault } from "./IconBlossom";
710
711
  export { IconBluesky, default as IconBlueskyDefault } from "./IconBluesky";
711
712
  export {
@@ -2236,6 +2237,10 @@ export {
2236
2237
  IconFolderShared,
2237
2238
  default as IconFolderSharedDefault,
2238
2239
  } from "./IconFolderShared";
2240
+ export {
2241
+ IconFolderShield,
2242
+ default as IconFolderShieldDefault,
2243
+ } from "./IconFolderShield";
2239
2244
  export {
2240
2245
  IconFolderSparkle,
2241
2246
  default as IconFolderSparkleDefault,
@@ -2856,6 +2861,7 @@ export {
2856
2861
  } from "./IconMapPinFlat";
2857
2862
  export { IconMarkdown, default as IconMarkdownDefault } from "./IconMarkdown";
2858
2863
  export { IconMarker, default as IconMarkerDefault } from "./IconMarker";
2864
+ export { IconMarker2, default as IconMarker2Default } from "./IconMarker2";
2859
2865
  export {
2860
2866
  IconMarkerCircle,
2861
2867
  default as IconMarkerCircleDefault,
@@ -2996,6 +3002,10 @@ export {
2996
3002
  default as IconMouseScrollUpDefault,
2997
3003
  } from "./IconMouseScrollUp";
2998
3004
  export { IconMouth, default as IconMouthDefault } from "./IconMouth";
3005
+ export {
3006
+ IconMoveFolder,
3007
+ default as IconMoveFolderDefault,
3008
+ } from "./IconMoveFolder";
2999
3009
  export {
3000
3010
  IconMultiMedia,
3001
3011
  default as IconMultiMediaDefault,