@central-icons-react/round-filled-radius-3-stroke-2 1.1.286 → 1.1.287
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/IconLayoutAllSides/index.d.ts +4 -0
- package/IconLayoutAllSides/index.js +3 -0
- package/IconLayoutAllSides/index.js.map +11 -0
- package/IconLayoutAllSides/index.mjs +3 -0
- package/IconLayoutAllSides/index.mjs.map +11 -0
- package/IconLayoutBottom1/index.d.ts +4 -0
- package/IconLayoutBottom1/index.js +3 -0
- package/IconLayoutBottom1/index.js.map +11 -0
- package/IconLayoutBottom1/index.mjs +3 -0
- package/IconLayoutBottom1/index.mjs.map +11 -0
- package/IconLayoutLeft1/index.d.ts +4 -0
- package/IconLayoutLeft1/index.js +3 -0
- package/IconLayoutLeft1/index.js.map +11 -0
- package/IconLayoutLeft1/index.mjs +3 -0
- package/IconLayoutLeft1/index.mjs.map +11 -0
- package/IconLayoutLeftRight/index.d.ts +4 -0
- package/IconLayoutLeftRight/index.js +3 -0
- package/IconLayoutLeftRight/index.js.map +11 -0
- package/IconLayoutLeftRight/index.mjs +3 -0
- package/IconLayoutLeftRight/index.mjs.map +11 -0
- package/IconLayoutRight1/index.d.ts +4 -0
- package/IconLayoutRight1/index.js +3 -0
- package/IconLayoutRight1/index.js.map +11 -0
- package/IconLayoutRight1/index.mjs +3 -0
- package/IconLayoutRight1/index.mjs.map +11 -0
- package/IconLayoutTop1/index.d.ts +4 -0
- package/IconLayoutTop1/index.js +3 -0
- package/IconLayoutTop1/index.js.map +11 -0
- package/IconLayoutTop1/index.mjs +3 -0
- package/IconLayoutTop1/index.mjs.map +11 -0
- package/IconLayoutTopBottom/index.d.ts +4 -0
- package/IconLayoutTopBottom/index.js +3 -0
- package/IconLayoutTopBottom/index.js.map +11 -0
- package/IconLayoutTopBottom/index.mjs +3 -0
- package/IconLayoutTopBottom/index.mjs.map +11 -0
- package/IconQwik/index.d.ts +4 -0
- package/IconQwik/index.js +3 -0
- package/IconQwik/index.js.map +11 -0
- package/IconQwik/index.mjs +3 -0
- package/IconQwik/index.mjs.map +11 -0
- package/README.md +8 -0
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +8 -0
- package/index.js +24 -0
- package/index.mjs +8 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +9 -1
package/index.d.ts
CHANGED
|
@@ -1095,17 +1095,24 @@ export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault }
|
|
|
1095
1095
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight";
|
|
1096
1096
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop";
|
|
1097
1097
|
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom";
|
|
1098
|
+
export { IconLayoutAllSides, default as IconLayoutAllSidesDefault } from "./IconLayoutAllSides";
|
|
1098
1099
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom";
|
|
1100
|
+
export { IconLayoutBottom1, default as IconLayoutBottom1Default } from "./IconLayoutBottom1";
|
|
1099
1101
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn";
|
|
1100
1102
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard";
|
|
1101
1103
|
export { IconLayoutGrid1, default as IconLayoutGrid1Default } from "./IconLayoutGrid1";
|
|
1102
1104
|
export { IconLayoutGrid2, default as IconLayoutGrid2Default } from "./IconLayoutGrid2";
|
|
1103
1105
|
export { IconLayoutHalf, default as IconLayoutHalfDefault } from "./IconLayoutHalf";
|
|
1104
1106
|
export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft";
|
|
1107
|
+
export { IconLayoutLeft1, default as IconLayoutLeft1Default } from "./IconLayoutLeft1";
|
|
1108
|
+
export { IconLayoutLeftRight, default as IconLayoutLeftRightDefault } from "./IconLayoutLeftRight";
|
|
1105
1109
|
export { IconLayoutRight, default as IconLayoutRightDefault } from "./IconLayoutRight";
|
|
1110
|
+
export { IconLayoutRight1, default as IconLayoutRight1Default } from "./IconLayoutRight1";
|
|
1106
1111
|
export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar";
|
|
1107
1112
|
export { IconLayoutThird, default as IconLayoutThirdDefault } from "./IconLayoutThird";
|
|
1108
1113
|
export { IconLayoutTop, default as IconLayoutTopDefault } from "./IconLayoutTop";
|
|
1114
|
+
export { IconLayoutTop1, default as IconLayoutTop1Default } from "./IconLayoutTop1";
|
|
1115
|
+
export { IconLayoutTopBottom, default as IconLayoutTopBottomDefault } from "./IconLayoutTopBottom";
|
|
1109
1116
|
export { IconLayoutTopbar, default as IconLayoutTopbarDefault } from "./IconLayoutTopbar";
|
|
1110
1117
|
export { IconLayoutWindow, default as IconLayoutWindowDefault } from "./IconLayoutWindow";
|
|
1111
1118
|
export { IconLeaderboard, default as IconLeaderboardDefault } from "./IconLeaderboard";
|
|
@@ -1485,6 +1492,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
|
1485
1492
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi";
|
|
1486
1493
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch";
|
|
1487
1494
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
1495
|
+
export { IconQwik, default as IconQwikDefault } from "./IconQwik";
|
|
1488
1496
|
export { IconRacingFlag, default as IconRacingFlagDefault } from "./IconRacingFlag";
|
|
1489
1497
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar";
|
|
1490
1498
|
export { IconRadar1, default as IconRadar1Default } from "./IconRadar1";
|
package/index.js
CHANGED
|
@@ -3291,9 +3291,15 @@ exports.IconLayoutAlignTopDefault = _IconLayoutAlignTop.default;
|
|
|
3291
3291
|
var _IconLayoutAlignTopBottom = require("./IconLayoutAlignTopBottom/index.js");
|
|
3292
3292
|
exports.IconLayoutAlignTopBottom = _IconLayoutAlignTopBottom.IconLayoutAlignTopBottom;
|
|
3293
3293
|
exports.IconLayoutAlignTopBottomDefault = _IconLayoutAlignTopBottom.default;
|
|
3294
|
+
var _IconLayoutAllSides = require("./IconLayoutAllSides/index.js");
|
|
3295
|
+
exports.IconLayoutAllSides = _IconLayoutAllSides.IconLayoutAllSides;
|
|
3296
|
+
exports.IconLayoutAllSidesDefault = _IconLayoutAllSides.default;
|
|
3294
3297
|
var _IconLayoutBottom = require("./IconLayoutBottom/index.js");
|
|
3295
3298
|
exports.IconLayoutBottom = _IconLayoutBottom.IconLayoutBottom;
|
|
3296
3299
|
exports.IconLayoutBottomDefault = _IconLayoutBottom.default;
|
|
3300
|
+
var _IconLayoutBottom1 = require("./IconLayoutBottom1/index.js");
|
|
3301
|
+
exports.IconLayoutBottom1 = _IconLayoutBottom1.IconLayoutBottom1;
|
|
3302
|
+
exports.IconLayoutBottom1Default = _IconLayoutBottom1.default;
|
|
3297
3303
|
var _IconLayoutColumn = require("./IconLayoutColumn/index.js");
|
|
3298
3304
|
exports.IconLayoutColumn = _IconLayoutColumn.IconLayoutColumn;
|
|
3299
3305
|
exports.IconLayoutColumnDefault = _IconLayoutColumn.default;
|
|
@@ -3312,9 +3318,18 @@ exports.IconLayoutHalfDefault = _IconLayoutHalf.default;
|
|
|
3312
3318
|
var _IconLayoutLeft = require("./IconLayoutLeft/index.js");
|
|
3313
3319
|
exports.IconLayoutLeft = _IconLayoutLeft.IconLayoutLeft;
|
|
3314
3320
|
exports.IconLayoutLeftDefault = _IconLayoutLeft.default;
|
|
3321
|
+
var _IconLayoutLeft1 = require("./IconLayoutLeft1/index.js");
|
|
3322
|
+
exports.IconLayoutLeft1 = _IconLayoutLeft1.IconLayoutLeft1;
|
|
3323
|
+
exports.IconLayoutLeft1Default = _IconLayoutLeft1.default;
|
|
3324
|
+
var _IconLayoutLeftRight = require("./IconLayoutLeftRight/index.js");
|
|
3325
|
+
exports.IconLayoutLeftRight = _IconLayoutLeftRight.IconLayoutLeftRight;
|
|
3326
|
+
exports.IconLayoutLeftRightDefault = _IconLayoutLeftRight.default;
|
|
3315
3327
|
var _IconLayoutRight = require("./IconLayoutRight/index.js");
|
|
3316
3328
|
exports.IconLayoutRight = _IconLayoutRight.IconLayoutRight;
|
|
3317
3329
|
exports.IconLayoutRightDefault = _IconLayoutRight.default;
|
|
3330
|
+
var _IconLayoutRight1 = require("./IconLayoutRight1/index.js");
|
|
3331
|
+
exports.IconLayoutRight1 = _IconLayoutRight1.IconLayoutRight1;
|
|
3332
|
+
exports.IconLayoutRight1Default = _IconLayoutRight1.default;
|
|
3318
3333
|
var _IconLayoutSidebar = require("./IconLayoutSidebar/index.js");
|
|
3319
3334
|
exports.IconLayoutSidebar = _IconLayoutSidebar.IconLayoutSidebar;
|
|
3320
3335
|
exports.IconLayoutSidebarDefault = _IconLayoutSidebar.default;
|
|
@@ -3324,6 +3339,12 @@ exports.IconLayoutThirdDefault = _IconLayoutThird.default;
|
|
|
3324
3339
|
var _IconLayoutTop = require("./IconLayoutTop/index.js");
|
|
3325
3340
|
exports.IconLayoutTop = _IconLayoutTop.IconLayoutTop;
|
|
3326
3341
|
exports.IconLayoutTopDefault = _IconLayoutTop.default;
|
|
3342
|
+
var _IconLayoutTop1 = require("./IconLayoutTop1/index.js");
|
|
3343
|
+
exports.IconLayoutTop1 = _IconLayoutTop1.IconLayoutTop1;
|
|
3344
|
+
exports.IconLayoutTop1Default = _IconLayoutTop1.default;
|
|
3345
|
+
var _IconLayoutTopBottom = require("./IconLayoutTopBottom/index.js");
|
|
3346
|
+
exports.IconLayoutTopBottom = _IconLayoutTopBottom.IconLayoutTopBottom;
|
|
3347
|
+
exports.IconLayoutTopBottomDefault = _IconLayoutTopBottom.default;
|
|
3327
3348
|
var _IconLayoutTopbar = require("./IconLayoutTopbar/index.js");
|
|
3328
3349
|
exports.IconLayoutTopbar = _IconLayoutTopbar.IconLayoutTopbar;
|
|
3329
3350
|
exports.IconLayoutTopbarDefault = _IconLayoutTopbar.default;
|
|
@@ -4461,6 +4482,9 @@ exports.IconQuickSearchDefault = _IconQuickSearch.default;
|
|
|
4461
4482
|
var _IconQuora = require("./IconQuora/index.js");
|
|
4462
4483
|
exports.IconQuora = _IconQuora.IconQuora;
|
|
4463
4484
|
exports.IconQuoraDefault = _IconQuora.default;
|
|
4485
|
+
var _IconQwik = require("./IconQwik/index.js");
|
|
4486
|
+
exports.IconQwik = _IconQwik.IconQwik;
|
|
4487
|
+
exports.IconQwikDefault = _IconQwik.default;
|
|
4464
4488
|
var _IconRacingFlag = require("./IconRacingFlag/index.js");
|
|
4465
4489
|
exports.IconRacingFlag = _IconRacingFlag.IconRacingFlag;
|
|
4466
4490
|
exports.IconRacingFlagDefault = _IconRacingFlag.default;
|
package/index.mjs
CHANGED
|
@@ -1095,17 +1095,24 @@ export { IconLayoutAlignLeftRight, default as IconLayoutAlignLeftRightDefault }
|
|
|
1095
1095
|
export { IconLayoutAlignRight, default as IconLayoutAlignRightDefault } from "./IconLayoutAlignRight/index.mjs";
|
|
1096
1096
|
export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./IconLayoutAlignTop/index.mjs";
|
|
1097
1097
|
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom/index.mjs";
|
|
1098
|
+
export { IconLayoutAllSides, default as IconLayoutAllSidesDefault } from "./IconLayoutAllSides/index.mjs";
|
|
1098
1099
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom/index.mjs";
|
|
1100
|
+
export { IconLayoutBottom1, default as IconLayoutBottom1Default } from "./IconLayoutBottom1/index.mjs";
|
|
1099
1101
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn/index.mjs";
|
|
1100
1102
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard/index.mjs";
|
|
1101
1103
|
export { IconLayoutGrid1, default as IconLayoutGrid1Default } from "./IconLayoutGrid1/index.mjs";
|
|
1102
1104
|
export { IconLayoutGrid2, default as IconLayoutGrid2Default } from "./IconLayoutGrid2/index.mjs";
|
|
1103
1105
|
export { IconLayoutHalf, default as IconLayoutHalfDefault } from "./IconLayoutHalf/index.mjs";
|
|
1104
1106
|
export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft/index.mjs";
|
|
1107
|
+
export { IconLayoutLeft1, default as IconLayoutLeft1Default } from "./IconLayoutLeft1/index.mjs";
|
|
1108
|
+
export { IconLayoutLeftRight, default as IconLayoutLeftRightDefault } from "./IconLayoutLeftRight/index.mjs";
|
|
1105
1109
|
export { IconLayoutRight, default as IconLayoutRightDefault } from "./IconLayoutRight/index.mjs";
|
|
1110
|
+
export { IconLayoutRight1, default as IconLayoutRight1Default } from "./IconLayoutRight1/index.mjs";
|
|
1106
1111
|
export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar/index.mjs";
|
|
1107
1112
|
export { IconLayoutThird, default as IconLayoutThirdDefault } from "./IconLayoutThird/index.mjs";
|
|
1108
1113
|
export { IconLayoutTop, default as IconLayoutTopDefault } from "./IconLayoutTop/index.mjs";
|
|
1114
|
+
export { IconLayoutTop1, default as IconLayoutTop1Default } from "./IconLayoutTop1/index.mjs";
|
|
1115
|
+
export { IconLayoutTopBottom, default as IconLayoutTopBottomDefault } from "./IconLayoutTopBottom/index.mjs";
|
|
1109
1116
|
export { IconLayoutTopbar, default as IconLayoutTopbarDefault } from "./IconLayoutTopbar/index.mjs";
|
|
1110
1117
|
export { IconLayoutWindow, default as IconLayoutWindowDefault } from "./IconLayoutWindow/index.mjs";
|
|
1111
1118
|
export { IconLeaderboard, default as IconLeaderboardDefault } from "./IconLeaderboard/index.mjs";
|
|
@@ -1485,6 +1492,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode/index.mjs
|
|
|
1485
1492
|
export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi/index.mjs";
|
|
1486
1493
|
export { IconQuickSearch, default as IconQuickSearchDefault } from "./IconQuickSearch/index.mjs";
|
|
1487
1494
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora/index.mjs";
|
|
1495
|
+
export { IconQwik, default as IconQwikDefault } from "./IconQwik/index.mjs";
|
|
1488
1496
|
export { IconRacingFlag, default as IconRacingFlagDefault } from "./IconRacingFlag/index.mjs";
|
|
1489
1497
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar/index.mjs";
|
|
1490
1498
|
export { IconRadar1, default as IconRadar1Default } from "./IconRadar1/index.mjs";
|
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -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.
|
|
8
|
+
This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.287) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2056 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
|
|
|
@@ -1253,9 +1253,13 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1253
1253
|
- **IconLayoutDashboard** — layout-dashboard, grid, window
|
|
1254
1254
|
- **IconLayoutWindow** — layout-window, grid, window
|
|
1255
1255
|
- **IconLayoutTop** — layout-top, grid, window
|
|
1256
|
+
- **IconLayoutTop1** — layout-top, margin, padding
|
|
1256
1257
|
- **IconLayoutBottom** — layout-bottom, grid, window
|
|
1258
|
+
- **IconLayoutBottom1** — layout-bottom, margin, padding
|
|
1257
1259
|
- **IconLayoutRight** — layout-right, grid, window
|
|
1260
|
+
- **IconLayoutRight1** — layout-right, margin, padding
|
|
1258
1261
|
- **IconLayoutLeft** — layout-left, grid, window
|
|
1262
|
+
- **IconLayoutLeft1** — layout-left, margin, padding
|
|
1259
1263
|
- **IconLayoutHalf** — layout-half
|
|
1260
1264
|
- **IconLayoutThird** — layout-third
|
|
1261
1265
|
- **IconLayoutGrid1** — layout-grid-1, grid, window
|
|
@@ -1307,6 +1311,9 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1307
1311
|
- **IconLayoutAlignTopBottom** — layout-align-top-bottom, padding
|
|
1308
1312
|
- **IconGrid** — grid, camera-grid
|
|
1309
1313
|
- **IconGridBox** — grid-box, grid-9
|
|
1314
|
+
- **IconLayoutAllSides** — layout-all-sides, margin, padding
|
|
1315
|
+
- **IconLayoutLeftRight** — layout-left-right, margin, padding
|
|
1316
|
+
- **IconLayoutTopBottom** — layout-top-bottom, margin, padding
|
|
1310
1317
|
|
|
1311
1318
|
### Location
|
|
1312
1319
|
- **IconRadar1** — radar, location, search
|
|
@@ -1766,6 +1773,7 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1766
1773
|
- **IconBitcoinCircle** — bitcoin-circle
|
|
1767
1774
|
- **IconSwift** — swift
|
|
1768
1775
|
- **IconSiriGen2** — siri-gen-2
|
|
1776
|
+
- **IconQwik** — qwik
|
|
1769
1777
|
|
|
1770
1778
|
### Sound & Music
|
|
1771
1779
|
- **IconVolumeFull** — volume-full, speaker, loud, sound
|