@central-icons-react/round-outlined-radius-0-stroke-2 1.1.287 → 1.1.288

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/IconLayoutBottom/index.js +2 -2
  2. package/IconLayoutBottom/index.js.map +3 -3
  3. package/IconLayoutBottom/index.mjs +2 -2
  4. package/IconLayoutBottom/index.mjs.map +3 -3
  5. package/IconLayoutBottomFull/index.d.ts +4 -0
  6. package/IconLayoutBottomFull/index.js +3 -0
  7. package/IconLayoutBottomFull/index.js.map +11 -0
  8. package/IconLayoutBottomFull/index.mjs +3 -0
  9. package/IconLayoutBottomFull/index.mjs.map +11 -0
  10. package/IconLayoutHalfFull/index.d.ts +4 -0
  11. package/IconLayoutHalfFull/index.js +3 -0
  12. package/{IconLayoutHalf → IconLayoutHalfFull}/index.js.map +4 -4
  13. package/IconLayoutHalfFull/index.mjs +3 -0
  14. package/{IconLayoutHalf → IconLayoutHalfFull}/index.mjs.map +4 -4
  15. package/IconLayoutLeft/index.js +2 -2
  16. package/IconLayoutLeft/index.js.map +3 -3
  17. package/IconLayoutLeft/index.mjs +2 -2
  18. package/IconLayoutLeft/index.mjs.map +3 -3
  19. package/IconLayoutLeftFull/index.d.ts +4 -0
  20. package/IconLayoutLeftFull/index.js +3 -0
  21. package/{IconLayoutLeft1 → IconLayoutLeftFull}/index.js.map +4 -4
  22. package/IconLayoutLeftFull/index.mjs +3 -0
  23. package/{IconLayoutLeft1 → IconLayoutLeftFull}/index.mjs.map +4 -4
  24. package/IconLayoutRight/index.js +2 -2
  25. package/IconLayoutRight/index.js.map +3 -3
  26. package/IconLayoutRight/index.mjs +2 -2
  27. package/IconLayoutRight/index.mjs.map +3 -3
  28. package/IconLayoutRightFull/index.d.ts +4 -0
  29. package/IconLayoutRightFull/index.js +3 -0
  30. package/{IconLayoutRight1 → IconLayoutRightFull}/index.js.map +4 -4
  31. package/IconLayoutRightFull/index.mjs +3 -0
  32. package/{IconLayoutRight1 → IconLayoutRightFull}/index.mjs.map +4 -4
  33. package/IconLayoutThirdFull/index.d.ts +4 -0
  34. package/IconLayoutThirdFull/index.js +3 -0
  35. package/{IconLayoutThird → IconLayoutThirdFull}/index.js.map +4 -4
  36. package/IconLayoutThirdFull/index.mjs +3 -0
  37. package/{IconLayoutThird → IconLayoutThirdFull}/index.mjs.map +4 -4
  38. package/IconLayoutTop/index.js +2 -2
  39. package/IconLayoutTop/index.js.map +3 -3
  40. package/IconLayoutTop/index.mjs +2 -2
  41. package/IconLayoutTop/index.mjs.map +3 -3
  42. package/{IconLayoutBottom1 → IconLayoutTopFull}/index.d.ts +2 -2
  43. package/IconLayoutTopFull/index.js +3 -0
  44. package/{IconLayoutBottom1 → IconLayoutTopFull}/index.js.map +4 -4
  45. package/IconLayoutTopFull/index.mjs +3 -0
  46. package/{IconLayoutBottom1 → IconLayoutTopFull}/index.mjs.map +4 -4
  47. package/README.md +10 -10
  48. package/icons/index.d.ts +1 -1
  49. package/icons/index.js +2 -2
  50. package/icons/index.js.map +3 -3
  51. package/icons/index.mjs +2 -2
  52. package/icons/index.mjs.map +3 -3
  53. package/icons-index.json +3 -3
  54. package/index.d.ts +6 -6
  55. package/index.js +18 -18
  56. package/index.mjs +6 -6
  57. package/license-check.js +1 -1
  58. package/package.json +1 -1
  59. package/skills/central-icons-react/SKILL.md +11 -11
  60. package/IconLayoutBottom1/index.js +0 -3
  61. package/IconLayoutBottom1/index.mjs +0 -3
  62. package/IconLayoutHalf/index.d.ts +0 -4
  63. package/IconLayoutHalf/index.js +0 -3
  64. package/IconLayoutHalf/index.mjs +0 -3
  65. package/IconLayoutLeft1/index.d.ts +0 -4
  66. package/IconLayoutLeft1/index.js +0 -3
  67. package/IconLayoutLeft1/index.mjs +0 -3
  68. package/IconLayoutRight1/index.d.ts +0 -4
  69. package/IconLayoutRight1/index.js +0 -3
  70. package/IconLayoutRight1/index.mjs +0 -3
  71. package/IconLayoutThird/index.d.ts +0 -4
  72. package/IconLayoutThird/index.js +0 -3
  73. package/IconLayoutThird/index.mjs +0 -3
  74. package/IconLayoutTop1/index.d.ts +0 -4
  75. package/IconLayoutTop1/index.js +0 -3
  76. package/IconLayoutTop1/index.js.map +0 -11
  77. package/IconLayoutTop1/index.mjs +0 -3
  78. 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 { IconLayoutBottom1, default as IconLayoutBottom1Default } from "./IconLayoutBottom1";
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 { IconLayoutHalf, default as IconLayoutHalfDefault } from "./IconLayoutHalf";
1105
+ export { IconLayoutHalfFull, default as IconLayoutHalfFullDefault } from "./IconLayoutHalfFull";
1106
1106
  export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft";
1107
- export { IconLayoutLeft1, default as IconLayoutLeft1Default } from "./IconLayoutLeft1";
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 { IconLayoutRight1, default as IconLayoutRight1Default } from "./IconLayoutRight1";
1110
+ export { IconLayoutRightFull, default as IconLayoutRightFullDefault } from "./IconLayoutRightFull";
1111
1111
  export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar";
1112
- export { IconLayoutThird, default as IconLayoutThirdDefault } from "./IconLayoutThird";
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 _IconLayoutBottom1 = require("./IconLayoutBottom1/index.js");
3301
- exports.IconLayoutBottom1 = _IconLayoutBottom1.IconLayoutBottom1;
3302
- exports.IconLayoutBottom1Default = _IconLayoutBottom1.default;
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 _IconLayoutHalf = require("./IconLayoutHalf/index.js");
3316
- exports.IconLayoutHalf = _IconLayoutHalf.IconLayoutHalf;
3317
- exports.IconLayoutHalfDefault = _IconLayoutHalf.default;
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 _IconLayoutLeft1 = require("./IconLayoutLeft1/index.js");
3322
- exports.IconLayoutLeft1 = _IconLayoutLeft1.IconLayoutLeft1;
3323
- exports.IconLayoutLeft1Default = _IconLayoutLeft1.default;
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 _IconLayoutRight1 = require("./IconLayoutRight1/index.js");
3331
- exports.IconLayoutRight1 = _IconLayoutRight1.IconLayoutRight1;
3332
- exports.IconLayoutRight1Default = _IconLayoutRight1.default;
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 _IconLayoutThird = require("./IconLayoutThird/index.js");
3337
- exports.IconLayoutThird = _IconLayoutThird.IconLayoutThird;
3338
- exports.IconLayoutThirdDefault = _IconLayoutThird.default;
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 { IconLayoutBottom1, default as IconLayoutBottom1Default } from "./IconLayoutBottom1/index.mjs";
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 { IconLayoutHalf, default as IconLayoutHalfDefault } from "./IconLayoutHalf/index.mjs";
1105
+ export { IconLayoutHalfFull, default as IconLayoutHalfFullDefault } from "./IconLayoutHalfFull/index.mjs";
1106
1106
  export { IconLayoutLeft, default as IconLayoutLeftDefault } from "./IconLayoutLeft/index.mjs";
1107
- export { IconLayoutLeft1, default as IconLayoutLeft1Default } from "./IconLayoutLeft1/index.mjs";
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 { IconLayoutRight1, default as IconLayoutRight1Default } from "./IconLayoutRight1/index.mjs";
1110
+ export { IconLayoutRightFull, default as IconLayoutRightFullDefault } from "./IconLayoutRightFull/index.mjs";
1111
1111
  export { IconLayoutSidebar, default as IconLayoutSidebarDefault } from "./IconLayoutSidebar/index.mjs";
1112
- export { IconLayoutThird, default as IconLayoutThirdDefault } from "./IconLayoutThird/index.mjs";
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
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react/round-outlined-radius-0-stroke-2",
21
- version: "1.1.287",
21
+ version: "1.1.288",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.287",
3
+ "version": "1.1.288",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.287) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2056 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
8
+ This skill helps you find icons from the Central Icons React library (`@central-icons-react/*`, version 1.1.288) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2056 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
9
9
 
10
10
  ## Before you pick an import path
11
11
 
@@ -1252,16 +1252,12 @@ The catalog below is the authoritative list of icons available in this library.
1252
1252
  - **IconLayoutTopbar** — layout-topbar, grid, window
1253
1253
  - **IconLayoutDashboard** — layout-dashboard, grid, window
1254
1254
  - **IconLayoutWindow** — layout-window, grid, window
1255
- - **IconLayoutTop** — layout-top, grid, window
1256
- - **IconLayoutTop1** — layout-top, margin, padding
1257
- - **IconLayoutBottom** — layout-bottom, grid, window
1258
- - **IconLayoutBottom1** — layout-bottom, margin, padding
1259
- - **IconLayoutRight** — layout-right, grid, window
1260
- - **IconLayoutRight1** — layout-right, margin, padding
1261
- - **IconLayoutLeft** — layout-left, grid, window
1262
- - **IconLayoutLeft1** — layout-left, margin, padding
1263
- - **IconLayoutHalf** — layout-half
1264
- - **IconLayoutThird** — layout-third
1255
+ - **IconLayoutTopFull** — layout-top-full, grid, window
1256
+ - **IconLayoutBottomFull** — layout-bottom-full, grid, window
1257
+ - **IconLayoutRightFull** — layout-right-full, grid, window
1258
+ - **IconLayoutLeftFull** — layout-left-full, grid, window
1259
+ - **IconLayoutHalfFull** — layout-half-full
1260
+ - **IconLayoutThirdFull** — layout-third-full
1265
1261
  - **IconLayoutGrid1** — layout-grid-1, grid, window
1266
1262
  - **IconLayoutGrid2** — layout-grid-2, grid
1267
1263
  - **IconLayoutColumn** — layout-column, grid, column
@@ -1314,6 +1310,10 @@ The catalog below is the authoritative list of icons available in this library.
1314
1310
  - **IconLayoutAllSides** — layout-all-sides, margin, padding
1315
1311
  - **IconLayoutLeftRight** — layout-left-right, margin, padding
1316
1312
  - **IconLayoutTopBottom** — layout-top-bottom, margin, padding
1313
+ - **IconLayoutRight** — layout-right, margin, padding
1314
+ - **IconLayoutLeft** — layout-left, margin, padding
1315
+ - **IconLayoutTop** — layout-top, margin, padding
1316
+ - **IconLayoutBottom** — layout-bottom, margin, padding
1317
1317
 
1318
1318
  ### Location
1319
1319
  - **IconRadar1** — radar, location, search
@@ -1,3 +0,0 @@
1
- var k=Object.create;var{getPrototypeOf:x,defineProperty:p,getOwnPropertyNames:d,getOwnPropertyDescriptor:y}=Object,C=Object.prototype.hasOwnProperty;function g(o){return this[o]}var I,b,f=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var n=r?I??=new WeakMap:b??=new WeakMap,s=n.get(o);if(s)return s}t=o!=null?k(x(o)):{};let a=r||!o||!o.__esModule?p(t,"default",{value:o,enumerable:!0}):t;for(let l of d(o))if(!C.call(a,l))p(a,l,{get:g.bind(o,l),enumerable:!0});if(e)n.set(o,a);return a},h=(o)=>{var r=(c??=new WeakMap).get(o),t;if(r)return r;if(r=p({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of d(o))if(!C.call(r,e))p(r,e,{get:g.bind(o,e),enumerable:!(t=y(o,e))||t.enumerable})}return c.set(o,r),r},c;var w=(o)=>o;function P(o,r){this[o]=w.bind(null,r)}var B=(o,r)=>{for(var t in r)p(o,t,{get:r[t],enumerable:!0,configurable:!0,set:P.bind(r,t)})};var V={};B(V,{CentralIconBase:()=>u});module.exports=h(V);var m=f(require("react")),u=({children:o,size:r=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:s,...a})=>{return m.default.createElement("svg",{...a,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},t&&!n&&m.default.createElement("title",null,t),o)};var v={};B(v,{default:()=>G,IconLayoutBottom1:()=>L});module.exports=h(v);var i=f(require("react"));var L=(o)=>{return i.default.createElement(u,{...o,ariaLabel:"layout-bottom, margin, padding"},i.default.createElement("path",{d:"M20 4L20 16L4 16V4L20 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M20 20H4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},G=L;
2
-
3
- //# debugId=7ABD4A2F1BFD19A264756E2164756E21
@@ -1,3 +0,0 @@
1
- import a from"react";var p=({children:r,size:o=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:i,...l})=>{return a.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},n&&!t&&a.createElement("title",null,n),r)};import e from"react";var m=(r)=>{return e.createElement(p,{...r,ariaLabel:"layout-bottom, margin, padding"},e.createElement("path",{d:"M20 4L20 16L4 16V4L20 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20 20H4",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},f=m;export{f as default,m as IconLayoutBottom1};
2
-
3
- //# debugId=A8862A996505558864756E2164756E21
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconLayoutHalf: React.FC<CentralIconBaseProps>;
4
- export default IconLayoutHalf;
@@ -1,3 +0,0 @@
1
- var h=Object.create;var{getPrototypeOf:x,defineProperty:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:y}=Object,i=Object.prototype.hasOwnProperty;function c(r){return this[r]}var B,I,u=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?B??=new WeakMap:I??=new WeakMap,p=n.get(r);if(p)return p}o=r!=null?h(x(r)):{};let l=t||!r||!r.__esModule?a(o,"default",{value:r,enumerable:!0}):o;for(let s of f(r))if(!i.call(l,s))a(l,s,{get:c.bind(r,s),enumerable:!0});if(e)n.set(r,l);return l},M=(r)=>{var t=(m??=new WeakMap).get(r),o;if(t)return t;if(t=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of f(r))if(!i.call(t,e))a(t,e,{get:c.bind(r,e),enumerable:!(o=y(r,e))||o.enumerable})}return m.set(r,t),t},m;var d=(r)=>r;function w(r,t){this[r]=d.bind(null,t)}var Z=(r,t)=>{for(var o in t)a(r,o,{get:t[o],enumerable:!0,configurable:!0,set:w.bind(t,o)})};var P={};Z(P,{CentralIconBase:()=>C});module.exports=M(P);var H=u(require("react")),C=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:p,...l})=>{return H.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...p}},o&&!n&&H.default.createElement("title",null,o),r)};var b={};Z(b,{default:()=>v,IconLayoutHalf:()=>g});module.exports=M(b);var V=u(require("react"));var g=(r)=>{return V.default.createElement(C,{...r,ariaLabel:"layout-half"},V.default.createElement("path",{d:"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4 20H3C3 20.5523 3.44772 21 4 21V20ZM4 4V3C3.44772 3 3 3.44772 3 4H4ZM19 4V20H21V4H19ZM20 19H4V21H20V19ZM5 20V4H3V20H5ZM4 5H20V3H4V5Z",fill:"currentColor"}),V.default.createElement("path",{d:"M20 13H21V11H20V13ZM4 11H3V13H4V11ZM4 13H20V11H4V13Z",fill:"currentColor"}))},v=g;
2
-
3
- //# debugId=5D37C93586C6F80D64756E2164756E21
@@ -1,3 +0,0 @@
1
- import l from"react";var a=({children:t,size:r=24,ariaLabel:n,color:p,ariaHidden:o=!0,style:V,...s})=>{return l.createElement("svg",{...s,"aria-hidden":o,role:o?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...V}},n&&!o&&l.createElement("title",null,n),t)};import e from"react";var H=(t)=>{return e.createElement(a,{...t,ariaLabel:"layout-half"},e.createElement("path",{d:"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4 20H3C3 20.5523 3.44772 21 4 21V20ZM4 4V3C3.44772 3 3 3.44772 3 4H4ZM19 4V20H21V4H19ZM20 19H4V21H20V19ZM5 20V4H3V20H5ZM4 5H20V3H4V5Z",fill:"currentColor"}),e.createElement("path",{d:"M20 13H21V11H20V13ZM4 11H3V13H4V11ZM4 13H20V11H4V13Z",fill:"currentColor"}))},u=H;export{u as default,H as IconLayoutHalf};
2
-
3
- //# debugId=2C63C2410F0D398B64756E2164756E21
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconLayoutLeft1: React.FC<CentralIconBaseProps>;
4
- export default IconLayoutLeft1;
@@ -1,3 +0,0 @@
1
- var x=Object.create;var{getPrototypeOf:y,defineProperty:p,getOwnPropertyNames:d,getOwnPropertyDescriptor:B}=Object,f=Object.prototype.hasOwnProperty;function C(r){return this[r]}var I,w,g=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var n=o?I??=new WeakMap:w??=new WeakMap,s=n.get(r);if(s)return s}t=r!=null?x(y(r)):{};let a=o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t;for(let i of d(r))if(!f.call(a,i))p(a,i,{get:C.bind(r,i),enumerable:!0});if(e)n.set(r,a);return a},L=(r)=>{var o=(c??=new WeakMap).get(r),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of d(r))if(!f.call(o,e))p(o,e,{get:C.bind(r,e),enumerable:!(t=B(r,e))||t.enumerable})}return c.set(r,o),o},c;var P=(r)=>r;function b(r,o){this[r]=P.bind(null,o)}var h=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var V={};h(V,{CentralIconBase:()=>m});module.exports=L(V);var u=g(require("react")),m=({children:r,size:o=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:s,...a})=>{return u.default.createElement("svg",{...a,"aria-hidden":n,role:n?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},t&&!n&&u.default.createElement("title",null,t),r)};var v={};h(v,{default:()=>G,IconLayoutLeft1:()=>k});module.exports=L(v);var l=g(require("react"));var k=(r)=>{return l.default.createElement(m,{...r,ariaLabel:"layout-left, margin, padding"},l.default.createElement("path",{d:"M8 4L20 4L20 20H8L8 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement("path",{d:"M4 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},G=k;
2
-
3
- //# debugId=EC49C326882B7C9B64756E2164756E21
@@ -1,3 +0,0 @@
1
- import a from"react";var p=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:l,...i})=>{return a.createElement("svg",{...i,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...l}},n&&!t&&a.createElement("title",null,n),o)};import e from"react";var u=(o)=>{return e.createElement(p,{...o,ariaLabel:"layout-left, margin, padding"},e.createElement("path",{d:"M8 4L20 4L20 20H8L8 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M4 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},g=u;export{g as default,u as IconLayoutLeft1};
2
-
3
- //# debugId=6295413643831F9C64756E2164756E21
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconLayoutRight1: React.FC<CentralIconBaseProps>;
4
- export default IconLayoutRight1;
@@ -1,3 +0,0 @@
1
- var x=Object.create;var{getPrototypeOf:y,defineProperty:p,getOwnPropertyNames:d,getOwnPropertyDescriptor:B}=Object,g=Object.prototype.hasOwnProperty;function h(r){return this[r]}var I,w,C=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var n=o?I??=new WeakMap:w??=new WeakMap,s=n.get(r);if(s)return s}t=r!=null?x(y(r)):{};let a=o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t;for(let l of d(r))if(!g.call(a,l))p(a,l,{get:h.bind(r,l),enumerable:!0});if(e)n.set(r,a);return a},f=(r)=>{var o=(c??=new WeakMap).get(r),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of d(r))if(!g.call(o,e))p(o,e,{get:h.bind(r,e),enumerable:!(t=B(r,e))||t.enumerable})}return c.set(r,o),o},c;var P=(r)=>r;function b(r,o){this[r]=P.bind(null,o)}var L=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var V={};L(V,{CentralIconBase:()=>m});module.exports=f(V);var u=C(require("react")),m=({children:r,size:o=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:s,...a})=>{return u.default.createElement("svg",{...a,"aria-hidden":n,role:n?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},t&&!n&&u.default.createElement("title",null,t),r)};var v={};L(v,{default:()=>G,IconLayoutRight1:()=>k});module.exports=f(v);var i=C(require("react"));var k=(r)=>{return i.default.createElement(m,{...r,ariaLabel:"layout-right, margin, padding"},i.default.createElement("path",{d:"M4 4L16 4L16 20H4L4 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M20 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},G=k;
2
-
3
- //# debugId=BB8E43E09A8A64B364756E2164756E21
@@ -1,3 +0,0 @@
1
- import a from"react";var p=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:i,...l})=>{return a.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},n&&!t&&a.createElement("title",null,n),o)};import e from"react";var u=(o)=>{return e.createElement(p,{...o,ariaLabel:"layout-right, margin, padding"},e.createElement("path",{d:"M4 4L16 4L16 20H4L4 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M20 4V20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},C=u;export{C as default,u as IconLayoutRight1};
2
-
3
- //# debugId=D9D7BB2C7EA3608B64756E2164756E21
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconLayoutThird: React.FC<CentralIconBaseProps>;
4
- export default IconLayoutThird;
@@ -1,3 +0,0 @@
1
- var d=Object.create;var{getPrototypeOf:g,defineProperty:V,getOwnPropertyNames:m,getOwnPropertyDescriptor:x}=Object,M=Object.prototype.hasOwnProperty;function Z(r){return this[r]}var y,B,u=(r,t,o)=>{var e=r!=null&&typeof r==="object";if(e){var n=t?y??=new WeakMap:B??=new WeakMap,a=n.get(r);if(a)return a}o=r!=null?d(g(r)):{};let l=t||!r||!r.__esModule?V(o,"default",{value:r,enumerable:!0}):o;for(let H of m(r))if(!M.call(l,H))V(l,H,{get:Z.bind(r,H),enumerable:!0});if(e)n.set(r,l);return l},c=(r)=>{var t=(C??=new WeakMap).get(r),o;if(t)return t;if(t=V({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of m(r))if(!M.call(t,e))V(t,e,{get:Z.bind(r,e),enumerable:!(o=x(r,e))||o.enumerable})}return C.set(r,t),t},C;var I=(r)=>r;function w(r,t){this[r]=I.bind(null,t)}var f=(r,t)=>{for(var o in t)V(r,o,{get:t[o],enumerable:!0,configurable:!0,set:w.bind(t,o)})};var P={};f(P,{CentralIconBase:()=>i});module.exports=c(P);var s=u(require("react")),i=({children:r,size:t=24,ariaLabel:o,color:e,ariaHidden:n=!0,style:a,...l})=>{return s.default.createElement("svg",{...l,"aria-hidden":n,role:n?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...a}},o&&!n&&s.default.createElement("title",null,o),r)};var b={};f(b,{default:()=>v,IconLayoutThird:()=>h});module.exports=c(b);var p=u(require("react"));var h=(r)=>{return p.default.createElement(i,{...r,ariaLabel:"layout-third"},p.default.createElement("path",{d:"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4 20H3C3 20.5523 3.44772 21 4 21V20ZM4 4V3C3.44772 3 3 3.44772 3 4H4ZM19 4V20H21V4H19ZM20 19H4V21H20V19ZM5 20V4H3V20H5ZM4 5H20V3H4V5Z",fill:"currentColor"}),p.default.createElement("path",{d:"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z",fill:"currentColor"}),p.default.createElement("path",{d:"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z",fill:"currentColor"}))},v=h;
2
-
3
- //# debugId=7EDF6E419A32B5E064756E2164756E21
@@ -1,3 +0,0 @@
1
- import l from"react";var V=({children:o,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:a,...H})=>{return l.createElement("svg",{...H,"aria-hidden":e,role:e?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},n&&!e&&l.createElement("title",null,n),o)};import t from"react";var s=(o)=>{return t.createElement(V,{...o,ariaLabel:"layout-third"},t.createElement("path",{d:"M20 4H21C21 3.44772 20.5523 3 20 3V4ZM20 20V21C20.5523 21 21 20.5523 21 20H20ZM4 20H3C3 20.5523 3.44772 21 4 21V20ZM4 4V3C3.44772 3 3 3.44772 3 4H4ZM19 4V20H21V4H19ZM20 19H4V21H20V19ZM5 20V4H3V20H5ZM4 5H20V3H4V5Z",fill:"currentColor"}),t.createElement("path",{d:"M20 15.67H21V13.67H20V15.67ZM4 13.67H3V15.67H4V13.67ZM4 15.67H20V13.67H4V15.67Z",fill:"currentColor"}),t.createElement("path",{d:"M20 10.33H21V8.32996H20V10.33ZM4 8.32996H3V10.33H4V8.32996ZM4 10.33H20V8.32996H4V10.33Z",fill:"currentColor"}))},u=s;export{u as default,s as IconLayoutThird};
2
-
3
- //# debugId=4C0FAEB367D1376864756E2164756E21
@@ -1,4 +0,0 @@
1
- import React from "react";
2
- import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconLayoutTop1: React.FC<CentralIconBaseProps>;
4
- export default IconLayoutTop1;
@@ -1,3 +0,0 @@
1
- var x=Object.create;var{getPrototypeOf:y,defineProperty:a,getOwnPropertyNames:d,getOwnPropertyDescriptor:B}=Object,C=Object.prototype.hasOwnProperty;function g(o){return this[o]}var I,w,f=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var n=r?I??=new WeakMap:w??=new WeakMap,s=n.get(o);if(s)return s}t=o!=null?x(y(o)):{};let p=r||!o||!o.__esModule?a(t,"default",{value:o,enumerable:!0}):t;for(let l of d(o))if(!C.call(p,l))a(p,l,{get:g.bind(o,l),enumerable:!0});if(e)n.set(o,p);return p},h=(o)=>{var r=(c??=new WeakMap).get(o),t;if(r)return r;if(r=a({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of d(o))if(!C.call(r,e))a(r,e,{get:g.bind(o,e),enumerable:!(t=B(o,e))||t.enumerable})}return c.set(o,r),r},c;var P=(o)=>o;function b(o,r){this[o]=P.bind(null,r)}var L=(o,r)=>{for(var t in r)a(o,t,{get:r[t],enumerable:!0,configurable:!0,set:b.bind(r,t)})};var V={};L(V,{CentralIconBase:()=>m});module.exports=h(V);var u=f(require("react")),m=({children:o,size:r=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:s,...p})=>{return u.default.createElement("svg",{...p,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...s}},t&&!n&&u.default.createElement("title",null,t),o)};var v={};L(v,{default:()=>G,IconLayoutTop1:()=>k});module.exports=h(v);var i=f(require("react"));var k=(o)=>{return i.default.createElement(m,{...o,ariaLabel:"layout-top, margin, padding"},i.default.createElement("path",{d:"M4 20L4 8L20 8V20L4 20Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement("path",{d:"M4 4H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},G=k;
2
-
3
- //# debugId=0436A4FAA999D08764756E2164756E21
@@ -1,11 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
4
- "sourcesContent": [
5
- "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLayoutTop1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-top, margin, padding\"><path d=\"M4 20L4 8L20 8V20L4 20Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M4 4H20\" stroke=\"currentColor\" strokeWidth=\"2\" 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,wBAAkS,EAAlS,IAAqB,EAAO,UAAU,+BAA8B,wBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG5R",
9
- "debugId": "0436A4FAA999D08764756E2164756E21",
10
- "names": []
11
- }
@@ -1,3 +0,0 @@
1
- import p from"react";var a=({children:r,size:o=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:i,...l})=>{return p.createElement("svg",{...l,"aria-hidden":t,role:t?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},n&&!t&&p.createElement("title",null,n),r)};import e from"react";var u=(r)=>{return e.createElement(a,{...r,ariaLabel:"layout-top, margin, padding"},e.createElement("path",{d:"M4 20L4 8L20 8V20L4 20Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M4 4H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))},f=u;export{f as default,u as IconLayoutTop1};
2
-
3
- //# debugId=21546D03D44B5FC964756E2164756E21
@@ -1,11 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutTop1/index.tsx"],
4
- "sourcesContent": [
5
- "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLayoutTop1: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-top, margin, padding\"><path d=\"M4 20L4 8L20 8V20L4 20Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M4 4H20\" stroke=\"currentColor\" strokeWidth=\"2\" 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,gBAAkS,EAAlS,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG5R",
9
- "debugId": "21546D03D44B5FC964756E2164756E21",
10
- "names": []
11
- }