@central-icons-react/square-filled-radius-0-stroke-1 1.1.265 → 1.1.267
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/IconAlbums2/index.d.ts +4 -0
- package/IconAlbums2/index.js +3 -0
- package/IconAlbums2/index.js.map +11 -0
- package/IconAlbums2/index.mjs +3 -0
- package/IconAlbums2/index.mjs.map +11 -0
- package/IconDevices2/index.js +2 -2
- package/IconDevices2/index.js.map +3 -3
- package/IconDevices2/index.mjs +2 -2
- package/IconDevices2/index.mjs.map +3 -3
- package/IconHomePlus/index.d.ts +4 -0
- package/IconHomePlus/index.js +3 -0
- package/IconHomePlus/index.js.map +11 -0
- package/IconHomePlus/index.mjs +3 -0
- package/IconHomePlus/index.mjs.map +11 -0
- package/IconLayoutAlignLeftRight/index.d.ts +4 -0
- package/IconLayoutAlignLeftRight/index.js +3 -0
- package/IconLayoutAlignLeftRight/index.js.map +11 -0
- package/IconLayoutAlignLeftRight/index.mjs +3 -0
- package/IconLayoutAlignLeftRight/index.mjs.map +11 -0
- package/IconLayoutAlignTopBottom/index.d.ts +4 -0
- package/IconLayoutAlignTopBottom/index.js +3 -0
- package/IconLayoutAlignTopBottom/index.js.map +11 -0
- package/IconLayoutAlignTopBottom/index.mjs +3 -0
- package/IconLayoutAlignTopBottom/index.mjs.map +11 -0
- package/IconMacbook/index.js +2 -2
- package/IconMacbook/index.js.map +3 -3
- package/IconMacbook/index.mjs +2 -2
- package/IconMacbook/index.mjs.map +3 -3
- package/README.md +4 -0
- 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 +4 -4
- package/index.d.ts +4 -0
- package/index.js +12 -0
- package/index.mjs +4 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +6 -2
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var V=Object.create;var{getPrototypeOf:b,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:v}=Object,C=Object.prototype.hasOwnProperty;function d(e){return this[e]}var h,w,g=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?h??=new WeakMap:w??=new WeakMap,a=n.get(e);if(a)return a}o=e!=null?V(b(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let s of f(e))if(!C.call(l,s))p(l,s,{get:d.bind(e,s),enumerable:!0});if(t)n.set(e,l);return l},x=(e)=>{var r=(u??=new WeakMap).get(e),o;if(r)return r;if(r=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of f(e))if(!C.call(r,t))p(r,t,{get:d.bind(e,t),enumerable:!(o=v(e,t))||o.enumerable})}return u.set(e,r),r},u;var y=(e)=>e;function P(e,r){this[e]=y.bind(null,r)}var B=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var H={};B(H,{CentralIconBase:()=>c});module.exports=x(H);var m=g(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return m.default.createElement("svg",{...l,"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,...a}},o&&!n&&m.default.createElement("title",null,o),e)};var G={};B(G,{default:()=>S,IconAlbums2:()=>I});module.exports=x(G);var i=g(require("react"));var I=(e)=>{return i.default.createElement(c,{...e,ariaLabel:"albums-2, cover"},i.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.125 11L18.9028 21H5.10061L2.87838 11H21.125ZM20.0017 8H4.00169V7H20.0017V8ZM19.0017 4H5.00169V3H19.0017V4Z",fill:"currentColor"}))},S=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=5268CC4E40E8DB2464756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconAlbums2/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 IconAlbums2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"albums-2, cover\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.125 11L18.9028 21H5.10061L2.87838 11H21.125ZM20.0017 8H4.00169V7H20.0017V8ZM19.0017 4H5.00169V3H19.0017V4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAlbums2;\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,uECjCY,IAAlB,sBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAA8O,EAA9O,IAAqB,EAAO,UAAU,mBAAkB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAGxO",
|
|
9
|
+
"debugId": "5268CC4E40E8DB2464756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import n from"react";var l=({children:r,size:e=24,ariaLabel:t,color:a,ariaHidden:o=!0,style:s,...m})=>{return n.createElement("svg",{...m,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},t&&!o&&n.createElement("title",null,t),r)};import p from"react";var c=(r)=>{return p.createElement(l,{...r,ariaLabel:"albums-2, cover"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.125 11L18.9028 21H5.10061L2.87838 11H21.125ZM20.0017 8H4.00169V7H20.0017V8ZM19.0017 4H5.00169V3H19.0017V4Z",fill:"currentColor"}))},g=c;export{g as default,c as IconAlbums2};
|
|
2
|
+
|
|
3
|
+
//# debugId=39E10A4D0C06B09264756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconAlbums2/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 IconAlbums2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"albums-2, cover\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.125 11L18.9028 21H5.10061L2.87838 11H21.125ZM20.0017 8H4.00169V7H20.0017V8ZM19.0017 4H5.00169V3H19.0017V4Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAlbums2;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA8O,EAA9O,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAGxO",
|
|
9
|
+
"debugId": "39E10A4D0C06B09264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/IconDevices2/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var B=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:C,getOwnPropertyDescriptor:
|
|
1
|
+
var B=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:C,getOwnPropertyDescriptor:b}=Object,u=Object.prototype.hasOwnProperty;function V(e){return this[e]}var v,w,h=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?v??=new WeakMap:w??=new WeakMap,s=n.get(e);if(s)return s}o=e!=null?B(I(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let c of C(e))if(!u.call(l,c))p(l,c,{get:V.bind(e,c),enumerable:!0});if(t)n.set(e,l);return l},d=(e)=>{var r=(f??=new WeakMap).get(e),o;if(r)return r;if(r=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of C(e))if(!u.call(r,t))p(r,t,{get:V.bind(e,t),enumerable:!(o=b(e,t))||o.enumerable})}return f.set(e,r),r},f;var y=(e)=>e;function H(e,r){this[e]=y.bind(null,r)}var g=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:H.bind(r,o)})};var P={};g(P,{CentralIconBase:()=>m});module.exports=d(P);var i=h(require("react")),m=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:s,...l})=>{return i.default.createElement("svg",{...l,"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}},o&&!n&&i.default.createElement("title",null,o),e)};var G={};g(G,{default:()=>S,IconDevices2:()=>x});module.exports=d(G);var a=h(require("react"));var x=(e)=>{return a.default.createElement(m,{...e,ariaLabel:"devices-2, macbook, iphone, phone, connected"},a.default.createElement("path",{d:"M23 21H16V9H23V21Z",fill:"currentColor"}),a.default.createElement("path",{d:"M15 20H1V17H15V20Z",fill:"currentColor"}),a.default.createElement("path",{d:"M21 8H15V16H3V3H21V8Z",fill:"currentColor"}))},S=x;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=3053D66E412F7E6B64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconDevices2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconDevices2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"devices-2,
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDevices2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"devices-2, macbook, iphone, phone, connected\"><path d=\"M23 21H16V9H23V21Z\" fill=\"currentColor\"/><path d=\"M15 20H1V17H15V20Z\" fill=\"currentColor\"/><path d=\"M21 8H15V16H3V3H21V8Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDevices2;\n"
|
|
7
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,wECjCY,IAAlB,sBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,wECjCY,IAAlB,sBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,wBAAgP,EAAhP,IAAqB,EAAO,UAAU,gDAA+C,wBAAC,OAAD,CAAM,EAAE,qBAAqB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qBAAqB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,wBAAwB,KAAK,eAAc,CAAI,GAG1O",
|
|
9
|
+
"debugId": "3053D66E412F7E6B64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconDevices2/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import l from"react";var p=({children:o,size:
|
|
1
|
+
import l from"react";var p=({children:o,size:e=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:s,...c})=>{return l.createElement("svg",{...c,"aria-hidden":t,role:t?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},n&&!t&&l.createElement("title",null,n),o)};import r from"react";var i=(o)=>{return r.createElement(p,{...o,ariaLabel:"devices-2, macbook, iphone, phone, connected"},r.createElement("path",{d:"M23 21H16V9H23V21Z",fill:"currentColor"}),r.createElement("path",{d:"M15 20H1V17H15V20Z",fill:"currentColor"}),r.createElement("path",{d:"M21 8H15V16H3V3H21V8Z",fill:"currentColor"}))},h=i;export{h as default,i as IconDevices2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=EAF75EF9C1E9CBE564756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconDevices2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconDevices2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"devices-2,
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDevices2: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"devices-2, macbook, iphone, phone, connected\"><path d=\"M23 21H16V9H23V21Z\" fill=\"currentColor\"/><path d=\"M15 20H1V17H15V20Z\" fill=\"currentColor\"/><path d=\"M21 8H15V16H3V3H21V8Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDevices2;\n"
|
|
7
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,EAA+C,CAAC,IAAU,CACrE,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAgP,EAAhP,IAAqB,EAAO,UAAU,gDAA+C,gBAAC,OAAD,CAAM,EAAE,qBAAqB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qBAAqB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wBAAwB,KAAK,eAAc,CAAI,GAG1O",
|
|
9
|
+
"debugId": "EAF75EF9C1E9CBE564756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:h,defineProperty:p,getOwnPropertyNames:V,getOwnPropertyDescriptor:H}=Object,f=Object.prototype.hasOwnProperty;function C(e){return this[e]}var P,v,d=(e,o,r)=>{var t=e!=null&&typeof e==="object";if(t){var n=o?P??=new WeakMap:v??=new WeakMap,a=n.get(e);if(a)return a}r=e!=null?I(h(e)):{};let l=o||!e||!e.__esModule?p(r,"default",{value:e,enumerable:!0}):r;for(let s of V(e))if(!f.call(l,s))p(l,s,{get:C.bind(e,s),enumerable:!0});if(t)n.set(e,l);return l},g=(e)=>{var o=(u??=new WeakMap).get(e),r;if(o)return o;if(o=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of V(e))if(!f.call(o,t))p(o,t,{get:C.bind(e,t),enumerable:!(r=H(e,t))||r.enumerable})}return u.set(e,o),o},u;var w=(e)=>e;function y(e,o){this[e]=w.bind(null,o)}var x=(e,o)=>{for(var r in o)p(e,r,{get:o[r],enumerable:!0,configurable:!0,set:y.bind(o,r)})};var b={};x(b,{CentralIconBase:()=>i});module.exports=g(b);var m=d(require("react")),i=({children:e,size:o=24,ariaLabel:r,color:t,ariaHidden:n=!0,style:a,...l})=>{return m.default.createElement("svg",{...l,"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,...a}},r&&!n&&m.default.createElement("title",null,r),e)};var G={};x(G,{default:()=>S,IconHomePlus:()=>B});module.exports=g(G);var c=d(require("react"));var B=(e)=>{return c.default.createElement(i,{...e,ariaLabel:"home-plus"},c.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 8.21387V21H3V8.21387L12 2.91992L21 8.21387ZM11.5 12.5H9V13.5H11.5V16H12.5V13.5H15V12.5H12.5V10H11.5V12.5Z",fill:"currentColor"}))},S=B;
|
|
2
|
+
|
|
3
|
+
//# debugId=89DABDFD0C88755164756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconHomePlus/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 IconHomePlus: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"home-plus\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 8.21387V21H3V8.21387L12 2.91992L21 8.21387ZM11.5 12.5H9V13.5H11.5V16H12.5V13.5H15V12.5H12.5V10H11.5V12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHomePlus;\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,wECjCY,IAAlB,sBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,wBAAuO,EAAvO,IAAqB,EAAO,UAAU,aAAY,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gHAAgH,KAAK,eAAc,CAAI,GAGjO",
|
|
9
|
+
"debugId": "89DABDFD0C88755164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import n from"react";var l=({children:o,size:e=24,ariaLabel:t,color:a,ariaHidden:r=!0,style:s,...m})=>{return n.createElement("svg",{...m,"aria-hidden":r,role:r?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},t&&!r&&n.createElement("title",null,t),o)};import p from"react";var i=(o)=>{return p.createElement(l,{...o,ariaLabel:"home-plus"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 8.21387V21H3V8.21387L12 2.91992L21 8.21387ZM11.5 12.5H9V13.5H11.5V16H12.5V13.5H15V12.5H12.5V10H11.5V12.5Z",fill:"currentColor"}))},d=i;export{d as default,i as IconHomePlus};
|
|
2
|
+
|
|
3
|
+
//# debugId=94BF4739A20BA87F64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconHomePlus/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 IconHomePlus: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"home-plus\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 8.21387V21H3V8.21387L12 2.91992L21 8.21387ZM11.5 12.5H9V13.5H11.5V16H12.5V13.5H15V12.5H12.5V10H11.5V12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHomePlus;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAuO,EAAvO,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gHAAgH,KAAK,eAAc,CAAI,GAGjO",
|
|
9
|
+
"debugId": "94BF4739A20BA87F64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var y=Object.create;var{getPrototypeOf:B,defineProperty:a,getOwnPropertyNames:g,getOwnPropertyDescriptor:I}=Object,u=Object.prototype.hasOwnProperty;function d(e){return this[e]}var v,w,C=(e,t,r)=>{var o=e!=null&&typeof e==="object";if(o){var n=t?v??=new WeakMap:w??=new WeakMap,p=n.get(e);if(p)return p}r=e!=null?y(B(e)):{};let l=t||!e||!e.__esModule?a(r,"default",{value:e,enumerable:!0}):r;for(let i of g(e))if(!u.call(l,i))a(l,i,{get:d.bind(e,i),enumerable:!0});if(o)n.set(e,l);return l},V=(e)=>{var t=(f??=new WeakMap).get(e),r;if(t)return t;if(t=a({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var o of g(e))if(!u.call(t,o))a(t,o,{get:d.bind(e,o),enumerable:!(r=I(e,o))||r.enumerable})}return f.set(e,t),t},f;var P=(e)=>e;function b(e,t){this[e]=P.bind(null,t)}var h=(e,t)=>{for(var r in t)a(e,r,{get:t[r],enumerable:!0,configurable:!0,set:b.bind(t,r)})};var H={};h(H,{CentralIconBase:()=>m});module.exports=V(H);var s=C(require("react")),m=({children:e,size:t=24,ariaLabel:r,color:o,ariaHidden:n=!0,style:p,...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:o,...p}},r&&!n&&s.default.createElement("title",null,r),e)};var G={};h(G,{default:()=>S,IconLayoutAlignLeftRight:()=>x});module.exports=V(G);var c=C(require("react"));var x=(e)=>{return c.default.createElement(m,{...e,ariaLabel:"layout-align-left-right, padding"},c.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 17H8V7H7V17ZM16 7V17H17V7H16Z",fill:"currentColor"}))},S=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=EFB0E18B9135D6FA64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAlignLeftRight/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 IconLayoutAlignLeftRight: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-align-left-right, padding\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 21H3V3H21V21ZM7 17H8V7H7V17ZM16 7V17H17V7H16Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAlignLeftRight;\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,oFCjCY,IAAlB,sBAGO,IAAM,EAA2D,CAAC,IAAU,CACjF,OAAO,wBAAkM,EAAlM,IAAqB,EAAO,UAAU,oCAAmC,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oDAAoD,KAAK,eAAc,CAAI,GAG5L",
|
|
9
|
+
"debugId": "EFB0E18B9135D6FA64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import n from"react";var l=({children:t,size:e=24,ariaLabel:o,color:p,ariaHidden:r=!0,style:i,...s})=>{return n.createElement("svg",{...s,"aria-hidden":r,role:r?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...i}},o&&!r&&n.createElement("title",null,o),t)};import a from"react";var m=(t)=>{return a.createElement(l,{...t,ariaLabel:"layout-align-left-right, padding"},a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 17H8V7H7V17ZM16 7V17H17V7H16Z",fill:"currentColor"}))},C=m;export{C as default,m as IconLayoutAlignLeftRight};
|
|
2
|
+
|
|
3
|
+
//# debugId=B29A901FF7CE0EB664756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAlignLeftRight/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 IconLayoutAlignLeftRight: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-align-left-right, padding\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 21H3V3H21V21ZM7 17H8V7H7V17ZM16 7V17H17V7H16Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAlignLeftRight;\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,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAAkM,EAAlM,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oDAAoD,KAAK,eAAc,CAAI,GAG5L",
|
|
9
|
+
"debugId": "B29A901FF7CE0EB664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var y=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:d,getOwnPropertyDescriptor:b}=Object,f=Object.prototype.hasOwnProperty;function g(o){return this[o]}var h,v,C=(o,t,e)=>{var r=o!=null&&typeof o==="object";if(r){var n=t?h??=new WeakMap:v??=new WeakMap,a=n.get(o);if(a)return a}e=o!=null?y(I(o)):{};let l=t||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e;for(let s of d(o))if(!f.call(l,s))p(l,s,{get:g.bind(o,s),enumerable:!0});if(r)n.set(o,l);return l},V=(o)=>{var t=(u??=new WeakMap).get(o),e;if(t)return t;if(t=p({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var r of d(o))if(!f.call(t,r))p(t,r,{get:g.bind(o,r),enumerable:!(e=b(o,r))||e.enumerable})}return u.set(o,t),t},u;var w=(o)=>o;function P(o,t){this[o]=w.bind(null,t)}var B=(o,t)=>{for(var e in t)p(o,e,{get:t[e],enumerable:!0,configurable:!0,set:P.bind(t,e)})};var H={};B(H,{CentralIconBase:()=>m});module.exports=V(H);var i=C(require("react")),m=({children:o,size:t=24,ariaLabel:e,color:r,ariaHidden:n=!0,style:a,...l})=>{return i.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:r,...a}},e&&!n&&i.default.createElement("title",null,e),o)};var G={};B(G,{default:()=>S,IconLayoutAlignTopBottom:()=>x});module.exports=V(G);var c=C(require("react"));var x=(o)=>{return c.default.createElement(m,{...o,ariaLabel:"layout-align-top-bottom, padding"},c.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 16V17H17V16H7ZM7 8H17V7H7V8Z",fill:"currentColor"}))},S=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=BBC1529657A4A3C064756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAlignTopBottom/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 IconLayoutAlignTopBottom: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-align-top-bottom, padding\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 21H3V3H21V21ZM7 16V17H17V16H7ZM7 8H17V7H7V8Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAlignTopBottom;\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,oFCjCY,IAAlB,sBAGO,IAAM,EAA2D,CAAC,IAAU,CACjF,OAAO,wBAAiM,EAAjM,IAAqB,EAAO,UAAU,oCAAmC,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mDAAmD,KAAK,eAAc,CAAI,GAG3L",
|
|
9
|
+
"debugId": "BBC1529657A4A3C064756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import n from"react";var l=({children:t,size:o=24,ariaLabel:r,color:a,ariaHidden:e=!0,style:s,...i})=>{return n.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:a,...s}},r&&!e&&n.createElement("title",null,r),t)};import p from"react";var m=(t)=>{return p.createElement(l,{...t,ariaLabel:"layout-align-top-bottom, padding"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 16V17H17V16H7ZM7 8H17V7H7V8Z",fill:"currentColor"}))},C=m;export{C as default,m as IconLayoutAlignTopBottom};
|
|
2
|
+
|
|
3
|
+
//# debugId=EBB62083254FBEF964756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconLayoutAlignTopBottom/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 IconLayoutAlignTopBottom: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"layout-align-top-bottom, padding\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 21H3V3H21V21ZM7 16V17H17V16H7ZM7 8H17V7H7V8Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLayoutAlignTopBottom;\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,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAAiM,EAAjM,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mDAAmD,KAAK,eAAc,CAAI,GAG3L",
|
|
9
|
+
"debugId": "EBB62083254FBEF964756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/IconMacbook/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var b=Object.create;var{getPrototypeOf:h,defineProperty:l,getOwnPropertyNames:u,getOwnPropertyDescriptor:d}=Object,C=Object.prototype.hasOwnProperty;function g(o){return this[o]}var w,y,x=(o,r,t)=>{var e=o!=null&&typeof o==="object";if(e){var n=r?w??=new WeakMap:y??=new WeakMap,a=n.get(o);if(a)return a}t=o!=null?b(h(o)):{};let p=r||!o||!o.__esModule?l(t,"default",{value:o,enumerable:!0}):t;for(let m of u(o))if(!C.call(p,m))l(p,m,{get:g.bind(o,m),enumerable:!0});if(e)n.set(o,p);return p},B=(o)=>{var r=(f??=new WeakMap).get(o),t;if(r)return r;if(r=l({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of u(o))if(!C.call(r,e))l(r,e,{get:g.bind(o,e),enumerable:!(t=d(o,e))||t.enumerable})}return f.set(o,r),r},f;var P=(o)=>o;function v(o,r){this[o]=P.bind(null,r)}var I=(o,r)=>{for(var t in r)l(o,t,{get:r[t],enumerable:!0,configurable:!0,set:v.bind(r,t)})};var G={};I(G,{CentralIconBase:()=>i});module.exports=B(G);var c=x(require("react")),i=({children:o,size:r=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:a,...p})=>{return c.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,...a}},t&&!n&&c.default.createElement("title",null,t),o)};var S={};I(S,{default:()=>H,IconMacbook:()=>V});module.exports=B(S);var s=x(require("react"));var V=(o)=>{return s.default.createElement(i,{...o,ariaLabel:"macbook, laptop, computer"},s.default.createElement("path",{d:"M23 21H1V18H23V21Z",fill:"currentColor"}),s.default.createElement("path",{d:"M21 17H3V3H21V17Z",fill:"currentColor"}))},H=V;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=EAFBA1997A1224C164756E2164756E21
|
package/IconMacbook/index.js.map
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconMacbook/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconMacbook: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"macbook, laptop, computer\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMacbook: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"macbook, laptop, computer\"><path d=\"M23 21H1V18H23V21Z\" fill=\"currentColor\"/><path d=\"M21 17H3V3H21V17Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMacbook;\n"
|
|
7
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,uECjCY,IAAlB,sBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,uECjCY,IAAlB,sBAGO,IAAM,EAA8C,CAAC,IAAU,CACpE,OAAO,wBAAuK,EAAvK,IAAqB,EAAO,UAAU,6BAA4B,wBAAC,OAAD,CAAM,EAAE,qBAAqB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oBAAoB,KAAK,eAAc,CAAI,GAGjK",
|
|
9
|
+
"debugId": "EAFBA1997A1224C164756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconMacbook/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import p from"react";var l=({children:r,size:o=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:s,...m})=>{return p.createElement("svg",{...m,"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:a,...s}},n&&!t&&p.createElement("title",null,n),r)};import e from"react";var c=(r)=>{return e.createElement(l,{...r,ariaLabel:"macbook, laptop, computer"},e.createElement("path",{d:"M23 21H1V18H23V21Z",fill:"currentColor"}),e.createElement("path",{d:"M21 17H3V3H21V17Z",fill:"currentColor"}))},x=c;export{x as default,c as IconMacbook};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=C7D666BA4F7F372564756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconMacbook/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconMacbook: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"macbook, laptop, computer\"><path
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconMacbook: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"macbook, laptop, computer\"><path d=\"M23 21H1V18H23V21Z\" fill=\"currentColor\"/><path d=\"M21 17H3V3H21V17Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMacbook;\n"
|
|
7
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,EAA8C,CAAC,IAAU,CACpE,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAuK,EAAvK,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,qBAAqB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oBAAoB,KAAK,eAAc,CAAI,GAGjK",
|
|
9
|
+
"debugId": "C7D666BA4F7F372564756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/README.md
CHANGED
|
@@ -476,6 +476,7 @@ Below is a complete list of available icons:
|
|
|
476
476
|
- IconTower
|
|
477
477
|
- IconGoldenGateBridge
|
|
478
478
|
- IconHomeRoofDoor
|
|
479
|
+
- IconHomePlus
|
|
479
480
|
|
|
480
481
|
### Clouds
|
|
481
482
|
|
|
@@ -1397,6 +1398,8 @@ Below is a complete list of available icons:
|
|
|
1397
1398
|
- IconCanvasGrid
|
|
1398
1399
|
- IconTopbarHiddenTopWide
|
|
1399
1400
|
- IconBottombarHiddenBottomWide
|
|
1401
|
+
- IconLayoutAlignLeftRight
|
|
1402
|
+
- IconLayoutAlignTopBottom
|
|
1400
1403
|
|
|
1401
1404
|
### Location
|
|
1402
1405
|
|
|
@@ -1920,6 +1923,7 @@ Below is a complete list of available icons:
|
|
|
1920
1923
|
- IconCd
|
|
1921
1924
|
- IconVoiceShare
|
|
1922
1925
|
- IconConductor
|
|
1926
|
+
- IconAlbums2
|
|
1923
1927
|
|
|
1924
1928
|
### Sports
|
|
1925
1929
|
|