@central-icons-react/square-outlined-radius-0-stroke-2 1.1.287 → 1.1.289
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/IconLayoutBottomFull/index.js.map +11 -0
- package/IconLayoutBottomFull/index.mjs +3 -0
- package/IconLayoutBottomFull/index.mjs.map +11 -0
- package/IconLayoutHalfFull/index.d.ts +4 -0
- package/IconLayoutHalfFull/index.js +3 -0
- package/{IconLayoutHalf → IconLayoutHalfFull}/index.js.map +4 -4
- package/{IconLayoutHalf → IconLayoutHalfFull}/index.mjs +2 -2
- 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/{IconLayoutBottom1 → IconLayoutTopFull}/index.mjs.map +4 -4
- package/IconPackageDelivery/index.js +2 -2
- package/IconPackageDelivery/index.js.map +3 -3
- package/IconPackageDelivery/index.mjs +2 -2
- package/IconPackageDelivery/index.mjs.map +3 -3
- 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/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.js.map +0 -11
- package/IconLayoutTop1/index.mjs +0 -3
- package/IconLayoutTop1/index.mjs.map +0 -11
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.289) 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 y=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:C,getOwnPropertyDescriptor:b}=Object,d=Object.prototype.hasOwnProperty;function g(t){return this[t]}var w,P,f=(t,o,r)=>{var e=t!=null&&typeof t==="object";if(e){var n=o?w??=new WeakMap:P??=new WeakMap,s=n.get(t);if(s)return s}r=t!=null?y(I(t)):{};let a=o||!t||!t.__esModule?p(r,"default",{value:t,enumerable:!0}):r;for(let m of C(t))if(!d.call(a,m))p(a,m,{get:g.bind(t,m),enumerable:!0});if(e)n.set(t,a);return a},h=(t)=>{var o=(u??=new WeakMap).get(t),r;if(o)return o;if(o=p({},"__esModule",{value:!0}),t&&typeof t==="object"||typeof t==="function"){for(var e of C(t))if(!d.call(o,e))p(o,e,{get:g.bind(t,e),enumerable:!(r=b(t,e))||r.enumerable})}return u.set(t,o),o},u;var L=(t)=>t;function V(t,o){this[t]=L.bind(null,o)}var B=(t,o)=>{for(var r in o)p(t,r,{get:o[r],enumerable:!0,configurable:!0,set:V.bind(o,r)})};var k={};B(k,{CentralIconBase:()=>c});module.exports=h(k);var i=f(require("react")),c=({children:t,size:o=24,ariaLabel:r,color:e,ariaHidden:n=!0,style:s,...a})=>{return i.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}},r&&!n&&i.default.createElement("title",null,r),t)};var v={};B(v,{default:()=>G,IconLayoutBottom1:()=>x});module.exports=h(v);var l=f(require("react"));var x=(t)=>{return l.default.createElement(c,{...t,ariaLabel:"layout-bottom, margin, padding"},l.default.createElement("path",{d:"M20 4L20 16L4 16V4L20 4Z",stroke:"currentColor",strokeWidth:"2"}),l.default.createElement("path",{d:"M21 20H3",stroke:"currentColor",strokeWidth:"2"}))},G=x;
|
|
2
|
-
|
|
3
|
-
//# debugId=F9A83DCFA6F4F1F764756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var p=({children:o,size:t=24,ariaLabel:n,color:s,ariaHidden:r=!0,style:l,...m})=>{return a.createElement("svg",{...m,"aria-hidden":r,role:r?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:s,...l}},n&&!r&&a.createElement("title",null,n),o)};import e from"react";var i=(o)=>{return e.createElement(p,{...o,ariaLabel:"layout-bottom, margin, padding"},e.createElement("path",{d:"M20 4L20 16L4 16V4L20 4Z",stroke:"currentColor",strokeWidth:"2"}),e.createElement("path",{d:"M21 20H3",stroke:"currentColor",strokeWidth:"2"}))},f=i;export{f as default,i as IconLayoutBottom1};
|
|
2
|
-
|
|
3
|
-
//# debugId=00450F583BBF3E3F64756E2164756E21
|
package/IconLayoutHalf/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var h=Object.create;var{getPrototypeOf:x,defineProperty:V,getOwnPropertyNames:i,getOwnPropertyDescriptor:y}=Object,c=Object.prototype.hasOwnProperty;function u(r){return this[r]}var B,I,C=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?B??=new WeakMap:I??=new WeakMap,a=n.get(r);if(a)return a}o=r!=null?h(x(r)):{};let l=t||!r||!r.__esModule?V(o,"default",{value:r,enumerable:!0}):o;for(let H of i(r))if(!c.call(l,H))V(l,H,{get:u.bind(r,H),enumerable:!0});if(e)n.set(r,l);return l},M=(r)=>{var t=(f??=new WeakMap).get(r),o;if(t)return t;if(t=V({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of i(r))if(!c.call(t,e))V(t,e,{get:u.bind(r,e),enumerable:!(o=y(r,e))||o.enumerable})}return f.set(r,t),t},f;var d=(r)=>r;function w(r,t){this[r]=d.bind(null,t)}var Z=(r,t)=>{for(var o in t)V(r,o,{get:t[o],enumerable:!0,configurable:!0,set:w.bind(t,o)})};var P={};Z(P,{CentralIconBase:()=>m});module.exports=M(P);var s=C(require("react")),m=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:a,...l})=>{return s.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,...a}},o&&!n&&s.default.createElement("title",null,o),r)};var b={};Z(b,{default:()=>v,IconLayoutHalf:()=>g});module.exports=M(b);var p=C(require("react"));var g=(r)=>{return p.default.createElement(m,{...r,ariaLabel:"layout-half"},p.default.createElement("path",{d:"M20 4H21V3H20V4ZM20 20V21H21V20H20ZM4 20H3V21H4V20ZM4 4V3H3V4H4ZM19 4V20H21V4H19ZM20 19H4V21H20V19ZM5 20V4H3V20H5ZM4 5H20V3H4V5Z",fill:"currentColor"}),p.default.createElement("path",{d:"M20 13H21V11H20V13ZM4 11H3V13H4V11ZM4 13H20V11H4V13Z",fill:"currentColor"}))},v=g;
|
|
2
|
-
|
|
3
|
-
//# debugId=13CAC9B331772BB364756E2164756E21
|
package/IconLayoutLeft1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var B=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:w}=Object,C=Object.prototype.hasOwnProperty;function d(t){return this[t]}var L,P,g=(t,r,e)=>{var o=t!=null&&typeof t==="object";if(o){var n=r?L??=new WeakMap:P??=new WeakMap,l=n.get(t);if(l)return l}e=t!=null?B(I(t)):{};let a=r||!t||!t.__esModule?p(e,"default",{value:t,enumerable:!0}):e;for(let i of f(t))if(!C.call(a,i))p(a,i,{get:d.bind(t,i),enumerable:!0});if(o)n.set(t,a);return a},h=(t)=>{var r=(u??=new WeakMap).get(t),e;if(r)return r;if(r=p({},"__esModule",{value:!0}),t&&typeof t==="object"||typeof t==="function"){for(var o of f(t))if(!C.call(r,o))p(r,o,{get:d.bind(t,o),enumerable:!(e=w(t,o))||e.enumerable})}return u.set(t,r),r},u;var b=(t)=>t;function V(t,r){this[t]=b.bind(null,r)}var x=(t,r)=>{for(var e in r)p(t,e,{get:r[e],enumerable:!0,configurable:!0,set:V.bind(r,e)})};var k={};x(k,{CentralIconBase:()=>c});module.exports=h(k);var m=g(require("react")),c=({children:t,size:r=24,ariaLabel:e,color:o,ariaHidden:n=!0,style:l,...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:o,...l}},e&&!n&&m.default.createElement("title",null,e),t)};var v={};x(v,{default:()=>G,IconLayoutLeft1:()=>y});module.exports=h(v);var s=g(require("react"));var y=(t)=>{return s.default.createElement(c,{...t,ariaLabel:"layout-left, margin, padding"},s.default.createElement("path",{d:"M8 4L20 4L20 20H8L8 4Z",stroke:"currentColor",strokeWidth:"2"}),s.default.createElement("path",{d:"M4 3V21",stroke:"currentColor",strokeWidth:"2"}))},G=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=8A3DB35979EA722764756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var p=({children:r,size:t=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:s,...i})=>{return a.createElement("svg",{...i,"aria-hidden":e,role:e?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:l,...s}},n&&!e&&a.createElement("title",null,n),r)};import o from"react";var m=(r)=>{return o.createElement(p,{...r,ariaLabel:"layout-left, margin, padding"},o.createElement("path",{d:"M8 4L20 4L20 20H8L8 4Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement("path",{d:"M4 3V21",stroke:"currentColor",strokeWidth:"2"}))},g=m;export{g as default,m as IconLayoutLeft1};
|
|
2
|
-
|
|
3
|
-
//# debugId=190634AD681FA4E164756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var B=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:w}=Object,h=Object.prototype.hasOwnProperty;function C(t){return this[t]}var P,b,d=(t,r,o)=>{var e=t!=null&&typeof t==="object";if(e){var n=r?P??=new WeakMap:b??=new WeakMap,s=n.get(t);if(s)return s}o=t!=null?B(I(t)):{};let a=r||!t||!t.__esModule?p(o,"default",{value:t,enumerable:!0}):o;for(let i of u(t))if(!h.call(a,i))p(a,i,{get:C.bind(t,i),enumerable:!0});if(e)n.set(t,a);return a},f=(t)=>{var r=(g??=new WeakMap).get(t),o;if(r)return r;if(r=p({},"__esModule",{value:!0}),t&&typeof t==="object"||typeof t==="function"){for(var e of u(t))if(!h.call(r,e))p(r,e,{get:C.bind(t,e),enumerable:!(o=w(t,e))||o.enumerable})}return g.set(t,r),r},g;var L=(t)=>t;function V(t,r){this[t]=L.bind(null,r)}var x=(t,r)=>{for(var o in r)p(t,o,{get:r[o],enumerable:!0,configurable:!0,set:V.bind(r,o)})};var k={};x(k,{CentralIconBase:()=>c});module.exports=f(k);var m=d(require("react")),c=({children:t,size:r=24,ariaLabel:o,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}},o&&!n&&m.default.createElement("title",null,o),t)};var v={};x(v,{default:()=>G,IconLayoutRight1:()=>y});module.exports=f(v);var l=d(require("react"));var y=(t)=>{return l.default.createElement(c,{...t,ariaLabel:"layout-right, margin, padding"},l.default.createElement("path",{d:"M4 4L16 4L16 20H4L4 4Z",stroke:"currentColor",strokeWidth:"2"}),l.default.createElement("path",{d:"M20 3V21",stroke:"currentColor",strokeWidth:"2"}))},G=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=7B6788A58CE3B61764756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var p=({children:r,size:t=24,ariaLabel:n,color:s,ariaHidden:o=!0,style:l,...i})=>{return a.createElement("svg",{...i,"aria-hidden":o,role:o?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:s,...l}},n&&!o&&a.createElement("title",null,n),r)};import e from"react";var m=(r)=>{return e.createElement(p,{...r,ariaLabel:"layout-right, margin, padding"},e.createElement("path",{d:"M4 4L16 4L16 20H4L4 4Z",stroke:"currentColor",strokeWidth:"2"}),e.createElement("path",{d:"M20 3V21",stroke:"currentColor",strokeWidth:"2"}))},d=m;export{d as default,m as IconLayoutRight1};
|
|
2
|
-
|
|
3
|
-
//# debugId=7811C28273A381BE64756E2164756E21
|
package/IconLayoutThird/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var d=Object.create;var{getPrototypeOf:g,defineProperty:l,getOwnPropertyNames:M,getOwnPropertyDescriptor:x}=Object,Z=Object.prototype.hasOwnProperty;function u(r){return this[r]}var y,B,c=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?y??=new WeakMap:B??=new WeakMap,p=n.get(r);if(p)return p}o=r!=null?d(g(r)):{};let V=t||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o;for(let a of M(r))if(!Z.call(V,a))l(V,a,{get:u.bind(r,a),enumerable:!0});if(e)n.set(r,V);return V},f=(r)=>{var t=(m??=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(!Z.call(t,e))l(t,e,{get:u.bind(r,e),enumerable:!(o=x(r,e))||o.enumerable})}return m.set(r,t),t},m;var I=(r)=>r;function w(r,t){this[r]=I.bind(null,t)}var C=(r,t)=>{for(var o in t)l(r,o,{get:t[o],enumerable:!0,configurable:!0,set:w.bind(t,o)})};var P={};C(P,{CentralIconBase:()=>i});module.exports=f(P);var s=c(require("react")),i=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:p,...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,...p}},o&&!n&&s.default.createElement("title",null,o),r)};var b={};C(b,{default:()=>v,IconLayoutThird:()=>h});module.exports=f(b);var H=c(require("react"));var h=(r)=>{return H.default.createElement(i,{...r,ariaLabel:"layout-third"},H.default.createElement("path",{d:"M20 4H21V3H20V4ZM20 20V21H21V20H20ZM4 20H3V21H4V20ZM4 4V3H3V4H4ZM19 4V20H21V4H19ZM20 19H4V21H20V19ZM5 20V4H3V20H5ZM4 5H20V3H4V5Z",fill:"currentColor"}),H.default.createElement("path",{d:"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z",fill:"currentColor"}),H.default.createElement("path",{d:"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z",fill:"currentColor"}))},v=h;
|
|
2
|
-
|
|
3
|
-
//# debugId=E9A443E4B3B59DA564756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import V from"react";var l=({children:o,size:r=24,ariaLabel:n,color:H,ariaHidden:e=!0,style:p,...a})=>{return V.createElement("svg",{...a,"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:H,...p}},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 4H21V3H20V4ZM20 20V21H21V20H20ZM4 20H3V21H4V20ZM4 4V3H3V4H4ZM19 4V20H21V4H19ZM20 19H4V21H20V19ZM5 20V4H3V20H5ZM4 5H20V3H4V5Z",fill:"currentColor"}),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"}))},c=s;export{c as default,s as IconLayoutThird};
|
|
2
|
-
|
|
3
|
-
//# debugId=9B29914760E6FF5E64756E2164756E21
|
package/IconLayoutTop1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var B=Object.create;var{getPrototypeOf:I,defineProperty:a,getOwnPropertyNames:C,getOwnPropertyDescriptor:w}=Object,d=Object.prototype.hasOwnProperty;function g(t){return this[t]}var P,b,f=(t,r,o)=>{var e=t!=null&&typeof t==="object";if(e){var n=r?P??=new WeakMap:b??=new WeakMap,s=n.get(t);if(s)return s}o=t!=null?B(I(t)):{};let p=r||!t||!t.__esModule?a(o,"default",{value:t,enumerable:!0}):o;for(let i of C(t))if(!d.call(p,i))a(p,i,{get:g.bind(t,i),enumerable:!0});if(e)n.set(t,p);return p},h=(t)=>{var r=(u??=new WeakMap).get(t),o;if(r)return r;if(r=a({},"__esModule",{value:!0}),t&&typeof t==="object"||typeof t==="function"){for(var e of C(t))if(!d.call(r,e))a(r,e,{get:g.bind(t,e),enumerable:!(o=w(t,e))||o.enumerable})}return u.set(t,r),r},u;var L=(t)=>t;function V(t,r){this[t]=L.bind(null,r)}var x=(t,r)=>{for(var o in r)a(t,o,{get:r[o],enumerable:!0,configurable:!0,set:V.bind(r,o)})};var k={};x(k,{CentralIconBase:()=>c});module.exports=h(k);var m=f(require("react")),c=({children:t,size:r=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:s,...p})=>{return m.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}},o&&!n&&m.default.createElement("title",null,o),t)};var v={};x(v,{default:()=>G,IconLayoutTop1:()=>y});module.exports=h(v);var l=f(require("react"));var y=(t)=>{return l.default.createElement(c,{...t,ariaLabel:"layout-top, margin, padding"},l.default.createElement("path",{d:"M4 20L4 8L20 8V20L4 20Z",stroke:"currentColor",strokeWidth:"2"}),l.default.createElement("path",{d:"M3 4H21",stroke:"currentColor",strokeWidth:"2"}))},G=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=EE950B63741F67C664756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLayoutTop1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-top, margin, padding\"><path d=\"M4 20L4 8L20 8V20L4 20Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M3 4H21\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,0ECjCY,IAAlB,sBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAAwM,EAAxM,IAAqB,EAAO,UAAU,+BAA8B,wBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAG,CAAI,GAGlM",
|
|
9
|
-
"debugId": "EE950B63741F67C664756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutTop1/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import p from"react";var a=({children:r,size:t=24,ariaLabel:n,color:s,ariaHidden:o=!0,style:l,...i})=>{return p.createElement("svg",{...i,"aria-hidden":o,role:o?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:s,...l}},n&&!o&&p.createElement("title",null,n),r)};import e from"react";var m=(r)=>{return e.createElement(a,{...r,ariaLabel:"layout-top, margin, padding"},e.createElement("path",{d:"M4 20L4 8L20 8V20L4 20Z",stroke:"currentColor",strokeWidth:"2"}),e.createElement("path",{d:"M3 4H21",stroke:"currentColor",strokeWidth:"2"}))},f=m;export{f as default,m as IconLayoutTop1};
|
|
2
|
-
|
|
3
|
-
//# debugId=FE4B5796D7D323B864756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLayoutTop1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-top, margin, padding\"><path d=\"M4 20L4 8L20 8V20L4 20Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><path d=\"M3 4H21\" stroke=\"currentColor\" strokeWidth=\"2\"/></CentralIconBase>;\n};\n\nexport default IconLayoutTop1;\n"
|
|
7
|
-
],
|
|
8
|
-
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAwM,EAAxM,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAG,CAAI,GAGlM",
|
|
9
|
-
"debugId": "FE4B5796D7D323B864756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|