@central-icons-react/round-outlined-radius-1-stroke-2 1.1.287 → 1.1.288
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/IconLayoutBottom/index.js +2 -2
- package/IconLayoutBottom/index.js.map +3 -3
- package/IconLayoutBottom/index.mjs +2 -2
- package/IconLayoutBottom/index.mjs.map +3 -3
- package/IconLayoutBottomFull/index.d.ts +4 -0
- package/IconLayoutBottomFull/index.js +3 -0
- package/{IconLayoutTop1 → IconLayoutBottomFull}/index.js.map +4 -4
- package/IconLayoutBottomFull/index.mjs +3 -0
- package/{IconLayoutBottom1 → IconLayoutBottomFull}/index.mjs.map +4 -4
- package/IconLayoutHalfFull/index.d.ts +4 -0
- package/IconLayoutHalfFull/index.js +3 -0
- package/{IconLayoutHalf → IconLayoutHalfFull}/index.js.map +4 -4
- package/IconLayoutHalfFull/index.mjs +3 -0
- package/{IconLayoutHalf → IconLayoutHalfFull}/index.mjs.map +4 -4
- package/IconLayoutLeft/index.js +2 -2
- package/IconLayoutLeft/index.js.map +3 -3
- package/IconLayoutLeft/index.mjs +2 -2
- package/IconLayoutLeft/index.mjs.map +3 -3
- package/IconLayoutLeftFull/index.d.ts +4 -0
- package/IconLayoutLeftFull/index.js +3 -0
- package/{IconLayoutLeft1 → IconLayoutLeftFull}/index.js.map +4 -4
- package/IconLayoutLeftFull/index.mjs +3 -0
- package/{IconLayoutLeft1 → IconLayoutLeftFull}/index.mjs.map +4 -4
- package/IconLayoutRight/index.js +2 -2
- package/IconLayoutRight/index.js.map +3 -3
- package/IconLayoutRight/index.mjs +2 -2
- package/IconLayoutRight/index.mjs.map +3 -3
- package/IconLayoutRightFull/index.d.ts +4 -0
- package/IconLayoutRightFull/index.js +3 -0
- package/{IconLayoutRight1 → IconLayoutRightFull}/index.js.map +4 -4
- package/IconLayoutRightFull/index.mjs +3 -0
- package/{IconLayoutRight1 → IconLayoutRightFull}/index.mjs.map +4 -4
- package/IconLayoutThirdFull/index.d.ts +4 -0
- package/IconLayoutThirdFull/index.js +3 -0
- package/{IconLayoutThird → IconLayoutThirdFull}/index.js.map +4 -4
- package/IconLayoutThirdFull/index.mjs +3 -0
- package/{IconLayoutThird → IconLayoutThirdFull}/index.mjs.map +4 -4
- package/IconLayoutTop/index.js +2 -2
- package/IconLayoutTop/index.js.map +3 -3
- package/IconLayoutTop/index.mjs +2 -2
- package/IconLayoutTop/index.mjs.map +3 -3
- package/{IconLayoutBottom1 → IconLayoutTopFull}/index.d.ts +2 -2
- package/IconLayoutTopFull/index.js +3 -0
- package/{IconLayoutBottom1 → IconLayoutTopFull}/index.js.map +4 -4
- package/IconLayoutTopFull/index.mjs +3 -0
- package/{IconLayoutTop1 → IconLayoutTopFull}/index.mjs.map +4 -4
- package/README.md +10 -10
- 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 +3 -3
- package/index.d.ts +6 -6
- package/index.js +18 -18
- package/index.mjs +6 -6
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +11 -11
- package/IconLayoutBottom1/index.js +0 -3
- package/IconLayoutBottom1/index.mjs +0 -3
- package/IconLayoutHalf/index.d.ts +0 -4
- package/IconLayoutHalf/index.js +0 -3
- package/IconLayoutHalf/index.mjs +0 -3
- package/IconLayoutLeft1/index.d.ts +0 -4
- package/IconLayoutLeft1/index.js +0 -3
- package/IconLayoutLeft1/index.mjs +0 -3
- package/IconLayoutRight1/index.d.ts +0 -4
- package/IconLayoutRight1/index.js +0 -3
- package/IconLayoutRight1/index.mjs +0 -3
- package/IconLayoutThird/index.d.ts +0 -4
- package/IconLayoutThird/index.js +0 -3
- package/IconLayoutThird/index.mjs +0 -3
- package/IconLayoutTop1/index.d.ts +0 -4
- package/IconLayoutTop1/index.js +0 -3
- package/IconLayoutTop1/index.mjs +0 -3
package/index.d.ts
CHANGED
|
@@ -1097,22 +1097,22 @@ export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./Icon
|
|
|
1097
1097
|
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom";
|
|
1098
1098
|
export { IconLayoutAllSides, default as IconLayoutAllSidesDefault } from "./IconLayoutAllSides";
|
|
1099
1099
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom";
|
|
1100
|
-
export {
|
|
1100
|
+
export { IconLayoutBottomFull, default as IconLayoutBottomFullDefault } from "./IconLayoutBottomFull";
|
|
1101
1101
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn";
|
|
1102
1102
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard";
|
|
1103
1103
|
export { IconLayoutGrid1, default as IconLayoutGrid1Default } from "./IconLayoutGrid1";
|
|
1104
1104
|
export { IconLayoutGrid2, default as IconLayoutGrid2Default } from "./IconLayoutGrid2";
|
|
1105
|
-
export {
|
|
1105
|
+
export { IconLayoutHalfFull, default as IconLayoutHalfFullDefault } from "./IconLayoutHalfFull";
|
|
1106
1106
|
export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft";
|
|
1107
|
-
export {
|
|
1107
|
+
export { IconLayoutLeftFull, default as IconLayoutLeftFullDefault } from "./IconLayoutLeftFull";
|
|
1108
1108
|
export { IconLayoutLeftRight, default as IconLayoutLeftRightDefault } from "./IconLayoutLeftRight";
|
|
1109
1109
|
export { IconLayoutRight, default as IconLayoutRightDefault } from "./IconLayoutRight";
|
|
1110
|
-
export {
|
|
1110
|
+
export { IconLayoutRightFull, default as IconLayoutRightFullDefault } from "./IconLayoutRightFull";
|
|
1111
1111
|
export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar";
|
|
1112
|
-
export {
|
|
1112
|
+
export { IconLayoutThirdFull, default as IconLayoutThirdFullDefault } from "./IconLayoutThirdFull";
|
|
1113
1113
|
export { IconLayoutTop, default as IconLayoutTopDefault } from "./IconLayoutTop";
|
|
1114
|
-
export { IconLayoutTop1, default as IconLayoutTop1Default } from "./IconLayoutTop1";
|
|
1115
1114
|
export { IconLayoutTopBottom, default as IconLayoutTopBottomDefault } from "./IconLayoutTopBottom";
|
|
1115
|
+
export { IconLayoutTopFull, default as IconLayoutTopFullDefault } from "./IconLayoutTopFull";
|
|
1116
1116
|
export { IconLayoutTopbar, default as IconLayoutTopbarDefault } from "./IconLayoutTopbar";
|
|
1117
1117
|
export { IconLayoutWindow, default as IconLayoutWindowDefault } from "./IconLayoutWindow";
|
|
1118
1118
|
export { IconLeaderboard, default as IconLeaderboardDefault } from "./IconLeaderboard";
|
package/index.js
CHANGED
|
@@ -3297,9 +3297,9 @@ exports.IconLayoutAllSidesDefault = _IconLayoutAllSides.default;
|
|
|
3297
3297
|
var _IconLayoutBottom = require("./IconLayoutBottom/index.js");
|
|
3298
3298
|
exports.IconLayoutBottom = _IconLayoutBottom.IconLayoutBottom;
|
|
3299
3299
|
exports.IconLayoutBottomDefault = _IconLayoutBottom.default;
|
|
3300
|
-
var
|
|
3301
|
-
exports.
|
|
3302
|
-
exports.
|
|
3300
|
+
var _IconLayoutBottomFull = require("./IconLayoutBottomFull/index.js");
|
|
3301
|
+
exports.IconLayoutBottomFull = _IconLayoutBottomFull.IconLayoutBottomFull;
|
|
3302
|
+
exports.IconLayoutBottomFullDefault = _IconLayoutBottomFull.default;
|
|
3303
3303
|
var _IconLayoutColumn = require("./IconLayoutColumn/index.js");
|
|
3304
3304
|
exports.IconLayoutColumn = _IconLayoutColumn.IconLayoutColumn;
|
|
3305
3305
|
exports.IconLayoutColumnDefault = _IconLayoutColumn.default;
|
|
@@ -3312,39 +3312,39 @@ exports.IconLayoutGrid1Default = _IconLayoutGrid1.default;
|
|
|
3312
3312
|
var _IconLayoutGrid2 = require("./IconLayoutGrid2/index.js");
|
|
3313
3313
|
exports.IconLayoutGrid2 = _IconLayoutGrid2.IconLayoutGrid2;
|
|
3314
3314
|
exports.IconLayoutGrid2Default = _IconLayoutGrid2.default;
|
|
3315
|
-
var
|
|
3316
|
-
exports.
|
|
3317
|
-
exports.
|
|
3315
|
+
var _IconLayoutHalfFull = require("./IconLayoutHalfFull/index.js");
|
|
3316
|
+
exports.IconLayoutHalfFull = _IconLayoutHalfFull.IconLayoutHalfFull;
|
|
3317
|
+
exports.IconLayoutHalfFullDefault = _IconLayoutHalfFull.default;
|
|
3318
3318
|
var _IconLayoutLeft = require("./IconLayoutLeft/index.js");
|
|
3319
3319
|
exports.IconLayoutLeft = _IconLayoutLeft.IconLayoutLeft;
|
|
3320
3320
|
exports.IconLayoutLeftDefault = _IconLayoutLeft.default;
|
|
3321
|
-
var
|
|
3322
|
-
exports.
|
|
3323
|
-
exports.
|
|
3321
|
+
var _IconLayoutLeftFull = require("./IconLayoutLeftFull/index.js");
|
|
3322
|
+
exports.IconLayoutLeftFull = _IconLayoutLeftFull.IconLayoutLeftFull;
|
|
3323
|
+
exports.IconLayoutLeftFullDefault = _IconLayoutLeftFull.default;
|
|
3324
3324
|
var _IconLayoutLeftRight = require("./IconLayoutLeftRight/index.js");
|
|
3325
3325
|
exports.IconLayoutLeftRight = _IconLayoutLeftRight.IconLayoutLeftRight;
|
|
3326
3326
|
exports.IconLayoutLeftRightDefault = _IconLayoutLeftRight.default;
|
|
3327
3327
|
var _IconLayoutRight = require("./IconLayoutRight/index.js");
|
|
3328
3328
|
exports.IconLayoutRight = _IconLayoutRight.IconLayoutRight;
|
|
3329
3329
|
exports.IconLayoutRightDefault = _IconLayoutRight.default;
|
|
3330
|
-
var
|
|
3331
|
-
exports.
|
|
3332
|
-
exports.
|
|
3330
|
+
var _IconLayoutRightFull = require("./IconLayoutRightFull/index.js");
|
|
3331
|
+
exports.IconLayoutRightFull = _IconLayoutRightFull.IconLayoutRightFull;
|
|
3332
|
+
exports.IconLayoutRightFullDefault = _IconLayoutRightFull.default;
|
|
3333
3333
|
var _IconLayoutSidebar = require("./IconLayoutSidebar/index.js");
|
|
3334
3334
|
exports.IconLayoutSidebar = _IconLayoutSidebar.IconLayoutSidebar;
|
|
3335
3335
|
exports.IconLayoutSidebarDefault = _IconLayoutSidebar.default;
|
|
3336
|
-
var
|
|
3337
|
-
exports.
|
|
3338
|
-
exports.
|
|
3336
|
+
var _IconLayoutThirdFull = require("./IconLayoutThirdFull/index.js");
|
|
3337
|
+
exports.IconLayoutThirdFull = _IconLayoutThirdFull.IconLayoutThirdFull;
|
|
3338
|
+
exports.IconLayoutThirdFullDefault = _IconLayoutThirdFull.default;
|
|
3339
3339
|
var _IconLayoutTop = require("./IconLayoutTop/index.js");
|
|
3340
3340
|
exports.IconLayoutTop = _IconLayoutTop.IconLayoutTop;
|
|
3341
3341
|
exports.IconLayoutTopDefault = _IconLayoutTop.default;
|
|
3342
|
-
var _IconLayoutTop1 = require("./IconLayoutTop1/index.js");
|
|
3343
|
-
exports.IconLayoutTop1 = _IconLayoutTop1.IconLayoutTop1;
|
|
3344
|
-
exports.IconLayoutTop1Default = _IconLayoutTop1.default;
|
|
3345
3342
|
var _IconLayoutTopBottom = require("./IconLayoutTopBottom/index.js");
|
|
3346
3343
|
exports.IconLayoutTopBottom = _IconLayoutTopBottom.IconLayoutTopBottom;
|
|
3347
3344
|
exports.IconLayoutTopBottomDefault = _IconLayoutTopBottom.default;
|
|
3345
|
+
var _IconLayoutTopFull = require("./IconLayoutTopFull/index.js");
|
|
3346
|
+
exports.IconLayoutTopFull = _IconLayoutTopFull.IconLayoutTopFull;
|
|
3347
|
+
exports.IconLayoutTopFullDefault = _IconLayoutTopFull.default;
|
|
3348
3348
|
var _IconLayoutTopbar = require("./IconLayoutTopbar/index.js");
|
|
3349
3349
|
exports.IconLayoutTopbar = _IconLayoutTopbar.IconLayoutTopbar;
|
|
3350
3350
|
exports.IconLayoutTopbarDefault = _IconLayoutTopbar.default;
|
package/index.mjs
CHANGED
|
@@ -1097,22 +1097,22 @@ export { IconLayoutAlignTop, default as IconLayoutAlignTopDefault } from "./Icon
|
|
|
1097
1097
|
export { IconLayoutAlignTopBottom, default as IconLayoutAlignTopBottomDefault } from "./IconLayoutAlignTopBottom/index.mjs";
|
|
1098
1098
|
export { IconLayoutAllSides, default as IconLayoutAllSidesDefault } from "./IconLayoutAllSides/index.mjs";
|
|
1099
1099
|
export { IconLayoutBottom, default as IconLayoutBottomDefault } from "./IconLayoutBottom/index.mjs";
|
|
1100
|
-
export {
|
|
1100
|
+
export { IconLayoutBottomFull, default as IconLayoutBottomFullDefault } from "./IconLayoutBottomFull/index.mjs";
|
|
1101
1101
|
export { IconLayoutColumn, default as IconLayoutColumnDefault } from "./IconLayoutColumn/index.mjs";
|
|
1102
1102
|
export { IconLayoutDashboard, default as IconLayoutDashboardDefault } from "./IconLayoutDashboard/index.mjs";
|
|
1103
1103
|
export { IconLayoutGrid1, default as IconLayoutGrid1Default } from "./IconLayoutGrid1/index.mjs";
|
|
1104
1104
|
export { IconLayoutGrid2, default as IconLayoutGrid2Default } from "./IconLayoutGrid2/index.mjs";
|
|
1105
|
-
export {
|
|
1105
|
+
export { IconLayoutHalfFull, default as IconLayoutHalfFullDefault } from "./IconLayoutHalfFull/index.mjs";
|
|
1106
1106
|
export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft/index.mjs";
|
|
1107
|
-
export {
|
|
1107
|
+
export { IconLayoutLeftFull, default as IconLayoutLeftFullDefault } from "./IconLayoutLeftFull/index.mjs";
|
|
1108
1108
|
export { IconLayoutLeftRight, default as IconLayoutLeftRightDefault } from "./IconLayoutLeftRight/index.mjs";
|
|
1109
1109
|
export { IconLayoutRight, default as IconLayoutRightDefault } from "./IconLayoutRight/index.mjs";
|
|
1110
|
-
export {
|
|
1110
|
+
export { IconLayoutRightFull, default as IconLayoutRightFullDefault } from "./IconLayoutRightFull/index.mjs";
|
|
1111
1111
|
export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar/index.mjs";
|
|
1112
|
-
export {
|
|
1112
|
+
export { IconLayoutThirdFull, default as IconLayoutThirdFullDefault } from "./IconLayoutThirdFull/index.mjs";
|
|
1113
1113
|
export { IconLayoutTop, default as IconLayoutTopDefault } from "./IconLayoutTop/index.mjs";
|
|
1114
|
-
export { IconLayoutTop1, default as IconLayoutTop1Default } from "./IconLayoutTop1/index.mjs";
|
|
1115
1114
|
export { IconLayoutTopBottom, default as IconLayoutTopBottomDefault } from "./IconLayoutTopBottom/index.mjs";
|
|
1115
|
+
export { IconLayoutTopFull, default as IconLayoutTopFullDefault } from "./IconLayoutTopFull/index.mjs";
|
|
1116
1116
|
export { IconLayoutTopbar, default as IconLayoutTopbarDefault } from "./IconLayoutTopbar/index.mjs";
|
|
1117
1117
|
export { IconLayoutWindow, default as IconLayoutWindowDefault } from "./IconLayoutWindow/index.mjs";
|
|
1118
1118
|
export { IconLeaderboard, default as IconLeaderboardDefault } from "./IconLeaderboard/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.288) 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
|
|
|
@@ -1252,16 +1252,12 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1252
1252
|
- **IconLayoutTopbar** — layout-topbar, grid, window
|
|
1253
1253
|
- **IconLayoutDashboard** — layout-dashboard, grid, window
|
|
1254
1254
|
- **IconLayoutWindow** — layout-window, grid, window
|
|
1255
|
-
- **
|
|
1256
|
-
- **
|
|
1257
|
-
- **
|
|
1258
|
-
- **
|
|
1259
|
-
- **
|
|
1260
|
-
- **
|
|
1261
|
-
- **IconLayoutLeft** — layout-left, grid, window
|
|
1262
|
-
- **IconLayoutLeft1** — layout-left, margin, padding
|
|
1263
|
-
- **IconLayoutHalf** — layout-half
|
|
1264
|
-
- **IconLayoutThird** — layout-third
|
|
1255
|
+
- **IconLayoutTopFull** — layout-top-full, grid, window
|
|
1256
|
+
- **IconLayoutBottomFull** — layout-bottom-full, grid, window
|
|
1257
|
+
- **IconLayoutRightFull** — layout-right-full, grid, window
|
|
1258
|
+
- **IconLayoutLeftFull** — layout-left-full, grid, window
|
|
1259
|
+
- **IconLayoutHalfFull** — layout-half-full
|
|
1260
|
+
- **IconLayoutThirdFull** — layout-third-full
|
|
1265
1261
|
- **IconLayoutGrid1** — layout-grid-1, grid, window
|
|
1266
1262
|
- **IconLayoutGrid2** — layout-grid-2, grid
|
|
1267
1263
|
- **IconLayoutColumn** — layout-column, grid, column
|
|
@@ -1314,6 +1310,10 @@ The catalog below is the authoritative list of icons available in this library.
|
|
|
1314
1310
|
- **IconLayoutAllSides** — layout-all-sides, margin, padding
|
|
1315
1311
|
- **IconLayoutLeftRight** — layout-left-right, margin, padding
|
|
1316
1312
|
- **IconLayoutTopBottom** — layout-top-bottom, margin, padding
|
|
1313
|
+
- **IconLayoutRight** — layout-right, margin, padding
|
|
1314
|
+
- **IconLayoutLeft** — layout-left, margin, padding
|
|
1315
|
+
- **IconLayoutTop** — layout-top, margin, padding
|
|
1316
|
+
- **IconLayoutBottom** — layout-bottom, margin, padding
|
|
1317
1317
|
|
|
1318
1318
|
### Location
|
|
1319
1319
|
- **IconRadar1** — radar, location, search
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var k=Object.create;var{getPrototypeOf:x,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,d=Object.prototype.hasOwnProperty;function g(o){return this[o]}var I,b,f=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var n=r?I??=new WeakMap:b??=new WeakMap,s=n.get(o);if(s)return s}t=o!=null?k(x(o)):{};let a=r||!o||!o.__esModule?p(t,"default",{value:o,enumerable:!0}):t;for(let l of c(o))if(!d.call(a,l))p(a,l,{get:g.bind(o,l),enumerable:!0});if(e)n.set(o,a);return a},h=(o)=>{var r=(C??=new WeakMap).get(o),t;if(r)return r;if(r=p({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of c(o))if(!d.call(r,e))p(r,e,{get:g.bind(o,e),enumerable:!(t=y(o,e))||t.enumerable})}return C.set(o,r),r},C;var w=(o)=>o;function P(o,r){this[o]=w.bind(null,r)}var B=(o,r)=>{for(var t in r)p(o,t,{get:r[t],enumerable:!0,configurable:!0,set:P.bind(r,t)})};var V={};B(V,{CentralIconBase:()=>u});module.exports=h(V);var m=f(require("react")),u=({children:o,size:r=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:s,...a})=>{return m.default.createElement("svg",{...a,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},t&&!n&&m.default.createElement("title",null,t),o)};var v={};B(v,{default:()=>G,IconLayoutBottom1:()=>L});module.exports=h(v);var i=f(require("react"));var L=(o)=>{return i.default.createElement(u,{...o,ariaLabel:"layout-bottom, margin, padding"},i.default.createElement("path",{d:"M19 4C19.5523 4 20 4.44772 20 5L20 15C20 15.5523 19.5523 16 19 16L5 16C4.44772 16 4 15.5523 4 15V5C4 4.44772 4.44772 4 5 4L19 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M20 20H4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},G=L;
|
|
2
|
-
|
|
3
|
-
//# debugId=3775DADF52FA269E64756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var p=({children:r,size:o=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:i,...l})=>{return a.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},n&&!t&&a.createElement("title",null,n),r)};import e from"react";var m=(r)=>{return e.createElement(p,{...r,ariaLabel:"layout-bottom, margin, padding"},e.createElement("path",{d:"M19 4C19.5523 4 20 4.44772 20 5L20 15C20 15.5523 19.5523 16 19 16L5 16C4.44772 16 4 15.5523 4 15V5C4 4.44772 4.44772 4 5 4L19 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20 20H4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},f=m;export{f as default,m as IconLayoutBottom1};
|
|
2
|
-
|
|
3
|
-
//# debugId=06DB08458BD5C11664756E2164756E21
|
package/IconLayoutHalf/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var h=Object.create;var{getPrototypeOf:x,defineProperty:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:y}=Object,i=Object.prototype.hasOwnProperty;function c(r){return this[r]}var B,I,u=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?B??=new WeakMap:I??=new WeakMap,p=n.get(r);if(p)return p}o=r!=null?h(x(r)):{};let l=t||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let s of f(r))if(!i.call(l,s))a(l,s,{get:c.bind(r,s),enumerable:!0});if(e)n.set(r,l);return l},M=(r)=>{var t=(m??=new WeakMap).get(r),o;if(t)return t;if(t=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of f(r))if(!i.call(t,e))a(t,e,{get:c.bind(r,e),enumerable:!(o=y(r,e))||o.enumerable})}return m.set(r,t),t},m;var d=(r)=>r;function w(r,t){this[r]=d.bind(null,t)}var Z=(r,t)=>{for(var o in t)a(r,o,{get:t[o],enumerable:!0,configurable:!0,set:w.bind(t,o)})};var P={};Z(P,{CentralIconBase:()=>C});module.exports=M(P);var H=u(require("react")),C=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:p,...l})=>{return H.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...p}},o&&!n&&H.default.createElement("title",null,o),r)};var b={};Z(b,{default:()=>v,IconLayoutHalf:()=>g});module.exports=M(b);var V=u(require("react"));var g=(r)=>{return V.default.createElement(C,{...r,ariaLabel:"layout-half"},V.default.createElement("path",{d:"M20 13H21V11H20V13ZM4 11H3V13H4V11ZM4 13H20V11H4V13Z",fill:"currentColor"}),V.default.createElement("path",{d:"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z",fill:"currentColor"}))},v=g;
|
|
2
|
-
|
|
3
|
-
//# debugId=0EA00A36A1F08C3864756E2164756E21
|
package/IconLayoutHalf/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import l from"react";var a=({children:t,size:r=24,ariaLabel:n,color:p,ariaHidden:o=!0,style:V,...s})=>{return l.createElement("svg",{...s,"aria-hidden":o,role:o?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...V}},n&&!o&&l.createElement("title",null,n),t)};import e from"react";var H=(t)=>{return e.createElement(a,{...t,ariaLabel:"layout-half"},e.createElement("path",{d:"M20 13H21V11H20V13ZM4 11H3V13H4V11ZM4 13H20V11H4V13Z",fill:"currentColor"}),e.createElement("path",{d:"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z",fill:"currentColor"}))},u=H;export{u as default,H as IconLayoutHalf};
|
|
2
|
-
|
|
3
|
-
//# debugId=298F657611DC439E64756E2164756E21
|
package/IconLayoutLeft1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var x=Object.create;var{getPrototypeOf:y,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:B}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var I,w,g=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var n=o?I??=new WeakMap:w??=new WeakMap,s=n.get(r);if(s)return s}t=r!=null?x(y(r)):{};let a=o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t;for(let i of c(r))if(!d.call(a,i))p(a,i,{get:f.bind(r,i),enumerable:!0});if(e)n.set(r,a);return a},L=(r)=>{var o=(C??=new WeakMap).get(r),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of c(r))if(!d.call(o,e))p(o,e,{get:f.bind(r,e),enumerable:!(t=B(r,e))||t.enumerable})}return C.set(r,o),o},C;var P=(r)=>r;function b(r,o){this[r]=P.bind(null,o)}var h=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var V={};h(V,{CentralIconBase:()=>m});module.exports=L(V);var u=g(require("react")),m=({children:r,size:o=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:s,...a})=>{return u.default.createElement("svg",{...a,"aria-hidden":n,role:n?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},t&&!n&&u.default.createElement("title",null,t),r)};var v={};h(v,{default:()=>G,IconLayoutLeft1:()=>k});module.exports=L(v);var l=g(require("react"));var k=(r)=>{return l.default.createElement(m,{...r,ariaLabel:"layout-left, margin, padding"},l.default.createElement("path",{d:"M8 5C8 4.44772 8.44772 4 9 4L19 4C19.5523 4 20 4.44772 20 5L20 19C20 19.5523 19.5523 20 19 20H9C8.44772 20 8 19.5523 8 19L8 5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement("path",{d:"M4 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},G=k;
|
|
2
|
-
|
|
3
|
-
//# debugId=F271C538CA41508E64756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var p=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:l,...i})=>{return a.createElement("svg",{...i,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...l}},n&&!t&&a.createElement("title",null,n),o)};import e from"react";var u=(o)=>{return e.createElement(p,{...o,ariaLabel:"layout-left, margin, padding"},e.createElement("path",{d:"M8 5C8 4.44772 8.44772 4 9 4L19 4C19.5523 4 20 4.44772 20 5L20 19C20 19.5523 19.5523 20 19 20H9C8.44772 20 8 19.5523 8 19L8 5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M4 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},g=u;export{g as default,u as IconLayoutLeft1};
|
|
2
|
-
|
|
3
|
-
//# debugId=758AEBE45A5D63E164756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var x=Object.create;var{getPrototypeOf:y,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:B}=Object,d=Object.prototype.hasOwnProperty;function g(r){return this[r]}var I,w,h=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var n=o?I??=new WeakMap:w??=new WeakMap,s=n.get(r);if(s)return s}t=r!=null?x(y(r)):{};let a=o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t;for(let l of c(r))if(!d.call(a,l))p(a,l,{get:g.bind(r,l),enumerable:!0});if(e)n.set(r,a);return a},f=(r)=>{var o=(C??=new WeakMap).get(r),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of c(r))if(!d.call(o,e))p(o,e,{get:g.bind(r,e),enumerable:!(t=B(r,e))||t.enumerable})}return C.set(r,o),o},C;var P=(r)=>r;function b(r,o){this[r]=P.bind(null,o)}var L=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var V={};L(V,{CentralIconBase:()=>m});module.exports=f(V);var u=h(require("react")),m=({children:r,size:o=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:s,...a})=>{return u.default.createElement("svg",{...a,"aria-hidden":n,role:n?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},t&&!n&&u.default.createElement("title",null,t),r)};var v={};L(v,{default:()=>G,IconLayoutRight1:()=>k});module.exports=f(v);var i=h(require("react"));var k=(r)=>{return i.default.createElement(m,{...r,ariaLabel:"layout-right, margin, padding"},i.default.createElement("path",{d:"M4 5C4 4.44772 4.44772 4 5 4L15 4C15.5523 4 16 4.44772 16 5L16 19C16 19.5523 15.5523 20 15 20H5C4.44772 20 4 19.5523 4 19L4 5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M20 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},G=k;
|
|
2
|
-
|
|
3
|
-
//# debugId=5B3B749EC2F813C264756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var p=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:i,...l})=>{return a.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},n&&!t&&a.createElement("title",null,n),o)};import e from"react";var u=(o)=>{return e.createElement(p,{...o,ariaLabel:"layout-right, margin, padding"},e.createElement("path",{d:"M4 5C4 4.44772 4.44772 4 5 4L15 4C15.5523 4 16 4.44772 16 5L16 19C16 19.5523 15.5523 20 15 20H5C4.44772 20 4 19.5523 4 19L4 5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},h=u;export{h as default,u as IconLayoutRight1};
|
|
2
|
-
|
|
3
|
-
//# debugId=D12E25F4DE33869564756E2164756E21
|
package/IconLayoutThird/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var d=Object.create;var{getPrototypeOf:g,defineProperty:l,getOwnPropertyNames:m,getOwnPropertyDescriptor:x}=Object,M=Object.prototype.hasOwnProperty;function Z(r){return this[r]}var y,B,u=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?y??=new WeakMap:B??=new WeakMap,a=n.get(r);if(a)return a}o=r!=null?d(g(r)):{};let V=t||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o;for(let H of m(r))if(!M.call(V,H))l(V,H,{get:Z.bind(r,H),enumerable:!0});if(e)n.set(r,V);return V},c=(r)=>{var t=(C??=new WeakMap).get(r),o;if(t)return t;if(t=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of m(r))if(!M.call(t,e))l(t,e,{get:Z.bind(r,e),enumerable:!(o=x(r,e))||o.enumerable})}return C.set(r,t),t},C;var I=(r)=>r;function w(r,t){this[r]=I.bind(null,t)}var f=(r,t)=>{for(var o in t)l(r,o,{get:t[o],enumerable:!0,configurable:!0,set:w.bind(t,o)})};var P={};f(P,{CentralIconBase:()=>i});module.exports=c(P);var s=u(require("react")),i=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:a,...V})=>{return s.default.createElement("svg",{...V,"aria-hidden":n,role:n?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...a}},o&&!n&&s.default.createElement("title",null,o),r)};var b={};f(b,{default:()=>v,IconLayoutThird:()=>h});module.exports=c(b);var p=u(require("react"));var h=(r)=>{return p.default.createElement(i,{...r,ariaLabel:"layout-third"},p.default.createElement("path",{d:"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z",fill:"currentColor"}),p.default.createElement("path",{d:"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z",fill:"currentColor"}),p.default.createElement("path",{d:"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z",fill:"currentColor"}))},v=h;
|
|
2
|
-
|
|
3
|
-
//# debugId=3AB97F5ECC337A2F64756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import V from"react";var l=({children:o,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:a,...H})=>{return V.createElement("svg",{...H,"aria-hidden":e,role:e?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},n&&!e&&V.createElement("title",null,n),o)};import t from"react";var s=(o)=>{return t.createElement(l,{...o,ariaLabel:"layout-third"},t.createElement("path",{d:"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z",fill:"currentColor"}),t.createElement("path",{d:"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z",fill:"currentColor"}),t.createElement("path",{d:"M19 5V19H21V5H19ZM19 19H5V21H19V19ZM5 19V5H3V19H5ZM5 5H19V3H5V5ZM5 5V5V3C3.89543 3 3 3.89543 3 5H5ZM5 19H3C3 20.1046 3.89543 21 5 21V19ZM19 19V21C20.1046 21 21 20.1046 21 19H19ZM21 5C21 3.89543 20.1046 3 19 3V5H21Z",fill:"currentColor"}))},u=s;export{u as default,s as IconLayoutThird};
|
|
2
|
-
|
|
3
|
-
//# debugId=13D62ED43EF5437E64756E2164756E21
|
package/IconLayoutTop1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var x=Object.create;var{getPrototypeOf:y,defineProperty:a,getOwnPropertyNames:c,getOwnPropertyDescriptor:B}=Object,d=Object.prototype.hasOwnProperty;function g(o){return this[o]}var I,w,f=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var n=r?I??=new WeakMap:w??=new WeakMap,s=n.get(o);if(s)return s}t=o!=null?x(y(o)):{};let p=r||!o||!o.__esModule?a(t,"default",{value:o,enumerable:!0}):t;for(let l of c(o))if(!d.call(p,l))a(p,l,{get:g.bind(o,l),enumerable:!0});if(e)n.set(o,p);return p},h=(o)=>{var r=(C??=new WeakMap).get(o),t;if(r)return r;if(r=a({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of c(o))if(!d.call(r,e))a(r,e,{get:g.bind(o,e),enumerable:!(t=B(o,e))||t.enumerable})}return C.set(o,r),r},C;var P=(o)=>o;function b(o,r){this[o]=P.bind(null,r)}var L=(o,r)=>{for(var t in r)a(o,t,{get:r[t],enumerable:!0,configurable:!0,set:b.bind(r,t)})};var V={};L(V,{CentralIconBase:()=>m});module.exports=h(V);var u=f(require("react")),m=({children:o,size:r=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:s,...p})=>{return u.default.createElement("svg",{...p,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},t&&!n&&u.default.createElement("title",null,t),o)};var v={};L(v,{default:()=>G,IconLayoutTop1:()=>k});module.exports=h(v);var i=f(require("react"));var k=(o)=>{return i.default.createElement(m,{...o,ariaLabel:"layout-top, margin, padding"},i.default.createElement("path",{d:"M5 20C4.44772 20 4 19.5523 4 19L4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9V19C20 19.5523 19.5523 20 19 20L5 20Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M4 4H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},G=k;
|
|
2
|
-
|
|
3
|
-
//# debugId=D6AEC559CFBBAD3964756E2164756E21
|
package/IconLayoutTop1/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import p from"react";var a=({children:r,size:o=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:i,...l})=>{return p.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},n&&!t&&p.createElement("title",null,n),r)};import e from"react";var u=(r)=>{return e.createElement(a,{...r,ariaLabel:"layout-top, margin, padding"},e.createElement("path",{d:"M5 20C4.44772 20 4 19.5523 4 19L4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9V19C20 19.5523 19.5523 20 19 20L5 20Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M4 4H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},f=u;export{f as default,u as IconLayoutTop1};
|
|
2
|
-
|
|
3
|
-
//# debugId=E330DCB6C4A87BC964756E2164756E21
|