@central-icons-react/round-outlined-radius-0-stroke-2 1.1.295 → 1.1.297

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.
Files changed (47) hide show
  1. package/IconArrowRotatePoint/index.d.ts +4 -0
  2. package/IconArrowRotatePoint/index.js +3 -0
  3. package/IconArrowRotatePoint/index.js.map +11 -0
  4. package/IconArrowRotatePoint/index.mjs +3 -0
  5. package/IconArrowRotatePoint/index.mjs.map +11 -0
  6. package/IconCastle/index.d.ts +4 -0
  7. package/IconCastle/index.js +3 -0
  8. package/IconCastle/index.js.map +11 -0
  9. package/IconCastle/index.mjs +3 -0
  10. package/IconCastle/index.mjs.map +11 -0
  11. package/IconEarth/index.js +2 -2
  12. package/IconEarth/index.js.map +3 -3
  13. package/IconEarth/index.mjs +2 -2
  14. package/IconEarth/index.mjs.map +3 -3
  15. package/IconEarth2/index.d.ts +4 -0
  16. package/IconEarth2/index.js +3 -0
  17. package/IconEarth2/index.js.map +11 -0
  18. package/IconEarth2/index.mjs +3 -0
  19. package/IconEarth2/index.mjs.map +11 -0
  20. package/IconPlugins/index.d.ts +4 -0
  21. package/IconPlugins/index.js +3 -0
  22. package/IconPlugins/index.js.map +11 -0
  23. package/IconPlugins/index.mjs +3 -0
  24. package/IconPlugins/index.mjs.map +11 -0
  25. package/IconWindowSquareLocked/index.d.ts +4 -0
  26. package/IconWindowSquareLocked/index.js +3 -0
  27. package/IconWindowSquareLocked/index.js.map +11 -0
  28. package/IconWindowSquareLocked/index.mjs +3 -0
  29. package/IconWindowSquareLocked/index.mjs.map +11 -0
  30. package/IconWindowSquareSecurity/index.d.ts +4 -0
  31. package/IconWindowSquareSecurity/index.js +3 -0
  32. package/IconWindowSquareSecurity/index.js.map +11 -0
  33. package/IconWindowSquareSecurity/index.mjs +3 -0
  34. package/IconWindowSquareSecurity/index.mjs.map +11 -0
  35. package/README.md +6 -0
  36. package/icons/index.d.ts +1 -1
  37. package/icons/index.js +2 -2
  38. package/icons/index.js.map +3 -3
  39. package/icons/index.mjs +2 -2
  40. package/icons/index.mjs.map +3 -3
  41. package/icons-index.json +4 -4
  42. package/index.d.ts +6 -0
  43. package/index.js +18 -0
  44. package/index.mjs +6 -0
  45. package/license-check.js +1 -1
  46. package/package.json +1 -1
  47. package/skills/central-icons-react/SKILL.md +7 -1
package/index.d.ts CHANGED
@@ -132,6 +132,7 @@ export { IconArrowRightUpCircle, default as IconArrowRightUpCircleDefault } from
132
132
  export { IconArrowRotateClockwise, default as IconArrowRotateClockwiseDefault } from "./IconArrowRotateClockwise";
133
133
  export { IconArrowRotateCounterClockwise, default as IconArrowRotateCounterClockwiseDefault } from "./IconArrowRotateCounterClockwise";
134
134
  export { IconArrowRotateLeftRight, default as IconArrowRotateLeftRightDefault } from "./IconArrowRotateLeftRight";
135
+ export { IconArrowRotatePoint, default as IconArrowRotatePointDefault } from "./IconArrowRotatePoint";
135
136
  export { IconArrowRotateRightLeft, default as IconArrowRotateRightLeftDefault } from "./IconArrowRotateRightLeft";
136
137
  export { IconArrowRotateSparkle, default as IconArrowRotateSparkleDefault } from "./IconArrowRotateSparkle";
137
138
  export { IconArrowRounded, default as IconArrowRoundedDefault } from "./IconArrowRounded";
@@ -423,6 +424,7 @@ export { IconCard, default as IconCardDefault } from "./IconCard";
423
424
  export { IconCardNfc, default as IconCardNfcDefault } from "./IconCardNfc";
424
425
  export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
425
426
  export { IconCash, default as IconCashDefault } from "./IconCash";
427
+ export { IconCastle, default as IconCastleDefault } from "./IconCastle";
426
428
  export { IconCat, default as IconCatDefault } from "./IconCat";
427
429
  export { IconCd, default as IconCdDefault } from "./IconCd";
428
430
  export { IconCelebrate, default as IconCelebrateDefault } from "./IconCelebrate";
@@ -732,6 +734,7 @@ export { IconDumbell, default as IconDumbellDefault } from "./IconDumbell";
732
734
  export { IconDuolingo, default as IconDuolingoDefault } from "./IconDuolingo";
733
735
  export { IconEar, default as IconEarDefault } from "./IconEar";
734
736
  export { IconEarth, default as IconEarthDefault } from "./IconEarth";
737
+ export { IconEarth2, default as IconEarth2Default } from "./IconEarth2";
735
738
  export { IconEditBig, default as IconEditBigDefault } from "./IconEditBig";
736
739
  export { IconEditSmall1, default as IconEditSmall1Default } from "./IconEditSmall1";
737
740
  export { IconEditSmall2, default as IconEditSmall2Default } from "./IconEditSmall2";
@@ -1458,6 +1461,7 @@ export { IconPlaylist, default as IconPlaylistDefault } from "./IconPlaylist";
1458
1461
  export { IconPlaystation, default as IconPlaystationDefault } from "./IconPlaystation";
1459
1462
  export { IconPlugin1, default as IconPlugin1Default } from "./IconPlugin1";
1460
1463
  export { IconPlugin2, default as IconPlugin2Default } from "./IconPlugin2";
1464
+ export { IconPlugins, default as IconPluginsDefault } from "./IconPlugins";
1461
1465
  export { IconPlusLarge, default as IconPlusLargeDefault } from "./IconPlusLarge";
1462
1466
  export { IconPlusMedium, default as IconPlusMediumDefault } from "./IconPlusMedium";
1463
1467
  export { IconPlusSmall, default as IconPlusSmallDefault } from "./IconPlusSmall";
@@ -2050,7 +2054,9 @@ export { IconWindowCursor, default as IconWindowCursorDefault } from "./IconWind
2050
2054
  export { IconWindowSparkle, default as IconWindowSparkleDefault } from "./IconWindowSparkle";
2051
2055
  export { IconWindowSquare, default as IconWindowSquareDefault } from "./IconWindowSquare";
2052
2056
  export { IconWindowSquareDelete, default as IconWindowSquareDeleteDefault } from "./IconWindowSquareDelete";
2057
+ export { IconWindowSquareLocked, default as IconWindowSquareLockedDefault } from "./IconWindowSquareLocked";
2053
2058
  export { IconWindowSquarePlus, default as IconWindowSquarePlusDefault } from "./IconWindowSquarePlus";
2059
+ export { IconWindowSquareSecurity, default as IconWindowSquareSecurityDefault } from "./IconWindowSquareSecurity";
2054
2060
  export { IconWindsurf, default as IconWindsurfDefault } from "./IconWindsurf";
2055
2061
  export { IconWip, default as IconWipDefault } from "./IconWip";
2056
2062
  export { IconWizardHat, default as IconWizardHatDefault } from "./IconWizardHat";
package/index.js CHANGED
@@ -402,6 +402,9 @@ exports.IconArrowRotateCounterClockwiseDefault = _IconArrowRotateCounterClockwis
402
402
  var _IconArrowRotateLeftRight = require("./IconArrowRotateLeftRight/index.js");
403
403
  exports.IconArrowRotateLeftRight = _IconArrowRotateLeftRight.IconArrowRotateLeftRight;
404
404
  exports.IconArrowRotateLeftRightDefault = _IconArrowRotateLeftRight.default;
405
+ var _IconArrowRotatePoint = require("./IconArrowRotatePoint/index.js");
406
+ exports.IconArrowRotatePoint = _IconArrowRotatePoint.IconArrowRotatePoint;
407
+ exports.IconArrowRotatePointDefault = _IconArrowRotatePoint.default;
405
408
  var _IconArrowRotateRightLeft = require("./IconArrowRotateRightLeft/index.js");
406
409
  exports.IconArrowRotateRightLeft = _IconArrowRotateRightLeft.IconArrowRotateRightLeft;
407
410
  exports.IconArrowRotateRightLeftDefault = _IconArrowRotateRightLeft.default;
@@ -1275,6 +1278,9 @@ exports.IconCarusselDefault = _IconCarussel.default;
1275
1278
  var _IconCash = require("./IconCash/index.js");
1276
1279
  exports.IconCash = _IconCash.IconCash;
1277
1280
  exports.IconCashDefault = _IconCash.default;
1281
+ var _IconCastle = require("./IconCastle/index.js");
1282
+ exports.IconCastle = _IconCastle.IconCastle;
1283
+ exports.IconCastleDefault = _IconCastle.default;
1278
1284
  var _IconCat = require("./IconCat/index.js");
1279
1285
  exports.IconCat = _IconCat.IconCat;
1280
1286
  exports.IconCatDefault = _IconCat.default;
@@ -2202,6 +2208,9 @@ exports.IconEarDefault = _IconEar.default;
2202
2208
  var _IconEarth = require("./IconEarth/index.js");
2203
2209
  exports.IconEarth = _IconEarth.IconEarth;
2204
2210
  exports.IconEarthDefault = _IconEarth.default;
2211
+ var _IconEarth2 = require("./IconEarth2/index.js");
2212
+ exports.IconEarth2 = _IconEarth2.IconEarth2;
2213
+ exports.IconEarth2Default = _IconEarth2.default;
2205
2214
  var _IconEditBig = require("./IconEditBig/index.js");
2206
2215
  exports.IconEditBig = _IconEditBig.IconEditBig;
2207
2216
  exports.IconEditBigDefault = _IconEditBig.default;
@@ -4380,6 +4389,9 @@ exports.IconPlugin1Default = _IconPlugin1.default;
4380
4389
  var _IconPlugin2 = require("./IconPlugin2/index.js");
4381
4390
  exports.IconPlugin2 = _IconPlugin2.IconPlugin2;
4382
4391
  exports.IconPlugin2Default = _IconPlugin2.default;
4392
+ var _IconPlugins = require("./IconPlugins/index.js");
4393
+ exports.IconPlugins = _IconPlugins.IconPlugins;
4394
+ exports.IconPluginsDefault = _IconPlugins.default;
4383
4395
  var _IconPlusLarge = require("./IconPlusLarge/index.js");
4384
4396
  exports.IconPlusLarge = _IconPlusLarge.IconPlusLarge;
4385
4397
  exports.IconPlusLargeDefault = _IconPlusLarge.default;
@@ -6156,9 +6168,15 @@ exports.IconWindowSquareDefault = _IconWindowSquare.default;
6156
6168
  var _IconWindowSquareDelete = require("./IconWindowSquareDelete/index.js");
6157
6169
  exports.IconWindowSquareDelete = _IconWindowSquareDelete.IconWindowSquareDelete;
6158
6170
  exports.IconWindowSquareDeleteDefault = _IconWindowSquareDelete.default;
6171
+ var _IconWindowSquareLocked = require("./IconWindowSquareLocked/index.js");
6172
+ exports.IconWindowSquareLocked = _IconWindowSquareLocked.IconWindowSquareLocked;
6173
+ exports.IconWindowSquareLockedDefault = _IconWindowSquareLocked.default;
6159
6174
  var _IconWindowSquarePlus = require("./IconWindowSquarePlus/index.js");
6160
6175
  exports.IconWindowSquarePlus = _IconWindowSquarePlus.IconWindowSquarePlus;
6161
6176
  exports.IconWindowSquarePlusDefault = _IconWindowSquarePlus.default;
6177
+ var _IconWindowSquareSecurity = require("./IconWindowSquareSecurity/index.js");
6178
+ exports.IconWindowSquareSecurity = _IconWindowSquareSecurity.IconWindowSquareSecurity;
6179
+ exports.IconWindowSquareSecurityDefault = _IconWindowSquareSecurity.default;
6162
6180
  var _IconWindsurf = require("./IconWindsurf/index.js");
6163
6181
  exports.IconWindsurf = _IconWindsurf.IconWindsurf;
6164
6182
  exports.IconWindsurfDefault = _IconWindsurf.default;
package/index.mjs CHANGED
@@ -132,6 +132,7 @@ export { IconArrowRightUpCircle, default as IconArrowRightUpCircleDefault } from
132
132
  export { IconArrowRotateClockwise, default as IconArrowRotateClockwiseDefault } from "./IconArrowRotateClockwise/index.mjs";
133
133
  export { IconArrowRotateCounterClockwise, default as IconArrowRotateCounterClockwiseDefault } from "./IconArrowRotateCounterClockwise/index.mjs";
134
134
  export { IconArrowRotateLeftRight, default as IconArrowRotateLeftRightDefault } from "./IconArrowRotateLeftRight/index.mjs";
135
+ export { IconArrowRotatePoint, default as IconArrowRotatePointDefault } from "./IconArrowRotatePoint/index.mjs";
135
136
  export { IconArrowRotateRightLeft, default as IconArrowRotateRightLeftDefault } from "./IconArrowRotateRightLeft/index.mjs";
136
137
  export { IconArrowRotateSparkle, default as IconArrowRotateSparkleDefault } from "./IconArrowRotateSparkle/index.mjs";
137
138
  export { IconArrowRounded, default as IconArrowRoundedDefault } from "./IconArrowRounded/index.mjs";
@@ -423,6 +424,7 @@ export { IconCard, default as IconCardDefault } from "./IconCard/index.mjs";
423
424
  export { IconCardNfc, default as IconCardNfcDefault } from "./IconCardNfc/index.mjs";
424
425
  export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel/index.mjs";
425
426
  export { IconCash, default as IconCashDefault } from "./IconCash/index.mjs";
427
+ export { IconCastle, default as IconCastleDefault } from "./IconCastle/index.mjs";
426
428
  export { IconCat, default as IconCatDefault } from "./IconCat/index.mjs";
427
429
  export { IconCd, default as IconCdDefault } from "./IconCd/index.mjs";
428
430
  export { IconCelebrate, default as IconCelebrateDefault } from "./IconCelebrate/index.mjs";
@@ -732,6 +734,7 @@ export { IconDumbell, default as IconDumbellDefault } from "./IconDumbell/index.
732
734
  export { IconDuolingo, default as IconDuolingoDefault } from "./IconDuolingo/index.mjs";
733
735
  export { IconEar, default as IconEarDefault } from "./IconEar/index.mjs";
734
736
  export { IconEarth, default as IconEarthDefault } from "./IconEarth/index.mjs";
737
+ export { IconEarth2, default as IconEarth2Default } from "./IconEarth2/index.mjs";
735
738
  export { IconEditBig, default as IconEditBigDefault } from "./IconEditBig/index.mjs";
736
739
  export { IconEditSmall1, default as IconEditSmall1Default } from "./IconEditSmall1/index.mjs";
737
740
  export { IconEditSmall2, default as IconEditSmall2Default } from "./IconEditSmall2/index.mjs";
@@ -1458,6 +1461,7 @@ export { IconPlaylist, default as IconPlaylistDefault } from "./IconPlaylist/ind
1458
1461
  export { IconPlaystation, default as IconPlaystationDefault } from "./IconPlaystation/index.mjs";
1459
1462
  export { IconPlugin1, default as IconPlugin1Default } from "./IconPlugin1/index.mjs";
1460
1463
  export { IconPlugin2, default as IconPlugin2Default } from "./IconPlugin2/index.mjs";
1464
+ export { IconPlugins, default as IconPluginsDefault } from "./IconPlugins/index.mjs";
1461
1465
  export { IconPlusLarge, default as IconPlusLargeDefault } from "./IconPlusLarge/index.mjs";
1462
1466
  export { IconPlusMedium, default as IconPlusMediumDefault } from "./IconPlusMedium/index.mjs";
1463
1467
  export { IconPlusSmall, default as IconPlusSmallDefault } from "./IconPlusSmall/index.mjs";
@@ -2050,7 +2054,9 @@ export { IconWindowCursor, default as IconWindowCursorDefault } from "./IconWind
2050
2054
  export { IconWindowSparkle, default as IconWindowSparkleDefault } from "./IconWindowSparkle/index.mjs";
2051
2055
  export { IconWindowSquare, default as IconWindowSquareDefault } from "./IconWindowSquare/index.mjs";
2052
2056
  export { IconWindowSquareDelete, default as IconWindowSquareDeleteDefault } from "./IconWindowSquareDelete/index.mjs";
2057
+ export { IconWindowSquareLocked, default as IconWindowSquareLockedDefault } from "./IconWindowSquareLocked/index.mjs";
2053
2058
  export { IconWindowSquarePlus, default as IconWindowSquarePlusDefault } from "./IconWindowSquarePlus/index.mjs";
2059
+ export { IconWindowSquareSecurity, default as IconWindowSquareSecurityDefault } from "./IconWindowSquareSecurity/index.mjs";
2054
2060
  export { IconWindsurf, default as IconWindsurfDefault } from "./IconWindsurf/index.mjs";
2055
2061
  export { IconWip, default as IconWipDefault } from "./IconWip/index.mjs";
2056
2062
  export { IconWizardHat, default as IconWizardHatDefault } from "./IconWizardHat/index.mjs";
package/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react/round-outlined-radius-0-stroke-2",
21
- version: "1.1.295",
21
+ version: "1.1.297",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.295",
3
+ "version": "1.1.297",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -5,7 +5,7 @@ description: Use when inserting icons in React code that imports from @central-i
5
5
 
6
6
  # Central Icons — React
7
7
 
8
- This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.295) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2072 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
8
+ This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.297) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2078 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
9
9
 
10
10
  ## Before you pick an import path
11
11
 
@@ -361,6 +361,7 @@ The catalog below is the authoritative list of icons available in this library.
361
361
  - **IconChevronTriangleDownMedium** — chevron-triangle-down-medium, dropdown, caret
362
362
  - **IconChevronTriangleUpMedium** — chevron-triangle-up-medium, dropdown, caret
363
363
  - **IconCompassPointer** — compass-pointer, arrow, route
364
+ - **IconArrowRotatePoint** — arrow-rotate-point, rotate-camera
364
365
 
365
366
  ### Augmented Reality
366
367
  - **IconVisionPro** — vision-pro, goggles
@@ -408,6 +409,7 @@ The catalog below is the authoritative list of icons available in this library.
408
409
  - **IconGoldenGateBridge** — golden-gate-bridge, silicon-valley, sf
409
410
  - **IconHomeRoofDoor** — home-roof-door, house
410
411
  - **IconHomePlus** — home-plus
412
+ - **IconCastle** — castle, sandbox, wall
411
413
 
412
414
  ### Clouds
413
415
  - **IconCloud** — cloud
@@ -1252,6 +1254,8 @@ The catalog below is the authoritative list of icons available in this library.
1252
1254
  - **IconWindowSquare** — window-square, browser, app, desktop
1253
1255
  - **IconWindowSquarePlus** — window-square-plus, browser, app, desktop
1254
1256
  - **IconWindowSquareDelete** — window-square-delete, browser, app, desktop
1257
+ - **IconWindowSquareLocked** — window-square-locked, browser, app, desktop, lock
1258
+ - **IconWindowSquareSecurity** — window-square-security, browser, app, desktop, shield, privacy
1255
1259
 
1256
1260
  ### Keyboard
1257
1261
  - **IconRunShortcut** — run-shortcut, slash, skills
@@ -1361,6 +1365,7 @@ The catalog below is the authoritative list of icons available in this library.
1361
1365
  - **IconMapEditFlat** — map-edit-flat, route, plan
1362
1366
  - **IconPinFocus** — pin-focus, zoom, select
1363
1367
  - **IconCompassPointerSquare** — compass-pointer-square, gps, direction
1368
+ - **IconEarth2** — earth-2, globe, world
1364
1369
 
1365
1370
  ### Nature & Energy
1366
1371
  - **IconExposure2** — exposure-2, macro, flower
@@ -2067,6 +2072,7 @@ The catalog below is the authoritative list of icons available in this library.
2067
2072
  - **IconHermesHelmet** — hermes-helmet
2068
2073
  - **IconOwlFace** — owl-face, learning, reading, research
2069
2074
  - **IconPiggyBankCoin** — piggy-bank-coin, money, cashback, savings
2075
+ - **IconPlugins** — plugins, apps, connection, electricity, power, at
2070
2076
 
2071
2077
  ### Time & Date
2072
2078
  - **IconCalendar1** — calendar-1, date