@central-icons-react/round-outlined-radius-2-stroke-1 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/{IconLayoutHalf/index.mjs → IconLayoutBottomFull/index.js} +2 -2
- 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/IconLayoutHalfFull/index.js.map +11 -0
- package/IconLayoutHalfFull/index.mjs +3 -0
- package/IconLayoutHalfFull/index.mjs.map +11 -0
- 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/IconLayoutLeftFull/index.js.map +11 -0
- package/IconLayoutLeftFull/index.mjs +3 -0
- package/IconLayoutLeftFull/index.mjs.map +11 -0
- 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/IconLayoutRightFull/index.js.map +11 -0
- package/IconLayoutRightFull/index.mjs +3 -0
- package/IconLayoutRightFull/index.mjs.map +11 -0
- package/IconLayoutThirdFull/index.d.ts +4 -0
- package/IconLayoutThirdFull/index.js +3 -0
- package/IconLayoutThirdFull/index.js.map +11 -0
- package/IconLayoutThirdFull/index.mjs +3 -0
- package/IconLayoutThirdFull/index.mjs.map +11 -0
- 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/IconLayoutTopFull/index.js.map +11 -0
- package/IconLayoutTopFull/index.mjs +3 -0
- package/IconLayoutTopFull/index.mjs.map +11 -0
- 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.js.map +0 -11
- package/IconLayoutBottom1/index.mjs +0 -3
- package/IconLayoutBottom1/index.mjs.map +0 -11
- package/IconLayoutHalf/index.d.ts +0 -4
- package/IconLayoutHalf/index.js +0 -3
- package/IconLayoutHalf/index.js.map +0 -11
- package/IconLayoutHalf/index.mjs.map +0 -11
- package/IconLayoutLeft1/index.d.ts +0 -4
- package/IconLayoutLeft1/index.js +0 -3
- package/IconLayoutLeft1/index.js.map +0 -11
- package/IconLayoutLeft1/index.mjs +0 -3
- package/IconLayoutLeft1/index.mjs.map +0 -11
- package/IconLayoutRight1/index.d.ts +0 -4
- package/IconLayoutRight1/index.js +0 -3
- package/IconLayoutRight1/index.js.map +0 -11
- package/IconLayoutRight1/index.mjs +0 -3
- package/IconLayoutRight1/index.mjs.map +0 -11
- package/IconLayoutThird/index.d.ts +0 -4
- package/IconLayoutThird/index.js +0 -3
- package/IconLayoutThird/index.js.map +0 -11
- package/IconLayoutThird/index.mjs +0 -3
- package/IconLayoutThird/index.mjs.map +0 -11
- 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:L,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:h}=Object,d=Object.prototype.hasOwnProperty;function g(o){return this[o]}var b,k,f=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var n=r?b??=new WeakMap:k??=new WeakMap,s=n.get(o);if(s)return s}t=o!=null?I(L(o)):{};let a=r||!o||!o.__esModule?p(t,"default",{value:o,enumerable:!0}):t;for(let i of c(o))if(!d.call(a,i))p(a,i,{get:g.bind(o,i),enumerable:!0});if(e)n.set(o,a);return a},B=(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=h(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 x=(o,r)=>{for(var t in r)p(o,t,{get:r[t],enumerable:!0,configurable:!0,set:P.bind(r,t)})};var V={};x(V,{CentralIconBase:()=>u});module.exports=B(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={};x(v,{default:()=>G,IconLayoutBottom1:()=>y});module.exports=B(v);var l=f(require("react"));var y=(o)=>{return l.default.createElement(u,{...o,ariaLabel:"layout-bottom, margin, padding"},l.default.createElement("path",{d:"M18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement("path",{d:"M20.5 20H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},G=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=5D424403E33B2F4664756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutBottom1/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 IconLayoutBottom1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-bottom, margin, padding\"><path d=\"M18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M20.5 20H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutBottom1;\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,6ECjCY,IAAlB,sBAGO,IAAM,EAAoD,CAAC,IAAU,CAC1E,OAAO,wBAAga,EAAha,IAAqB,EAAO,UAAU,kCAAiC,wBAAC,OAAD,CAAM,EAAE,gLAAgL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG1Z",
|
|
9
|
-
"debugId": "5D424403E33B2F4664756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var p=({children:r,size:o=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 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,...l}},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:"M18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20.5 20H3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},f=m;export{f as default,m as IconLayoutBottom1};
|
|
2
|
-
|
|
3
|
-
//# debugId=83A19CE69FDCA8AB64756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutBottom1/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 IconLayoutBottom1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-bottom, margin, padding\"><path d=\"M18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V15.5C20.5 16.6046 19.6046 17.5 18.5 17.5L5.5 17.5C4.39543 17.5 3.5 16.6046 3.5 15.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M20.5 20H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutBottom1;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAga,EAAha,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,gLAAgL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG1Z",
|
|
9
|
-
"debugId": "83A19CE69FDCA8AB64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutHalf/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var g=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:H,getOwnPropertyDescriptor:x}=Object,s=Object.prototype.hasOwnProperty;function m(C){return this[C]}var y,B,f=(C,r,t)=>{var o=C!=null&&typeof C==="object";if(o){var e=r?y??=new WeakMap:B??=new WeakMap,l=e.get(C);if(l)return l}t=C!=null?g(h(C)):{};let L=r||!C||!C.__esModule?n(t,"default",{value:C,enumerable:!0}):t;for(let Z of H(C))if(!s.call(L,Z))n(L,Z,{get:m.bind(C,Z),enumerable:!0});if(o)e.set(C,L);return L},i=(C)=>{var r=(p??=new WeakMap).get(C),t;if(r)return r;if(r=n({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var o of H(C))if(!s.call(r,o))n(r,o,{get:m.bind(C,o),enumerable:!(t=x(C,o))||t.enumerable})}return p.set(C,r),r},p;var I=(C)=>C;function d(C,r){this[C]=I.bind(null,r)}var c=(C,r)=>{for(var t in r)n(C,t,{get:r[t],enumerable:!0,configurable:!0,set:d.bind(r,t)})};var w={};c(w,{CentralIconBase:()=>V});module.exports=i(w);var a=f(require("react")),V=({children:C,size:r=24,ariaLabel:t,color:o,ariaHidden:e=!0,style:l,...L})=>{return a.default.createElement("svg",{...L,"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:o,...l}},t&&!e&&a.default.createElement("title",null,t),C)};var P={};c(P,{default:()=>b,IconLayoutHalf:()=>u});module.exports=i(P);var M=f(require("react"));var u=(C)=>{return M.default.createElement(V,{...C,ariaLabel:"layout-half"},M.default.createElement("path",{d:"M4.59202 20.282L4.81901 19.8365H4.81901L4.59202 20.282ZM3.71799 19.408L4.16349 19.181H4.16349L3.71799 19.408ZM20.282 19.408L19.8365 19.181V19.181L20.282 19.408ZM19.408 20.282L19.181 19.8365H19.181L19.408 20.282ZM20.282 4.59202L19.8365 4.81901V4.81901L20.282 4.59202ZM19.408 3.71799L19.181 4.16349V4.16349L19.408 3.71799ZM3.71799 4.59202L3.27248 4.36502L3.27248 4.36502L3.71799 4.59202ZM4.59202 3.71799L4.36502 3.27248L4.36502 3.27248L4.59202 3.71799ZM20 6.7V17.3H21V6.7H20ZM17.3 20H6.7V21H17.3V20ZM4 17.3V6.7H3V17.3H4ZM6.7 4H17.3V3H6.7V4ZM6.7 20C6.1317 20 5.73554 19.9996 5.42712 19.9744C5.12454 19.9497 4.95069 19.9036 4.81901 19.8365L4.36502 20.7275C4.66117 20.8784 4.98126 20.9413 5.34569 20.9711C5.70428 21.0004 6.1482 21 6.7 21V20ZM3 17.3C3 17.8518 2.99961 18.2957 3.02891 18.6543C3.05868 19.0187 3.12159 19.3388 3.27248 19.635L4.16349 19.181C4.0964 19.0493 4.05031 18.8755 4.02559 18.5729C4.00039 18.2645 4 17.8683 4 17.3H3ZM4.81901 19.8365C4.53677 19.6927 4.3073 19.4632 4.16349 19.181L3.27248 19.635C3.51217 20.1054 3.89462 20.4878 4.36502 20.7275L4.81901 19.8365ZM20 17.3C20 17.8683 19.9996 18.2645 19.9744 18.5729C19.9497 18.8755 19.9036 19.0493 19.8365 19.181L20.7275 19.635C20.8784 19.3388 20.9413 19.0187 20.9711 18.6543C21.0004 18.2957 21 17.8518 21 17.3H20ZM17.3 21C17.8518 21 18.2957 21.0004 18.6543 20.9711C19.0187 20.9413 19.3388 20.8784 19.635 20.7275L19.181 19.8365C19.0493 19.9036 18.8755 19.9497 18.5729 19.9744C18.2645 19.9996 17.8683 20 17.3 20V21ZM19.8365 19.181C19.6927 19.4632 19.4632 19.6927 19.181 19.8365L19.635 20.7275C20.1054 20.4878 20.4878 20.1054 20.7275 19.635L19.8365 19.181ZM21 6.7C21 6.1482 21.0004 5.70428 20.9711 5.34569C20.9413 4.98126 20.8784 4.66117 20.7275 4.36502L19.8365 4.81901C19.9036 4.95069 19.9497 5.12454 19.9744 5.42712C19.9996 5.73554 20 6.1317 20 6.7H21ZM17.3 4C17.8683 4 18.2645 4.00039 18.5729 4.02559C18.8755 4.05031 19.0493 4.0964 19.181 4.16349L19.635 3.27248C19.3388 3.12159 19.0187 3.05868 18.6543 3.02891C18.2957 2.99961 17.8518 3 17.3 3V4ZM20.7275 4.36502C20.4878 3.89462 20.1054 3.51217 19.635 3.27248L19.181 4.16349C19.4632 4.3073 19.6927 4.53677 19.8365 4.81901L20.7275 4.36502ZM4 6.7C4 6.1317 4.00039 5.73554 4.02559 5.42712C4.05031 5.12454 4.0964 4.95069 4.16349 4.81901L3.27248 4.36502C3.12159 4.66117 3.05868 4.98126 3.02891 5.34569C2.99961 5.70428 3 6.1482 3 6.7H4ZM6.7 3C6.1482 3 5.70428 2.99961 5.34569 3.02891C4.98126 3.05868 4.66117 3.12159 4.36502 3.27248L4.81901 4.16349C4.95069 4.0964 5.12454 4.05031 5.42712 4.02559C5.73554 4.00039 6.1317 4 6.7 4V3ZM4.16349 4.81901C4.3073 4.53677 4.53677 4.3073 4.81901 4.16349L4.36502 3.27248C3.89462 3.51217 3.51217 3.89462 3.27248 4.36502L4.16349 4.81901Z",fill:"currentColor"}),M.default.createElement("path",{d:"M20.5 12.5H21V11.5H20.5V12.5ZM3.5 11.5H3V12.5H3.5V11.5ZM3.5 12.5H20.5V11.5H3.5V12.5Z",fill:"currentColor"}))},b=u;
|
|
2
|
-
|
|
3
|
-
//# debugId=4BF54178B4C5880864756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutHalf/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 IconLayoutHalf: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-half\"><path d=\"M4.59202 20.282L4.81901 19.8365H4.81901L4.59202 20.282ZM3.71799 19.408L4.16349 19.181H4.16349L3.71799 19.408ZM20.282 19.408L19.8365 19.181V19.181L20.282 19.408ZM19.408 20.282L19.181 19.8365H19.181L19.408 20.282ZM20.282 4.59202L19.8365 4.81901V4.81901L20.282 4.59202ZM19.408 3.71799L19.181 4.16349V4.16349L19.408 3.71799ZM3.71799 4.59202L3.27248 4.36502L3.27248 4.36502L3.71799 4.59202ZM4.59202 3.71799L4.36502 3.27248L4.36502 3.27248L4.59202 3.71799ZM20 6.7V17.3H21V6.7H20ZM17.3 20H6.7V21H17.3V20ZM4 17.3V6.7H3V17.3H4ZM6.7 4H17.3V3H6.7V4ZM6.7 20C6.1317 20 5.73554 19.9996 5.42712 19.9744C5.12454 19.9497 4.95069 19.9036 4.81901 19.8365L4.36502 20.7275C4.66117 20.8784 4.98126 20.9413 5.34569 20.9711C5.70428 21.0004 6.1482 21 6.7 21V20ZM3 17.3C3 17.8518 2.99961 18.2957 3.02891 18.6543C3.05868 19.0187 3.12159 19.3388 3.27248 19.635L4.16349 19.181C4.0964 19.0493 4.05031 18.8755 4.02559 18.5729C4.00039 18.2645 4 17.8683 4 17.3H3ZM4.81901 19.8365C4.53677 19.6927 4.3073 19.4632 4.16349 19.181L3.27248 19.635C3.51217 20.1054 3.89462 20.4878 4.36502 20.7275L4.81901 19.8365ZM20 17.3C20 17.8683 19.9996 18.2645 19.9744 18.5729C19.9497 18.8755 19.9036 19.0493 19.8365 19.181L20.7275 19.635C20.8784 19.3388 20.9413 19.0187 20.9711 18.6543C21.0004 18.2957 21 17.8518 21 17.3H20ZM17.3 21C17.8518 21 18.2957 21.0004 18.6543 20.9711C19.0187 20.9413 19.3388 20.8784 19.635 20.7275L19.181 19.8365C19.0493 19.9036 18.8755 19.9497 18.5729 19.9744C18.2645 19.9996 17.8683 20 17.3 20V21ZM19.8365 19.181C19.6927 19.4632 19.4632 19.6927 19.181 19.8365L19.635 20.7275C20.1054 20.4878 20.4878 20.1054 20.7275 19.635L19.8365 19.181ZM21 6.7C21 6.1482 21.0004 5.70428 20.9711 5.34569C20.9413 4.98126 20.8784 4.66117 20.7275 4.36502L19.8365 4.81901C19.9036 4.95069 19.9497 5.12454 19.9744 5.42712C19.9996 5.73554 20 6.1317 20 6.7H21ZM17.3 4C17.8683 4 18.2645 4.00039 18.5729 4.02559C18.8755 4.05031 19.0493 4.0964 19.181 4.16349L19.635 3.27248C19.3388 3.12159 19.0187 3.05868 18.6543 3.02891C18.2957 2.99961 17.8518 3 17.3 3V4ZM20.7275 4.36502C20.4878 3.89462 20.1054 3.51217 19.635 3.27248L19.181 4.16349C19.4632 4.3073 19.6927 4.53677 19.8365 4.81901L20.7275 4.36502ZM4 6.7C4 6.1317 4.00039 5.73554 4.02559 5.42712C4.05031 5.12454 4.0964 4.95069 4.16349 4.81901L3.27248 4.36502C3.12159 4.66117 3.05868 4.98126 3.02891 5.34569C2.99961 5.70428 3 6.1482 3 6.7H4ZM6.7 3C6.1482 3 5.70428 2.99961 5.34569 3.02891C4.98126 3.05868 4.66117 3.12159 4.36502 3.27248L4.81901 4.16349C4.95069 4.0964 5.12454 4.05031 5.42712 4.02559C5.73554 4.00039 6.1317 4 6.7 4V3ZM4.16349 4.81901C4.3073 4.53677 4.53677 4.3073 4.81901 4.16349L4.36502 3.27248C3.89462 3.51217 3.51217 3.89462 3.27248 4.36502L4.16349 4.81901Z\" fill=\"currentColor\"/><path d=\"M20.5 12.5H21V11.5H20.5V12.5ZM3.5 11.5H3V12.5H3.5V11.5ZM3.5 12.5H20.5V11.5H3.5V12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutHalf;\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,wBAA2zF,EAA3zF,IAAqB,EAAO,UAAU,eAAc,wBAAC,OAAD,CAAM,EAAE,onFAAonF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uFAAuF,KAAK,eAAc,CAAI,GAGrzF",
|
|
9
|
-
"debugId": "4BF54178B4C5880864756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutHalf/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 IconLayoutHalf: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-half\"><path d=\"M4.59202 20.282L4.81901 19.8365H4.81901L4.59202 20.282ZM3.71799 19.408L4.16349 19.181H4.16349L3.71799 19.408ZM20.282 19.408L19.8365 19.181V19.181L20.282 19.408ZM19.408 20.282L19.181 19.8365H19.181L19.408 20.282ZM20.282 4.59202L19.8365 4.81901V4.81901L20.282 4.59202ZM19.408 3.71799L19.181 4.16349V4.16349L19.408 3.71799ZM3.71799 4.59202L3.27248 4.36502L3.27248 4.36502L3.71799 4.59202ZM4.59202 3.71799L4.36502 3.27248L4.36502 3.27248L4.59202 3.71799ZM20 6.7V17.3H21V6.7H20ZM17.3 20H6.7V21H17.3V20ZM4 17.3V6.7H3V17.3H4ZM6.7 4H17.3V3H6.7V4ZM6.7 20C6.1317 20 5.73554 19.9996 5.42712 19.9744C5.12454 19.9497 4.95069 19.9036 4.81901 19.8365L4.36502 20.7275C4.66117 20.8784 4.98126 20.9413 5.34569 20.9711C5.70428 21.0004 6.1482 21 6.7 21V20ZM3 17.3C3 17.8518 2.99961 18.2957 3.02891 18.6543C3.05868 19.0187 3.12159 19.3388 3.27248 19.635L4.16349 19.181C4.0964 19.0493 4.05031 18.8755 4.02559 18.5729C4.00039 18.2645 4 17.8683 4 17.3H3ZM4.81901 19.8365C4.53677 19.6927 4.3073 19.4632 4.16349 19.181L3.27248 19.635C3.51217 20.1054 3.89462 20.4878 4.36502 20.7275L4.81901 19.8365ZM20 17.3C20 17.8683 19.9996 18.2645 19.9744 18.5729C19.9497 18.8755 19.9036 19.0493 19.8365 19.181L20.7275 19.635C20.8784 19.3388 20.9413 19.0187 20.9711 18.6543C21.0004 18.2957 21 17.8518 21 17.3H20ZM17.3 21C17.8518 21 18.2957 21.0004 18.6543 20.9711C19.0187 20.9413 19.3388 20.8784 19.635 20.7275L19.181 19.8365C19.0493 19.9036 18.8755 19.9497 18.5729 19.9744C18.2645 19.9996 17.8683 20 17.3 20V21ZM19.8365 19.181C19.6927 19.4632 19.4632 19.6927 19.181 19.8365L19.635 20.7275C20.1054 20.4878 20.4878 20.1054 20.7275 19.635L19.8365 19.181ZM21 6.7C21 6.1482 21.0004 5.70428 20.9711 5.34569C20.9413 4.98126 20.8784 4.66117 20.7275 4.36502L19.8365 4.81901C19.9036 4.95069 19.9497 5.12454 19.9744 5.42712C19.9996 5.73554 20 6.1317 20 6.7H21ZM17.3 4C17.8683 4 18.2645 4.00039 18.5729 4.02559C18.8755 4.05031 19.0493 4.0964 19.181 4.16349L19.635 3.27248C19.3388 3.12159 19.0187 3.05868 18.6543 3.02891C18.2957 2.99961 17.8518 3 17.3 3V4ZM20.7275 4.36502C20.4878 3.89462 20.1054 3.51217 19.635 3.27248L19.181 4.16349C19.4632 4.3073 19.6927 4.53677 19.8365 4.81901L20.7275 4.36502ZM4 6.7C4 6.1317 4.00039 5.73554 4.02559 5.42712C4.05031 5.12454 4.0964 4.95069 4.16349 4.81901L3.27248 4.36502C3.12159 4.66117 3.05868 4.98126 3.02891 5.34569C2.99961 5.70428 3 6.1482 3 6.7H4ZM6.7 3C6.1482 3 5.70428 2.99961 5.34569 3.02891C4.98126 3.05868 4.66117 3.12159 4.36502 3.27248L4.81901 4.16349C4.95069 4.0964 5.12454 4.05031 5.42712 4.02559C5.73554 4.00039 6.1317 4 6.7 4V3ZM4.16349 4.81901C4.3073 4.53677 4.53677 4.3073 4.81901 4.16349L4.36502 3.27248C3.89462 3.51217 3.51217 3.89462 3.27248 4.36502L4.16349 4.81901Z\" fill=\"currentColor\"/><path d=\"M20.5 12.5H21V11.5H20.5V12.5ZM3.5 11.5H3V12.5H3.5V11.5ZM3.5 12.5H20.5V11.5H3.5V12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutHalf;\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,gBAA2zF,EAA3zF,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,onFAAonF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uFAAuF,KAAK,eAAc,CAAI,GAGrzF",
|
|
9
|
-
"debugId": "79852C640D710AF864756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutLeft1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var B=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:h}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var k,w,g=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var n=o?k??=new WeakMap:w??=new WeakMap,s=n.get(r);if(s)return s}e=r!=null?B(I(r)):{};let a=o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e;for(let i of c(r))if(!d.call(a,i))p(a,i,{get:f.bind(r,i),enumerable:!0});if(t)n.set(r,a);return a},L=(r)=>{var o=(C??=new WeakMap).get(r),e;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!d.call(o,t))p(o,t,{get:f.bind(r,t),enumerable:!(e=h(r,t))||e.enumerable})}return C.set(r,o),o},C;var P=(r)=>r;function b(r,o){this[r]=P.bind(null,o)}var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var V={};x(V,{CentralIconBase:()=>m});module.exports=L(V);var u=g(require("react")),m=({children:r,size:o=24,ariaLabel:e,color:t,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:t,...s}},e&&!n&&u.default.createElement("title",null,e),r)};var v={};x(v,{default:()=>G,IconLayoutLeft1:()=>y});module.exports=L(v);var l=g(require("react"));var y=(r)=>{return l.default.createElement(m,{...r,ariaLabel:"layout-left, margin, padding"},l.default.createElement("path",{d:"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5L20.5 18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement("path",{d:"M4 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},G=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=1A9227178F63439064756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutLeft1/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 IconLayoutLeft1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-left, margin, padding\"><path d=\"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5L20.5 18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M4 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutLeft1;\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,2ECjCY,IAAlB,sBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,wBAAga,EAAha,IAAqB,EAAO,UAAU,gCAA+B,wBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG1Z",
|
|
9
|
-
"debugId": "1A9227178F63439064756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import a from"react";var p=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:l,...i})=>{return a.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:s,...l}},n&&!e&&a.createElement("title",null,n),o)};import t from"react";var u=(o)=>{return t.createElement(p,{...o,ariaLabel:"layout-left, margin, padding"},t.createElement("path",{d:"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5L20.5 18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M4 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},g=u;export{g as default,u as IconLayoutLeft1};
|
|
2
|
-
|
|
3
|
-
//# debugId=9DF81D5786F9A3B864756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutLeft1/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 IconLayoutLeft1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-left, margin, padding\"><path d=\"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5L20.5 18.5C20.5 19.6046 19.6046 20.5 18.5 20.5H8.5C7.39543 20.5 6.5 19.6046 6.5 18.5L6.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M4 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutLeft1;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAga,EAAha,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG1Z",
|
|
9
|
-
"debugId": "9DF81D5786F9A3B864756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var y=Object.create;var{getPrototypeOf:B,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:I}=Object,d=Object.prototype.hasOwnProperty;function g(r){return this[r]}var k,w,f=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var n=o?k??=new WeakMap:w??=new WeakMap,s=n.get(r);if(s)return s}t=r!=null?y(B(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},h=(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=I(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=h(V);var u=f(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:()=>x});module.exports=h(v);var i=f(require("react"));var x=(r)=>{return i.default.createElement(m,{...r,ariaLabel:"layout-right, margin, padding"},i.default.createElement("path",{d:"M3.5 5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M20 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},G=x;
|
|
2
|
-
|
|
3
|
-
//# debugId=4D9EA1F5B174E39B64756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutRight1/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 IconLayoutRight1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-right, margin, padding\"><path d=\"M3.5 5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M20 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutRight1;\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,4ECjCY,IAAlB,sBAGO,IAAM,EAAmD,CAAC,IAAU,CACzE,OAAO,wBAAka,EAAla,IAAqB,EAAO,UAAU,iCAAgC,wBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG5Z",
|
|
9
|
-
"debugId": "4D9EA1F5B174E39B64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -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:"M3.5 5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},f=u;export{f as default,u as IconLayoutRight1};
|
|
2
|
-
|
|
3
|
-
//# debugId=038D3D0689AC764064756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutRight1/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 IconLayoutRight1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-right, margin, padding\"><path d=\"M3.5 5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L15.5 3.5C16.6046 3.5 17.5 4.39543 17.5 5.5L17.5 18.5C17.5 19.6046 16.6046 20.5 15.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M20 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconLayoutRight1;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAka,EAAla,IAAqB,EAAO,UAAU,iCAAgC,gBAAC,OAAD,CAAM,EAAE,mLAAmL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG5Z",
|
|
9
|
-
"debugId": "038D3D0689AC764064756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutThird/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var h=Object.create;var{getPrototypeOf:d,defineProperty:n,getOwnPropertyNames:a,getOwnPropertyDescriptor:g}=Object,s=Object.prototype.hasOwnProperty;function i(C){return this[C]}var x,y,m=(C,r,t)=>{var o=C!=null&&typeof C==="object";if(o){var e=r?x??=new WeakMap:y??=new WeakMap,M=e.get(C);if(M)return M}t=C!=null?h(d(C)):{};let L=r||!C||!C.__esModule?n(t,"default",{value:C,enumerable:!0}):t;for(let Z of a(C))if(!s.call(L,Z))n(L,Z,{get:i.bind(C,Z),enumerable:!0});if(o)e.set(C,L);return L},u=(C)=>{var r=(p??=new WeakMap).get(C),t;if(r)return r;if(r=n({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var o of a(C))if(!s.call(r,o))n(r,o,{get:i.bind(C,o),enumerable:!(t=g(C,o))||t.enumerable})}return p.set(C,r),r},p;var B=(C)=>C;function I(C,r){this[C]=B.bind(null,r)}var c=(C,r)=>{for(var t in r)n(C,t,{get:r[t],enumerable:!0,configurable:!0,set:I.bind(r,t)})};var w={};c(w,{CentralIconBase:()=>H});module.exports=u(w);var l=m(require("react")),H=({children:C,size:r=24,ariaLabel:t,color:o,ariaHidden:e=!0,style:M,...L})=>{return l.default.createElement("svg",{...L,"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:o,...M}},t&&!e&&l.default.createElement("title",null,t),C)};var P={};c(P,{default:()=>b,IconLayoutThird:()=>f});module.exports=u(P);var V=m(require("react"));var f=(C)=>{return V.default.createElement(H,{...C,ariaLabel:"layout-third"},V.default.createElement("path",{d:"M4.59202 20.282L4.81901 19.8365H4.81901L4.59202 20.282ZM3.71799 19.408L4.16349 19.181H4.16349L3.71799 19.408ZM20.282 19.408L19.8365 19.181V19.181L20.282 19.408ZM19.408 20.282L19.181 19.8365H19.181L19.408 20.282ZM20.282 4.59202L19.8365 4.81901V4.81901L20.282 4.59202ZM19.408 3.71799L19.181 4.16349V4.16349L19.408 3.71799ZM3.71799 4.59202L3.27248 4.36502L3.27248 4.36502L3.71799 4.59202ZM4.59202 3.71799L4.36502 3.27248L4.36502 3.27248L4.59202 3.71799ZM20 6.7V17.3H21V6.7H20ZM17.3 20H6.7V21H17.3V20ZM4 17.3V6.7H3V17.3H4ZM6.7 4H17.3V3H6.7V4ZM6.7 20C6.1317 20 5.73554 19.9996 5.42712 19.9744C5.12454 19.9497 4.95069 19.9036 4.81901 19.8365L4.36502 20.7275C4.66117 20.8784 4.98126 20.9413 5.34569 20.9711C5.70428 21.0004 6.1482 21 6.7 21V20ZM3 17.3C3 17.8518 2.99961 18.2957 3.02891 18.6543C3.05868 19.0187 3.12159 19.3388 3.27248 19.635L4.16349 19.181C4.0964 19.0493 4.05031 18.8755 4.02559 18.5729C4.00039 18.2645 4 17.8683 4 17.3H3ZM4.81901 19.8365C4.53677 19.6927 4.3073 19.4632 4.16349 19.181L3.27248 19.635C3.51217 20.1054 3.89462 20.4878 4.36502 20.7275L4.81901 19.8365ZM20 17.3C20 17.8683 19.9996 18.2645 19.9744 18.5729C19.9497 18.8755 19.9036 19.0493 19.8365 19.181L20.7275 19.635C20.8784 19.3388 20.9413 19.0187 20.9711 18.6543C21.0004 18.2957 21 17.8518 21 17.3H20ZM17.3 21C17.8518 21 18.2957 21.0004 18.6543 20.9711C19.0187 20.9413 19.3388 20.8784 19.635 20.7275L19.181 19.8365C19.0493 19.9036 18.8755 19.9497 18.5729 19.9744C18.2645 19.9996 17.8683 20 17.3 20V21ZM19.8365 19.181C19.6927 19.4632 19.4632 19.6927 19.181 19.8365L19.635 20.7275C20.1054 20.4878 20.4878 20.1054 20.7275 19.635L19.8365 19.181ZM21 6.7C21 6.1482 21.0004 5.70428 20.9711 5.34569C20.9413 4.98126 20.8784 4.66117 20.7275 4.36502L19.8365 4.81901C19.9036 4.95069 19.9497 5.12454 19.9744 5.42712C19.9996 5.73554 20 6.1317 20 6.7H21ZM17.3 4C17.8683 4 18.2645 4.00039 18.5729 4.02559C18.8755 4.05031 19.0493 4.0964 19.181 4.16349L19.635 3.27248C19.3388 3.12159 19.0187 3.05868 18.6543 3.02891C18.2957 2.99961 17.8518 3 17.3 3V4ZM20.7275 4.36502C20.4878 3.89462 20.1054 3.51217 19.635 3.27248L19.181 4.16349C19.4632 4.3073 19.6927 4.53677 19.8365 4.81901L20.7275 4.36502ZM4 6.7C4 6.1317 4.00039 5.73554 4.02559 5.42712C4.05031 5.12454 4.0964 4.95069 4.16349 4.81901L3.27248 4.36502C3.12159 4.66117 3.05868 4.98126 3.02891 5.34569C2.99961 5.70428 3 6.1482 3 6.7H4ZM6.7 3C6.1482 3 5.70428 2.99961 5.34569 3.02891C4.98126 3.05868 4.66117 3.12159 4.36502 3.27248L4.81901 4.16349C4.95069 4.0964 5.12454 4.05031 5.42712 4.02559C5.73554 4.00039 6.1317 4 6.7 4V3ZM4.16349 4.81901C4.3073 4.53677 4.53677 4.3073 4.81901 4.16349L4.36502 3.27248C3.89462 3.51217 3.51217 3.89462 3.27248 4.36502L4.16349 4.81901Z",fill:"currentColor"}),V.default.createElement("path",{d:"M20.5 15.1699H21V14.1699H20.5V15.1699ZM3.5 14.1699H3V15.1699H3.5V14.1699ZM3.5 15.1699H20.5V14.1699H3.5V15.1699Z",fill:"currentColor"}),V.default.createElement("path",{d:"M20.5 9.83008H21V8.83008H20.5V9.83008ZM3.5 8.83008H3V9.83008H3.5V8.83008ZM3.5 9.83008H20.5V8.83008H3.5V9.83008Z",fill:"currentColor"}))},b=f;
|
|
2
|
-
|
|
3
|
-
//# debugId=A2E522ADD9F48F3164756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutThird/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 IconLayoutThird: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-third\"><path d=\"M4.59202 20.282L4.81901 19.8365H4.81901L4.59202 20.282ZM3.71799 19.408L4.16349 19.181H4.16349L3.71799 19.408ZM20.282 19.408L19.8365 19.181V19.181L20.282 19.408ZM19.408 20.282L19.181 19.8365H19.181L19.408 20.282ZM20.282 4.59202L19.8365 4.81901V4.81901L20.282 4.59202ZM19.408 3.71799L19.181 4.16349V4.16349L19.408 3.71799ZM3.71799 4.59202L3.27248 4.36502L3.27248 4.36502L3.71799 4.59202ZM4.59202 3.71799L4.36502 3.27248L4.36502 3.27248L4.59202 3.71799ZM20 6.7V17.3H21V6.7H20ZM17.3 20H6.7V21H17.3V20ZM4 17.3V6.7H3V17.3H4ZM6.7 4H17.3V3H6.7V4ZM6.7 20C6.1317 20 5.73554 19.9996 5.42712 19.9744C5.12454 19.9497 4.95069 19.9036 4.81901 19.8365L4.36502 20.7275C4.66117 20.8784 4.98126 20.9413 5.34569 20.9711C5.70428 21.0004 6.1482 21 6.7 21V20ZM3 17.3C3 17.8518 2.99961 18.2957 3.02891 18.6543C3.05868 19.0187 3.12159 19.3388 3.27248 19.635L4.16349 19.181C4.0964 19.0493 4.05031 18.8755 4.02559 18.5729C4.00039 18.2645 4 17.8683 4 17.3H3ZM4.81901 19.8365C4.53677 19.6927 4.3073 19.4632 4.16349 19.181L3.27248 19.635C3.51217 20.1054 3.89462 20.4878 4.36502 20.7275L4.81901 19.8365ZM20 17.3C20 17.8683 19.9996 18.2645 19.9744 18.5729C19.9497 18.8755 19.9036 19.0493 19.8365 19.181L20.7275 19.635C20.8784 19.3388 20.9413 19.0187 20.9711 18.6543C21.0004 18.2957 21 17.8518 21 17.3H20ZM17.3 21C17.8518 21 18.2957 21.0004 18.6543 20.9711C19.0187 20.9413 19.3388 20.8784 19.635 20.7275L19.181 19.8365C19.0493 19.9036 18.8755 19.9497 18.5729 19.9744C18.2645 19.9996 17.8683 20 17.3 20V21ZM19.8365 19.181C19.6927 19.4632 19.4632 19.6927 19.181 19.8365L19.635 20.7275C20.1054 20.4878 20.4878 20.1054 20.7275 19.635L19.8365 19.181ZM21 6.7C21 6.1482 21.0004 5.70428 20.9711 5.34569C20.9413 4.98126 20.8784 4.66117 20.7275 4.36502L19.8365 4.81901C19.9036 4.95069 19.9497 5.12454 19.9744 5.42712C19.9996 5.73554 20 6.1317 20 6.7H21ZM17.3 4C17.8683 4 18.2645 4.00039 18.5729 4.02559C18.8755 4.05031 19.0493 4.0964 19.181 4.16349L19.635 3.27248C19.3388 3.12159 19.0187 3.05868 18.6543 3.02891C18.2957 2.99961 17.8518 3 17.3 3V4ZM20.7275 4.36502C20.4878 3.89462 20.1054 3.51217 19.635 3.27248L19.181 4.16349C19.4632 4.3073 19.6927 4.53677 19.8365 4.81901L20.7275 4.36502ZM4 6.7C4 6.1317 4.00039 5.73554 4.02559 5.42712C4.05031 5.12454 4.0964 4.95069 4.16349 4.81901L3.27248 4.36502C3.12159 4.66117 3.05868 4.98126 3.02891 5.34569C2.99961 5.70428 3 6.1482 3 6.7H4ZM6.7 3C6.1482 3 5.70428 2.99961 5.34569 3.02891C4.98126 3.05868 4.66117 3.12159 4.36502 3.27248L4.81901 4.16349C4.95069 4.0964 5.12454 4.05031 5.42712 4.02559C5.73554 4.00039 6.1317 4 6.7 4V3ZM4.16349 4.81901C4.3073 4.53677 4.53677 4.3073 4.81901 4.16349L4.36502 3.27248C3.89462 3.51217 3.51217 3.89462 3.27248 4.36502L4.16349 4.81901Z\" fill=\"currentColor\"/><path d=\"M20.5 15.1699H21V14.1699H20.5V15.1699ZM3.5 14.1699H3V15.1699H3.5V14.1699ZM3.5 15.1699H20.5V14.1699H3.5V15.1699Z\" fill=\"currentColor\"/><path d=\"M20.5 9.83008H21V8.83008H20.5V9.83008ZM3.5 8.83008H3V9.83008H3.5V8.83008ZM3.5 9.83008H20.5V8.83008H3.5V9.83008Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutThird;\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,2ECjCY,IAAlB,sBAGO,IAAM,EAAkD,CAAC,IAAU,CACxE,OAAO,wBAAs+F,EAAt+F,IAAqB,EAAO,UAAU,gBAAe,wBAAC,OAAD,CAAM,EAAE,onFAAonF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,CAAI,GAGh+F",
|
|
9
|
-
"debugId": "A2E522ADD9F48F3164756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import L from"react";var n=({children:t,size:C=24,ariaLabel:e,color:V,ariaHidden:o=!0,style:M,...Z})=>{return L.createElement("svg",{...Z,"aria-hidden":o,role:o?void 0:"img",width:typeof C==="number"?`${C}px`:C,height:typeof C==="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:V,...M}},e&&!o&&L.createElement("title",null,e),t)};import r from"react";var l=(t)=>{return r.createElement(n,{...t,ariaLabel:"layout-third"},r.createElement("path",{d:"M4.59202 20.282L4.81901 19.8365H4.81901L4.59202 20.282ZM3.71799 19.408L4.16349 19.181H4.16349L3.71799 19.408ZM20.282 19.408L19.8365 19.181V19.181L20.282 19.408ZM19.408 20.282L19.181 19.8365H19.181L19.408 20.282ZM20.282 4.59202L19.8365 4.81901V4.81901L20.282 4.59202ZM19.408 3.71799L19.181 4.16349V4.16349L19.408 3.71799ZM3.71799 4.59202L3.27248 4.36502L3.27248 4.36502L3.71799 4.59202ZM4.59202 3.71799L4.36502 3.27248L4.36502 3.27248L4.59202 3.71799ZM20 6.7V17.3H21V6.7H20ZM17.3 20H6.7V21H17.3V20ZM4 17.3V6.7H3V17.3H4ZM6.7 4H17.3V3H6.7V4ZM6.7 20C6.1317 20 5.73554 19.9996 5.42712 19.9744C5.12454 19.9497 4.95069 19.9036 4.81901 19.8365L4.36502 20.7275C4.66117 20.8784 4.98126 20.9413 5.34569 20.9711C5.70428 21.0004 6.1482 21 6.7 21V20ZM3 17.3C3 17.8518 2.99961 18.2957 3.02891 18.6543C3.05868 19.0187 3.12159 19.3388 3.27248 19.635L4.16349 19.181C4.0964 19.0493 4.05031 18.8755 4.02559 18.5729C4.00039 18.2645 4 17.8683 4 17.3H3ZM4.81901 19.8365C4.53677 19.6927 4.3073 19.4632 4.16349 19.181L3.27248 19.635C3.51217 20.1054 3.89462 20.4878 4.36502 20.7275L4.81901 19.8365ZM20 17.3C20 17.8683 19.9996 18.2645 19.9744 18.5729C19.9497 18.8755 19.9036 19.0493 19.8365 19.181L20.7275 19.635C20.8784 19.3388 20.9413 19.0187 20.9711 18.6543C21.0004 18.2957 21 17.8518 21 17.3H20ZM17.3 21C17.8518 21 18.2957 21.0004 18.6543 20.9711C19.0187 20.9413 19.3388 20.8784 19.635 20.7275L19.181 19.8365C19.0493 19.9036 18.8755 19.9497 18.5729 19.9744C18.2645 19.9996 17.8683 20 17.3 20V21ZM19.8365 19.181C19.6927 19.4632 19.4632 19.6927 19.181 19.8365L19.635 20.7275C20.1054 20.4878 20.4878 20.1054 20.7275 19.635L19.8365 19.181ZM21 6.7C21 6.1482 21.0004 5.70428 20.9711 5.34569C20.9413 4.98126 20.8784 4.66117 20.7275 4.36502L19.8365 4.81901C19.9036 4.95069 19.9497 5.12454 19.9744 5.42712C19.9996 5.73554 20 6.1317 20 6.7H21ZM17.3 4C17.8683 4 18.2645 4.00039 18.5729 4.02559C18.8755 4.05031 19.0493 4.0964 19.181 4.16349L19.635 3.27248C19.3388 3.12159 19.0187 3.05868 18.6543 3.02891C18.2957 2.99961 17.8518 3 17.3 3V4ZM20.7275 4.36502C20.4878 3.89462 20.1054 3.51217 19.635 3.27248L19.181 4.16349C19.4632 4.3073 19.6927 4.53677 19.8365 4.81901L20.7275 4.36502ZM4 6.7C4 6.1317 4.00039 5.73554 4.02559 5.42712C4.05031 5.12454 4.0964 4.95069 4.16349 4.81901L3.27248 4.36502C3.12159 4.66117 3.05868 4.98126 3.02891 5.34569C2.99961 5.70428 3 6.1482 3 6.7H4ZM6.7 3C6.1482 3 5.70428 2.99961 5.34569 3.02891C4.98126 3.05868 4.66117 3.12159 4.36502 3.27248L4.81901 4.16349C4.95069 4.0964 5.12454 4.05031 5.42712 4.02559C5.73554 4.00039 6.1317 4 6.7 4V3ZM4.16349 4.81901C4.3073 4.53677 4.53677 4.3073 4.81901 4.16349L4.36502 3.27248C3.89462 3.51217 3.51217 3.89462 3.27248 4.36502L4.16349 4.81901Z",fill:"currentColor"}),r.createElement("path",{d:"M20.5 15.1699H21V14.1699H20.5V15.1699ZM3.5 14.1699H3V15.1699H3.5V14.1699ZM3.5 15.1699H20.5V14.1699H3.5V15.1699Z",fill:"currentColor"}),r.createElement("path",{d:"M20.5 9.83008H21V8.83008H20.5V9.83008ZM3.5 8.83008H3V9.83008H3.5V8.83008ZM3.5 9.83008H20.5V8.83008H3.5V9.83008Z",fill:"currentColor"}))},m=l;export{m as default,l as IconLayoutThird};
|
|
2
|
-
|
|
3
|
-
//# debugId=B531B87BD418927B64756E2164756E21
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutThird/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 IconLayoutThird: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-third\"><path d=\"M4.59202 20.282L4.81901 19.8365H4.81901L4.59202 20.282ZM3.71799 19.408L4.16349 19.181H4.16349L3.71799 19.408ZM20.282 19.408L19.8365 19.181V19.181L20.282 19.408ZM19.408 20.282L19.181 19.8365H19.181L19.408 20.282ZM20.282 4.59202L19.8365 4.81901V4.81901L20.282 4.59202ZM19.408 3.71799L19.181 4.16349V4.16349L19.408 3.71799ZM3.71799 4.59202L3.27248 4.36502L3.27248 4.36502L3.71799 4.59202ZM4.59202 3.71799L4.36502 3.27248L4.36502 3.27248L4.59202 3.71799ZM20 6.7V17.3H21V6.7H20ZM17.3 20H6.7V21H17.3V20ZM4 17.3V6.7H3V17.3H4ZM6.7 4H17.3V3H6.7V4ZM6.7 20C6.1317 20 5.73554 19.9996 5.42712 19.9744C5.12454 19.9497 4.95069 19.9036 4.81901 19.8365L4.36502 20.7275C4.66117 20.8784 4.98126 20.9413 5.34569 20.9711C5.70428 21.0004 6.1482 21 6.7 21V20ZM3 17.3C3 17.8518 2.99961 18.2957 3.02891 18.6543C3.05868 19.0187 3.12159 19.3388 3.27248 19.635L4.16349 19.181C4.0964 19.0493 4.05031 18.8755 4.02559 18.5729C4.00039 18.2645 4 17.8683 4 17.3H3ZM4.81901 19.8365C4.53677 19.6927 4.3073 19.4632 4.16349 19.181L3.27248 19.635C3.51217 20.1054 3.89462 20.4878 4.36502 20.7275L4.81901 19.8365ZM20 17.3C20 17.8683 19.9996 18.2645 19.9744 18.5729C19.9497 18.8755 19.9036 19.0493 19.8365 19.181L20.7275 19.635C20.8784 19.3388 20.9413 19.0187 20.9711 18.6543C21.0004 18.2957 21 17.8518 21 17.3H20ZM17.3 21C17.8518 21 18.2957 21.0004 18.6543 20.9711C19.0187 20.9413 19.3388 20.8784 19.635 20.7275L19.181 19.8365C19.0493 19.9036 18.8755 19.9497 18.5729 19.9744C18.2645 19.9996 17.8683 20 17.3 20V21ZM19.8365 19.181C19.6927 19.4632 19.4632 19.6927 19.181 19.8365L19.635 20.7275C20.1054 20.4878 20.4878 20.1054 20.7275 19.635L19.8365 19.181ZM21 6.7C21 6.1482 21.0004 5.70428 20.9711 5.34569C20.9413 4.98126 20.8784 4.66117 20.7275 4.36502L19.8365 4.81901C19.9036 4.95069 19.9497 5.12454 19.9744 5.42712C19.9996 5.73554 20 6.1317 20 6.7H21ZM17.3 4C17.8683 4 18.2645 4.00039 18.5729 4.02559C18.8755 4.05031 19.0493 4.0964 19.181 4.16349L19.635 3.27248C19.3388 3.12159 19.0187 3.05868 18.6543 3.02891C18.2957 2.99961 17.8518 3 17.3 3V4ZM20.7275 4.36502C20.4878 3.89462 20.1054 3.51217 19.635 3.27248L19.181 4.16349C19.4632 4.3073 19.6927 4.53677 19.8365 4.81901L20.7275 4.36502ZM4 6.7C4 6.1317 4.00039 5.73554 4.02559 5.42712C4.05031 5.12454 4.0964 4.95069 4.16349 4.81901L3.27248 4.36502C3.12159 4.66117 3.05868 4.98126 3.02891 5.34569C2.99961 5.70428 3 6.1482 3 6.7H4ZM6.7 3C6.1482 3 5.70428 2.99961 5.34569 3.02891C4.98126 3.05868 4.66117 3.12159 4.36502 3.27248L4.81901 4.16349C4.95069 4.0964 5.12454 4.05031 5.42712 4.02559C5.73554 4.00039 6.1317 4 6.7 4V3ZM4.16349 4.81901C4.3073 4.53677 4.53677 4.3073 4.81901 4.16349L4.36502 3.27248C3.89462 3.51217 3.51217 3.89462 3.27248 4.36502L4.16349 4.81901Z\" fill=\"currentColor\"/><path d=\"M20.5 15.1699H21V14.1699H20.5V15.1699ZM3.5 14.1699H3V15.1699H3.5V14.1699ZM3.5 15.1699H20.5V14.1699H3.5V15.1699Z\" fill=\"currentColor\"/><path d=\"M20.5 9.83008H21V8.83008H20.5V9.83008ZM3.5 8.83008H3V9.83008H3.5V8.83008ZM3.5 9.83008H20.5V8.83008H3.5V9.83008Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutThird;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAs+F,EAAt+F,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,onFAAonF,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kHAAkH,KAAK,eAAc,CAAI,GAGh+F",
|
|
9
|
-
"debugId": "B531B87BD418927B64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
package/IconLayoutTop1/index.js
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var B=Object.create;var{getPrototypeOf:I,defineProperty:a,getOwnPropertyNames:c,getOwnPropertyDescriptor:h}=Object,d=Object.prototype.hasOwnProperty;function g(o){return this[o]}var k,w,f=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var n=r?k??=new WeakMap:w??=new WeakMap,s=n.get(o);if(s)return s}e=o!=null?B(I(o)):{};let p=r||!o||!o.__esModule?a(e,"default",{value:o,enumerable:!0}):e;for(let i of c(o))if(!d.call(p,i))a(p,i,{get:g.bind(o,i),enumerable:!0});if(t)n.set(o,p);return p},L=(o)=>{var r=(C??=new WeakMap).get(o),e;if(r)return r;if(r=a({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of c(o))if(!d.call(r,t))a(r,t,{get:g.bind(o,t),enumerable:!(e=h(o,t))||e.enumerable})}return C.set(o,r),r},C;var P=(o)=>o;function b(o,r){this[o]=P.bind(null,r)}var x=(o,r)=>{for(var e in r)a(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var V={};x(V,{CentralIconBase:()=>m});module.exports=L(V);var u=f(require("react")),m=({children:o,size:r=24,ariaLabel:e,color:t,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:t,...s}},e&&!n&&u.default.createElement("title",null,e),o)};var v={};x(v,{default:()=>G,IconLayoutTop1:()=>y});module.exports=L(v);var l=f(require("react"));var y=(o)=>{return l.default.createElement(m,{...o,ariaLabel:"layout-top, margin, padding"},l.default.createElement("path",{d:"M5.5 20.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5L5.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement("path",{d:"M3.5 4H20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},G=y;
|
|
2
|
-
|
|
3
|
-
//# debugId=CDEF9FB8E195F31164756E2164756E21
|
|
@@ -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=\"M5.5 20.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5L5.5 20.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M3.5 4H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAAga,EAAha,IAAqB,EAAO,UAAU,+BAA8B,wBAAC,OAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG1Z",
|
|
9
|
-
"debugId": "CDEF9FB8E195F31164756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|
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:e=!0,style:l,...i})=>{return p.createElement("svg",{...i,"aria-hidden":e,role:e?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,...l}},n&&!e&&p.createElement("title",null,n),r)};import t from"react";var u=(r)=>{return t.createElement(a,{...r,ariaLabel:"layout-top, margin, padding"},t.createElement("path",{d:"M5.5 20.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5L5.5 20.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M3.5 4H20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},f=u;export{f as default,u as IconLayoutTop1};
|
|
2
|
-
|
|
3
|
-
//# debugId=5B29FE621952FB4F64756E2164756E21
|
|
@@ -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=\"M5.5 20.5C4.39543 20.5 3.5 19.6046 3.5 18.5L3.5 8.5C3.5 7.39543 4.39543 6.5 5.5 6.5L18.5 6.5C19.6046 6.5 20.5 7.39543 20.5 8.5V18.5C20.5 19.6046 19.6046 20.5 18.5 20.5L5.5 20.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M3.5 4H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAAga,EAAha,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG1Z",
|
|
9
|
-
"debugId": "5B29FE621952FB4F64756E2164756E21",
|
|
10
|
-
"names": []
|
|
11
|
-
}
|