@central-icons-react/square-filled-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/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/{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/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.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 I=Object.create;var{getPrototypeOf:V,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:h}=Object,C=Object.prototype.hasOwnProperty;function g(t){return this[t]}var b,w,B=(t,o,r)=>{var e=t!=null&&typeof t==="object";if(e){var n=o?b??=new WeakMap:w??=new WeakMap,p=n.get(t);if(p)return p}r=t!=null?I(V(t)):{};let a=o||!t||!t.__esModule?l(r,"default",{value:t,enumerable:!0}):r;for(let m of f(t))if(!C.call(a,m))l(a,m,{get:g.bind(t,m),enumerable:!0});if(e)n.set(t,a);return a},d=(t)=>{var o=(u??=new WeakMap).get(t),r;if(o)return o;if(o=l({},"__esModule",{value:!0}),t&&typeof t==="object"||typeof t==="function"){for(var e of f(t))if(!C.call(o,e))l(o,e,{get:g.bind(t,e),enumerable:!(r=h(t,e))||r.enumerable})}return u.set(t,o),o},u;var P=(t)=>t;function v(t,o){this[t]=P.bind(null,o)}var x=(t,o)=>{for(var r in o)l(t,r,{get:o[r],enumerable:!0,configurable:!0,set:v.bind(o,r)})};var G={};x(G,{CentralIconBase:()=>c});module.exports=d(G);var i=B(require("react")),c=({children:t,size:o=24,ariaLabel:r,color:e,ariaHidden:n=!0,style:p,...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,...p}},r&&!n&&i.default.createElement("title",null,r),t)};var S={};x(S,{default:()=>H,IconLayoutBottom1:()=>y});module.exports=d(S);var s=B(require("react"));var y=(t)=>{return s.default.createElement(c,{...t,ariaLabel:"layout-bottom, margin, padding"},s.default.createElement("path",{d:"M3 17V3H21V17H3Z",fill:"currentColor"}),s.default.createElement("path",{d:"M3 21V19H21V21H3Z",fill:"currentColor"}))},H=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=28DA39959ECC0B2A64756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var l=({children:o,size:t=24,ariaLabel:n,color:p,ariaHidden:r=!0,style:s,...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:p,...s}},n&&!r&&a.createElement("title",null,n),o)};import e from"react";var i=(o)=>{return e.createElement(l,{...o,ariaLabel:"layout-bottom, margin, padding"},e.createElement("path",{d:"M3 17V3H21V17H3Z",fill:"currentColor"}),e.createElement("path",{d:"M3 21V19H21V21H3Z",fill:"currentColor"}))},B=i;export{B as default,i as IconLayoutBottom1};
|
|
2
|
-
|
|
3
|
-
//# debugId=AD8A9507DFD3937064756E2164756E21
|
package/IconLayoutHalf/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var I=Object.create;var{getPrototypeOf:V,defineProperty:a,getOwnPropertyNames:u,getOwnPropertyDescriptor:d}=Object,C=Object.prototype.hasOwnProperty;function g(r){return this[r]}var w,P,h=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?w??=new WeakMap:P??=new WeakMap,p=n.get(r);if(p)return p}o=r!=null?I(V(r)):{};let l=t||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let m of u(r))if(!C.call(l,m))a(l,m,{get:g.bind(r,m),enumerable:!0});if(e)n.set(r,l);return l},x=(r)=>{var t=(c??=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 u(r))if(!C.call(t,e))a(t,e,{get:g.bind(r,e),enumerable:!(o=d(r,e))||o.enumerable})}return c.set(r,t),t},c;var b=(r)=>r;function v(r,t){this[r]=b.bind(null,t)}var y=(r,t)=>{for(var o in t)a(r,o,{get:t[o],enumerable:!0,configurable:!0,set:v.bind(t,o)})};var G={};y(G,{CentralIconBase:()=>i});module.exports=x(G);var f=h(require("react")),i=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:p,...l})=>{return f.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&&f.default.createElement("title",null,o),r)};var L={};y(L,{default:()=>S,IconLayoutHalf:()=>B});module.exports=x(L);var s=h(require("react"));var B=(r)=>{return s.default.createElement(i,{...r,ariaLabel:"layout-half"},s.default.createElement("path",{d:"M3 11V3H21V11L3 11Z",fill:"currentColor"}),s.default.createElement("path",{d:"M3 13V21H21V13L3 13Z",fill:"currentColor"}))},S=B;
|
|
2
|
-
|
|
3
|
-
//# debugId=FE9DF101AC27F0D864756E2164756E21
|
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:s,...m})=>{return l.createElement("svg",{...m,"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,...s}},n&&!o&&l.createElement("title",null,n),t)};import e from"react";var f=(t)=>{return e.createElement(a,{...t,ariaLabel:"layout-half"},e.createElement("path",{d:"M3 11V3H21V11L3 11Z",fill:"currentColor"}),e.createElement("path",{d:"M3 13V21H21V13L3 13Z",fill:"currentColor"}))},h=f;export{h as default,f as IconLayoutHalf};
|
|
2
|
-
|
|
3
|
-
//# debugId=2B721C8482FB0CB064756E2164756E21
|
package/IconLayoutLeft1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var I=Object.create;var{getPrototypeOf:V,defineProperty:a,getOwnPropertyNames:u,getOwnPropertyDescriptor:h}=Object,C=Object.prototype.hasOwnProperty;function g(r){return this[r]}var w,P,d=(r,t,e)=>{var o=r!=null&&typeof r==="object";if(o){var n=t?w??=new WeakMap:P??=new WeakMap,p=n.get(r);if(p)return p}e=r!=null?I(V(r)):{};let l=t||!r||!r.__esModule?a(e,"default",{value:r,enumerable:!0}):e;for(let i of u(r))if(!C.call(l,i))a(l,i,{get:g.bind(r,i),enumerable:!0});if(o)n.set(r,l);return l},x=(r)=>{var t=(c??=new WeakMap).get(r),e;if(t)return t;if(t=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var o of u(r))if(!C.call(t,o))a(t,o,{get:g.bind(r,o),enumerable:!(e=h(r,o))||e.enumerable})}return c.set(r,t),t},c;var b=(r)=>r;function v(r,t){this[r]=b.bind(null,t)}var y=(r,t)=>{for(var e in t)a(r,e,{get:t[e],enumerable:!0,configurable:!0,set:v.bind(t,e)})};var G={};y(G,{CentralIconBase:()=>f});module.exports=x(G);var m=d(require("react")),f=({children:r,size:t=24,ariaLabel:e,color:o,ariaHidden:n=!0,style:p,...l})=>{return m.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:o,...p}},e&&!n&&m.default.createElement("title",null,e),r)};var S={};y(S,{default:()=>H,IconLayoutLeft1:()=>B});module.exports=x(S);var s=d(require("react"));var B=(r)=>{return s.default.createElement(f,{...r,ariaLabel:"layout-left, margin, padding"},s.default.createElement("path",{d:"M7 21H21V3H7V21Z",fill:"currentColor"}),s.default.createElement("path",{d:"M3 21H5V3H3V21Z",fill:"currentColor"}))},H=B;
|
|
2
|
-
|
|
3
|
-
//# debugId=7545B0A0DC0D99CC64756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import l from"react";var a=({children:t,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:s,...i})=>{return l.createElement("svg",{...i,"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,...s}},n&&!e&&l.createElement("title",null,n),t)};import o from"react";var m=(t)=>{return o.createElement(a,{...t,ariaLabel:"layout-left, margin, padding"},o.createElement("path",{d:"M7 21H21V3H7V21Z",fill:"currentColor"}),o.createElement("path",{d:"M3 21H5V3H3V21Z",fill:"currentColor"}))},d=m;export{d as default,m as IconLayoutLeft1};
|
|
2
|
-
|
|
3
|
-
//# debugId=E4533358E367FEC164756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var B=Object.create;var{getPrototypeOf:I,defineProperty:l,getOwnPropertyNames:u,getOwnPropertyDescriptor:V}=Object,f=Object.prototype.hasOwnProperty;function C(r){return this[r]}var w,P,h=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?w??=new WeakMap:P??=new WeakMap,p=n.get(r);if(p)return p}o=r!=null?B(I(r)):{};let a=t||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o;for(let i of u(r))if(!f.call(a,i))l(a,i,{get:C.bind(r,i),enumerable:!0});if(e)n.set(r,a);return a},d=(r)=>{var t=(g??=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 u(r))if(!f.call(t,e))l(t,e,{get:C.bind(r,e),enumerable:!(o=V(r,e))||o.enumerable})}return g.set(r,t),t},g;var b=(r)=>r;function v(r,t){this[r]=b.bind(null,t)}var x=(r,t)=>{for(var o in t)l(r,o,{get:t[o],enumerable:!0,configurable:!0,set:v.bind(t,o)})};var G={};x(G,{CentralIconBase:()=>c});module.exports=d(G);var m=h(require("react")),c=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:p,...a})=>{return m.default.createElement("svg",{...a,"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&&m.default.createElement("title",null,o),r)};var S={};x(S,{default:()=>H,IconLayoutRight1:()=>y});module.exports=d(S);var s=h(require("react"));var y=(r)=>{return s.default.createElement(c,{...r,ariaLabel:"layout-right, margin, padding"},s.default.createElement("path",{d:"M17 21H3V3H17V21Z",fill:"currentColor"}),s.default.createElement("path",{d:"M21 21H19V3H21V21Z",fill:"currentColor"}))},H=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=6708494275304E2D64756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var l=({children:t,size:r=24,ariaLabel:n,color:p,ariaHidden:o=!0,style:s,...i})=>{return a.createElement("svg",{...i,"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,...s}},n&&!o&&a.createElement("title",null,n),t)};import e from"react";var m=(t)=>{return e.createElement(l,{...t,ariaLabel:"layout-right, margin, padding"},e.createElement("path",{d:"M17 21H3V3H17V21Z",fill:"currentColor"}),e.createElement("path",{d:"M21 21H19V3H21V21Z",fill:"currentColor"}))},h=m;export{h as default,m as IconLayoutRight1};
|
|
2
|
-
|
|
3
|
-
//# debugId=4E77219951FA853D64756E2164756E21
|
package/IconLayoutThird/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var y=Object.create;var{getPrototypeOf:B,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:I}=Object,C=Object.prototype.hasOwnProperty;function h(r){return this[r]}var w,L,V=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?w??=new WeakMap:L??=new WeakMap,s=n.get(r);if(s)return s}o=r!=null?y(B(r)):{};let l=t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o;for(let i of f(r))if(!C.call(l,i))p(l,i,{get:h.bind(r,i),enumerable:!0});if(e)n.set(r,l);return l},d=(r)=>{var t=(c??=new WeakMap).get(r),o;if(t)return t;if(t=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of f(r))if(!C.call(t,e))p(t,e,{get:h.bind(r,e),enumerable:!(o=I(r,e))||o.enumerable})}return c.set(r,t),t},c;var P=(r)=>r;function b(r,t){this[r]=P.bind(null,t)}var g=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0,configurable:!0,set:b.bind(t,o)})};var v={};g(v,{CentralIconBase:()=>u});module.exports=d(v);var m=V(require("react")),u=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:s,...l})=>{return m.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,...s}},o&&!n&&m.default.createElement("title",null,o),r)};var G={};g(G,{default:()=>S,IconLayoutThird:()=>x});module.exports=d(G);var a=V(require("react"));var x=(r)=>{return a.default.createElement(u,{...r,ariaLabel:"layout-third"},a.default.createElement("path",{d:"M3 3V7.67L21 7.67V3H3Z",fill:"currentColor"}),a.default.createElement("path",{d:"M3 14.33V9.67L21 9.67V14.33L3 14.33Z",fill:"currentColor"}),a.default.createElement("path",{d:"M3 16.33V21H21V16.33L3 16.33Z",fill:"currentColor"}))},S=x;
|
|
2
|
-
|
|
3
|
-
//# debugId=448502685B73C23A64756E2164756E21
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import l from"react";var p=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:s,...i})=>{return l.createElement("svg",{...i,"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:a,...s}},n&&!e&&l.createElement("title",null,n),o)};import t from"react";var m=(o)=>{return t.createElement(p,{...o,ariaLabel:"layout-third"},t.createElement("path",{d:"M3 3V7.67L21 7.67V3H3Z",fill:"currentColor"}),t.createElement("path",{d:"M3 14.33V9.67L21 9.67V14.33L3 14.33Z",fill:"currentColor"}),t.createElement("path",{d:"M3 16.33V21H21V16.33L3 16.33Z",fill:"currentColor"}))},V=m;export{V as default,m as IconLayoutThird};
|
|
2
|
-
|
|
3
|
-
//# debugId=8C2A265E25E8971564756E2164756E21
|
package/IconLayoutTop1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var I=Object.create;var{getPrototypeOf:V,defineProperty:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:h}=Object,C=Object.prototype.hasOwnProperty;function g(r){return this[r]}var w,P,d=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?w??=new WeakMap:P??=new WeakMap,l=n.get(r);if(l)return l}o=r!=null?I(V(r)):{};let p=t||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let i of f(r))if(!C.call(p,i))a(p,i,{get:g.bind(r,i),enumerable:!0});if(e)n.set(r,p);return p},x=(r)=>{var t=(u??=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(!C.call(t,e))a(t,e,{get:g.bind(r,e),enumerable:!(o=h(r,e))||o.enumerable})}return u.set(r,t),t},u;var b=(r)=>r;function v(r,t){this[r]=b.bind(null,t)}var y=(r,t)=>{for(var o in t)a(r,o,{get:t[o],enumerable:!0,configurable:!0,set:v.bind(t,o)})};var G={};y(G,{CentralIconBase:()=>c});module.exports=x(G);var m=d(require("react")),c=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:l,...p})=>{return m.default.createElement("svg",{...p,"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,...l}},o&&!n&&m.default.createElement("title",null,o),r)};var S={};y(S,{default:()=>H,IconLayoutTop1:()=>B});module.exports=x(S);var s=d(require("react"));var B=(r)=>{return s.default.createElement(c,{...r,ariaLabel:"layout-top, margin, padding"},s.default.createElement("path",{d:"M21 7V21H3V7H21Z",fill:"currentColor"}),s.default.createElement("path",{d:"M21 3V5H3V3H21Z",fill:"currentColor"}))},H=B;
|
|
2
|
-
|
|
3
|
-
//# debugId=65C547ABF0EFA44364756E2164756E21
|
|
@@ -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=\"M21 7V21H3V7H21Z\" fill=\"currentColor\"/><path d=\"M21 3V5H3V3H21Z\" fill=\"currentColor\"/></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,wBAAqK,EAArK,IAAqB,EAAO,UAAU,+BAA8B,wBAAC,OAAD,CAAM,EAAE,mBAAmB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,KAAK,eAAc,CAAI,GAG/J",
|
|
9
|
-
"debugId": "65C547ABF0EFA44364756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutTop1/index.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import p from"react";var a=({children:t,size:r=24,ariaLabel:n,color:l,ariaHidden:o=!0,style:s,...i})=>{return p.createElement("svg",{...i,"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:l,...s}},n&&!o&&p.createElement("title",null,n),t)};import e from"react";var m=(t)=>{return e.createElement(a,{...t,ariaLabel:"layout-top, margin, padding"},e.createElement("path",{d:"M21 7V21H3V7H21Z",fill:"currentColor"}),e.createElement("path",{d:"M21 3V5H3V3H21Z",fill:"currentColor"}))},d=m;export{d as default,m as IconLayoutTop1};
|
|
2
|
-
|
|
3
|
-
//# debugId=66C7B13B74EFFF8364756E2164756E21
|
|
@@ -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=\"M21 7V21H3V7H21Z\" fill=\"currentColor\"/><path d=\"M21 3V5H3V3H21Z\" fill=\"currentColor\"/></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,gBAAqK,EAArK,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,mBAAmB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kBAAkB,KAAK,eAAc,CAAI,GAG/J",
|
|
9
|
-
"debugId": "66C7B13B74EFFF8364756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|