@central-icons-react/round-filled-radius-2-stroke-2 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 b=Object.create;var{getPrototypeOf:v,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:h}=Object,f=Object.prototype.hasOwnProperty;function d(e){return this[e]}var w,y,g=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?w??=new WeakMap:y??=new WeakMap,a=n.get(e);if(a)return a}o=e!=null?b(v(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let C of u(e))if(!f.call(l,C))p(l,C,{get:d.bind(e,C),enumerable:!0});if(t)n.set(e,l);return l},x=(e)=>{var r=(i??=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 u(e))if(!f.call(r,t))p(r,t,{get:d.bind(e,t),enumerable:!(o=h(e,t))||o.enumerable})}return i.set(e,r),r},i;var P=(e)=>e;function H(e,r){this[e]=P.bind(null,r)}var B=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:H.bind(r,o)})};var G={};B(G,{CentralIconBase:()=>m});module.exports=x(G);var s=g(require("react")),m=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return s.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&&s.default.createElement("title",null,o),e)};var S={};B(S,{default:()=>V,IconAlbums2:()=>I});module.exports=x(S);var c=g(require("react"));var I=(e)=>{return c.default.createElement(m,{...e,ariaLabel:"albums-2, cover"},c.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9399 11C19.8916 11 21.3237 12.8342 20.8504 14.7276L19.8504 18.7276C19.5165 20.0631 18.3165 21 16.9399 21H7.06303C5.68643 21 4.48648 20.0631 4.15261 18.7276L3.15261 14.7276C2.67925 12.8342 4.11132 11 6.06303 11H17.9399ZM20.0015 8C20.0015 8.55228 19.5538 9 19.0015 9H5.00148C4.4492 9 4.00148 8.55228 4.00148 8C4.00148 7.44772 4.4492 7 5.00148 7H19.0015C19.5538 7 20.0015 7.44772 20.0015 8ZM19.0015 4C19.0015 4.55228 18.5538 5 18.0015 5H6.00148C5.44919 5 5.00148 4.55228 5.00148 4C5.00148 3.44772 5.44919 3 6.00148 3H18.0015C18.5538 3 19.0015 3.44772 19.0015 4Z",fill:"currentColor"}))},V=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=890B1C856BB1EEE864756E2164756E21
|
|
@@ -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=\"M17.9399 11C19.8916 11 21.3237 12.8342 20.8504 14.7276L19.8504 18.7276C19.5165 20.0631 18.3165 21 16.9399 21H7.06303C5.68643 21 4.48648 20.0631 4.15261 18.7276L3.15261 14.7276C2.67925 12.8342 4.11132 11 6.06303 11H17.9399ZM20.0015 8C20.0015 8.55228 19.5538 9 19.0015 9H5.00148C4.4492 9 4.00148 8.55228 4.00148 8C4.00148 7.44772 4.4492 7 5.00148 7H19.0015C19.5538 7 20.0015 7.44772 20.0015 8ZM19.0015 4C19.0015 4.55228 18.5538 5 18.0015 5H6.00148C5.44919 5 5.00148 4.55228 5.00148 4C5.00148 3.44772 5.44919 3 6.00148 3H18.0015C18.5538 3 19.0015 3.44772 19.0015 4Z\" 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,wBAAkrB,EAAlrB,IAAqB,EAAO,UAAU,mBAAkB,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qjBAAqjB,KAAK,eAAc,CAAI,GAG5qB",
|
|
9
|
+
"debugId": "890B1C856BB1EEE864756E2164756E21",
|
|
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:C,...s})=>{return n.createElement("svg",{...s,"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,...C}},t&&!o&&n.createElement("title",null,t),r)};import p from"react";var m=(r)=>{return p.createElement(l,{...r,ariaLabel:"albums-2, cover"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.9399 11C19.8916 11 21.3237 12.8342 20.8504 14.7276L19.8504 18.7276C19.5165 20.0631 18.3165 21 16.9399 21H7.06303C5.68643 21 4.48648 20.0631 4.15261 18.7276L3.15261 14.7276C2.67925 12.8342 4.11132 11 6.06303 11H17.9399ZM20.0015 8C20.0015 8.55228 19.5538 9 19.0015 9H5.00148C4.4492 9 4.00148 8.55228 4.00148 8C4.00148 7.44772 4.4492 7 5.00148 7H19.0015C19.5538 7 20.0015 7.44772 20.0015 8ZM19.0015 4C19.0015 4.55228 18.5538 5 18.0015 5H6.00148C5.44919 5 5.00148 4.55228 5.00148 4C5.00148 3.44772 5.44919 3 6.00148 3H18.0015C18.5538 3 19.0015 3.44772 19.0015 4Z",fill:"currentColor"}))},g=m;export{g as default,m as IconAlbums2};
|
|
2
|
+
|
|
3
|
+
//# debugId=ED89C7F0B93CB29364756E2164756E21
|
|
@@ -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=\"M17.9399 11C19.8916 11 21.3237 12.8342 20.8504 14.7276L19.8504 18.7276C19.5165 20.0631 18.3165 21 16.9399 21H7.06303C5.68643 21 4.48648 20.0631 4.15261 18.7276L3.15261 14.7276C2.67925 12.8342 4.11132 11 6.06303 11H17.9399ZM20.0015 8C20.0015 8.55228 19.5538 9 19.0015 9H5.00148C4.4492 9 4.00148 8.55228 4.00148 8C4.00148 7.44772 4.4492 7 5.00148 7H19.0015C19.5538 7 20.0015 7.44772 20.0015 8ZM19.0015 4C19.0015 4.55228 18.5538 5 18.0015 5H6.00148C5.44919 5 5.00148 4.55228 5.00148 4C5.00148 3.44772 5.44919 3 6.00148 3H18.0015C18.5538 3 19.0015 3.44772 19.0015 4Z\" 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,gBAAkrB,EAAlrB,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qjBAAqjB,KAAK,eAAc,CAAI,GAG5qB",
|
|
9
|
+
"debugId": "ED89C7F0B93CB29364756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/IconDevices2/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var B=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:
|
|
1
|
+
var B=Object.create;var{getPrototypeOf:I,defineProperty:p,getOwnPropertyNames:f,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,a=n.get(e);if(a)return a}o=e!=null?B(I(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let s of f(e))if(!u.call(l,s))p(l,s,{get:V.bind(e,s),enumerable:!0});if(t)n.set(e,l);return l},d=(e)=>{var r=(m??=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(!u.call(r,t))p(r,t,{get:V.bind(e,t),enumerable:!(o=b(e,t))||o.enumerable})}return m.set(e,r),r},m;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:()=>i});module.exports=d(P);var c=h(require("react")),i=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return c.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&&c.default.createElement("title",null,o),e)};var G={};g(G,{default:()=>S,IconDevices2:()=>x});module.exports=d(G);var C=h(require("react"));var x=(e)=>{return C.default.createElement(i,{...e,ariaLabel:"devices-2, macbook, iphone, phone, connected"},C.default.createElement("path",{d:"M20 9C21.6569 9 23 10.3431 23 12V18C23 19.6569 21.6569 21 20 21H18C16.3431 21 15 19.6569 15 18V12C15 10.3431 16.3431 9 18 9H20Z",fill:"currentColor"}),C.default.createElement("path",{d:"M13 18C13 18.9111 13.2452 19.7644 13.6709 20.5H4C2.34315 20.5 1 19.1569 1 17.5V17C1 16.4477 1.44772 16 2 16H13V18Z",fill:"currentColor"}),C.default.createElement("path",{d:"M18 3C19.6569 3 21 4.34315 21 6V7.09961C20.6769 7.03403 20.3424 7 20 7H18C15.2386 7 13 9.23858 13 12V14H3V6C3 4.34315 4.34315 3 6 3H18Z",fill:"currentColor"}))},S=x;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=61A3A8C6F1FFA04964756E2164756E21
|
|
@@ -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=\"M20 9C21.6569 9 23 10.3431 23 12V18C23 19.6569 21.6569 21 20 21H18C16.3431 21 15 19.6569 15 18V12C15 10.3431 16.3431 9 18 9H20Z\" fill=\"currentColor\"/><path d=\"M13 18C13 18.9111 13.2452 19.7644 13.6709 20.5H4C2.34315 20.5 1 19.1569 1 17.5V17C1 16.4477 1.44772 16 2 16H13V18Z\" fill=\"currentColor\"/><path d=\"M18 3C19.6569 3 21 4.34315 21 6V7.09961C20.6769 7.03403 20.3424 7 20 7H18C15.2386 7 13 9.23858 13 12V14H3V6C3 4.34315 4.34315 3 6 3H18Z\" 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,wBAA+iB,EAA/iB,IAAqB,EAAO,UAAU,gDAA+C,wBAAC,OAAD,CAAM,EAAE,kIAAkI,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qHAAqH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0IAA0I,KAAK,eAAc,CAAI,GAGziB",
|
|
9
|
+
"debugId": "61A3A8C6F1FFA04964756E2164756E21",
|
|
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:C,ariaHidden:t=!0,style:a,...s})=>{return l.createElement("svg",{...s,"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:C,...a}},n&&!t&&l.createElement("title",null,n),o)};import r from"react";var c=(o)=>{return r.createElement(p,{...o,ariaLabel:"devices-2, macbook, iphone, phone, connected"},r.createElement("path",{d:"M20 9C21.6569 9 23 10.3431 23 12V18C23 19.6569 21.6569 21 20 21H18C16.3431 21 15 19.6569 15 18V12C15 10.3431 16.3431 9 18 9H20Z",fill:"currentColor"}),r.createElement("path",{d:"M13 18C13 18.9111 13.2452 19.7644 13.6709 20.5H4C2.34315 20.5 1 19.1569 1 17.5V17C1 16.4477 1.44772 16 2 16H13V18Z",fill:"currentColor"}),r.createElement("path",{d:"M18 3C19.6569 3 21 4.34315 21 6V7.09961C20.6769 7.03403 20.3424 7 20 7H18C15.2386 7 13 9.23858 13 12V14H3V6C3 4.34315 4.34315 3 6 3H18Z",fill:"currentColor"}))},h=c;export{h as default,c as IconDevices2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=AA49B05A00F99B7564756E2164756E21
|
|
@@ -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=\"M20 9C21.6569 9 23 10.3431 23 12V18C23 19.6569 21.6569 21 20 21H18C16.3431 21 15 19.6569 15 18V12C15 10.3431 16.3431 9 18 9H20Z\" fill=\"currentColor\"/><path d=\"M13 18C13 18.9111 13.2452 19.7644 13.6709 20.5H4C2.34315 20.5 1 19.1569 1 17.5V17C1 16.4477 1.44772 16 2 16H13V18Z\" fill=\"currentColor\"/><path d=\"M18 3C19.6569 3 21 4.34315 21 6V7.09961C20.6769 7.03403 20.3424 7 20 7H18C15.2386 7 13 9.23858 13 12V14H3V6C3 4.34315 4.34315 3 6 3H18Z\" 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,gBAA+iB,EAA/iB,IAAqB,EAAO,UAAU,gDAA+C,gBAAC,OAAD,CAAM,EAAE,kIAAkI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qHAAqH,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0IAA0I,KAAK,eAAc,CAAI,GAGziB",
|
|
9
|
+
"debugId": "AA49B05A00F99B7564756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:h,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:P}=Object,f=Object.prototype.hasOwnProperty;function V(e){return this[e]}var v,w,d=(e,o,r)=>{var t=e!=null&&typeof e==="object";if(t){var n=o?v??=new WeakMap:w??=new WeakMap,C=n.get(e);if(C)return C}r=e!=null?I(h(e)):{};let l=o||!e||!e.__esModule?p(r,"default",{value:e,enumerable:!0}):r;for(let a of u(e))if(!f.call(l,a))p(l,a,{get:V.bind(e,a),enumerable:!0});if(t)n.set(e,l);return l},g=(e)=>{var o=(c??=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 u(e))if(!f.call(o,t))p(o,t,{get:V.bind(e,t),enumerable:!(r=P(e,t))||r.enumerable})}return c.set(e,o),o},c;var y=(e)=>e;function b(e,o){this[e]=y.bind(null,o)}var x=(e,o)=>{for(var r in o)p(e,r,{get:o[r],enumerable:!0,configurable:!0,set:b.bind(o,r)})};var H={};x(H,{CentralIconBase:()=>m});module.exports=g(H);var s=d(require("react")),m=({children:e,size:o=24,ariaLabel:r,color:t,ariaHidden:n=!0,style:C,...l})=>{return s.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,...C}},r&&!n&&s.default.createElement("title",null,r),e)};var G={};x(G,{default:()=>L,IconHomePlus:()=>B});module.exports=g(G);var i=d(require("react"));var B=(e)=>{return i.default.createElement(m,{...e,ariaLabel:"home-plus"},i.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.4102 3.81444C11.3829 3.20655 12.6171 3.20655 13.5898 3.81444L19.5898 7.56444C20.4669 8.11266 21 9.07413 21 10.1084V18C20.9998 19.6567 19.6567 21 18 21H6C4.39503 21 3.08441 19.7393 3.00391 18.1543L3 18V10.1084C3.00003 9.07413 3.53314 8.11266 4.41016 7.56444L10.4102 3.81444ZM12 9.49999C11.4477 9.49999 11 9.94771 11 10.5V12H9.5C8.94772 12 8.5 12.4477 8.5 13C8.50021 13.5521 8.94785 14 9.5 14H11V15.5C11.0002 16.0521 11.4478 16.5 12 16.5C12.5522 16.5 12.9998 16.0521 13 15.5V14H14.5C15.0522 14 15.4998 13.5521 15.5 13C15.5 12.4477 15.0523 12 14.5 12H13V10.5C13 9.94771 12.5523 9.49999 12 9.49999Z",fill:"currentColor"}))},L=B;
|
|
2
|
+
|
|
3
|
+
//# debugId=526B7BE966CAB33A64756E2164756E21
|
|
@@ -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=\"M10.4102 3.81444C11.3829 3.20655 12.6171 3.20655 13.5898 3.81444L19.5898 7.56444C20.4669 8.11266 21 9.07413 21 10.1084V18C20.9998 19.6567 19.6567 21 18 21H6C4.39503 21 3.08441 19.7393 3.00391 18.1543L3 18V10.1084C3.00003 9.07413 3.53314 8.11266 4.41016 7.56444L10.4102 3.81444ZM12 9.49999C11.4477 9.49999 11 9.94771 11 10.5V12H9.5C8.94772 12 8.5 12.4477 8.5 13C8.50021 13.5521 8.94785 14 9.5 14H11V15.5C11.0002 16.0521 11.4478 16.5 12 16.5C12.5522 16.5 12.9998 16.0521 13 15.5V14H14.5C15.0522 14 15.4998 13.5521 15.5 13C15.5 12.4477 15.0523 12 14.5 12H13V10.5C13 9.94771 12.5523 9.49999 12 9.49999Z\" 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,wBAAgtB,EAAhtB,IAAqB,EAAO,UAAU,aAAY,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ylBAAylB,KAAK,eAAc,CAAI,GAG1sB",
|
|
9
|
+
"debugId": "526B7BE966CAB33A64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import n from"react";var l=({children:o,size:e=24,ariaLabel:t,color:C,ariaHidden:r=!0,style:a,...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:C,...a}},t&&!r&&n.createElement("title",null,t),o)};import p from"react";var m=(o)=>{return p.createElement(l,{...o,ariaLabel:"home-plus"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.4102 3.81444C11.3829 3.20655 12.6171 3.20655 13.5898 3.81444L19.5898 7.56444C20.4669 8.11266 21 9.07413 21 10.1084V18C20.9998 19.6567 19.6567 21 18 21H6C4.39503 21 3.08441 19.7393 3.00391 18.1543L3 18V10.1084C3.00003 9.07413 3.53314 8.11266 4.41016 7.56444L10.4102 3.81444ZM12 9.49999C11.4477 9.49999 11 9.94771 11 10.5V12H9.5C8.94772 12 8.5 12.4477 8.5 13C8.50021 13.5521 8.94785 14 9.5 14H11V15.5C11.0002 16.0521 11.4478 16.5 12 16.5C12.5522 16.5 12.9998 16.0521 13 15.5V14H14.5C15.0522 14 15.4998 13.5521 15.5 13C15.5 12.4477 15.0523 12 14.5 12H13V10.5C13 9.94771 12.5523 9.49999 12 9.49999Z",fill:"currentColor"}))},d=m;export{d as default,m as IconHomePlus};
|
|
2
|
+
|
|
3
|
+
//# debugId=FDDDE654AF50048D64756E2164756E21
|
|
@@ -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=\"M10.4102 3.81444C11.3829 3.20655 12.6171 3.20655 13.5898 3.81444L19.5898 7.56444C20.4669 8.11266 21 9.07413 21 10.1084V18C20.9998 19.6567 19.6567 21 18 21H6C4.39503 21 3.08441 19.7393 3.00391 18.1543L3 18V10.1084C3.00003 9.07413 3.53314 8.11266 4.41016 7.56444L10.4102 3.81444ZM12 9.49999C11.4477 9.49999 11 9.94771 11 10.5V12H9.5C8.94772 12 8.5 12.4477 8.5 13C8.50021 13.5521 8.94785 14 9.5 14H11V15.5C11.0002 16.0521 11.4478 16.5 12 16.5C12.5522 16.5 12.9998 16.0521 13 15.5V14H14.5C15.0522 14 15.4998 13.5521 15.5 13C15.5 12.4477 15.0523 12 14.5 12H13V10.5C13 9.94771 12.5523 9.49999 12 9.49999Z\" 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,gBAAgtB,EAAhtB,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ylBAAylB,KAAK,eAAc,CAAI,GAG1sB",
|
|
9
|
+
"debugId": "FDDDE654AF50048D64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var y=Object.create;var{getPrototypeOf:B,defineProperty:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:I}=Object,g=Object.prototype.hasOwnProperty;function u(e){return this[e]}var v,w,d=(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 C of f(e))if(!g.call(l,C))a(l,C,{get:u.bind(e,C),enumerable:!0});if(o)n.set(e,l);return l},V=(e)=>{var t=(c??=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 f(e))if(!g.call(t,o))a(t,o,{get:u.bind(e,o),enumerable:!(r=I(e,o))||r.enumerable})}return c.set(e,t),t},c;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 G={};h(G,{CentralIconBase:()=>s});module.exports=V(G);var i=d(require("react")),s=({children:e,size:t=24,ariaLabel:r,color:o,ariaHidden:n=!0,style:p,...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:o,...p}},r&&!n&&i.default.createElement("title",null,r),e)};var S={};h(S,{default:()=>L,IconLayoutAlignLeftRight:()=>x});module.exports=V(S);var m=d(require("react"));var x=(e)=>{return m.default.createElement(s,{...e,ariaLabel:"layout-align-left-right, padding"},m.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8 7C7.44772 7 7 7.44772 7 8V16C7 16.5523 7.44772 17 8 17C8.55228 17 9 16.5523 9 16V8C9 7.44772 8.55228 7 8 7ZM16 7C15.4477 7 15 7.44772 15 8V16C15 16.5523 15.4477 17 16 17C16.5523 17 17 16.5523 17 16V8C17 7.44772 16.5523 7 16 7Z",fill:"currentColor"}))},L=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=CC9086956765AD3464756E2164756E21
|
|
@@ -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=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8 7C7.44772 7 7 7.44772 7 8V16C7 16.5523 7.44772 17 8 17C8.55228 17 9 16.5523 9 16V8C9 7.44772 8.55228 7 8 7ZM16 7C15.4477 7 15 7.44772 15 8V16C15 16.5523 15.4477 17 16 17C16.5523 17 17 16.5523 17 16V8C17 7.44772 16.5523 7 16 7Z\" 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,wBAA8e,EAA9e,IAAqB,EAAO,UAAU,oCAAmC,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gWAAgW,KAAK,eAAc,CAAI,GAGxe",
|
|
9
|
+
"debugId": "CC9086956765AD3464756E2164756E21",
|
|
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:C,...i})=>{return n.createElement("svg",{...i,"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,...C}},o&&!r&&n.createElement("title",null,o),t)};import a from"react";var s=(t)=>{return a.createElement(l,{...t,ariaLabel:"layout-align-left-right, padding"},a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8 7C7.44772 7 7 7.44772 7 8V16C7 16.5523 7.44772 17 8 17C8.55228 17 9 16.5523 9 16V8C9 7.44772 8.55228 7 8 7ZM16 7C15.4477 7 15 7.44772 15 8V16C15 16.5523 15.4477 17 16 17C16.5523 17 17 16.5523 17 16V8C17 7.44772 16.5523 7 16 7Z",fill:"currentColor"}))},d=s;export{d as default,s as IconLayoutAlignLeftRight};
|
|
2
|
+
|
|
3
|
+
//# debugId=08066549785DF4D464756E2164756E21
|
|
@@ -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=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8 7C7.44772 7 7 7.44772 7 8V16C7 16.5523 7.44772 17 8 17C8.55228 17 9 16.5523 9 16V8C9 7.44772 8.55228 7 8 7ZM16 7C15.4477 7 15 7.44772 15 8V16C15 16.5523 15.4477 17 16 17C16.5523 17 17 16.5523 17 16V8C17 7.44772 16.5523 7 16 7Z\" 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,gBAA8e,EAA9e,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gWAAgW,KAAK,eAAc,CAAI,GAGxe",
|
|
9
|
+
"debugId": "08066549785DF4D464756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:b,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:h}=Object,d=Object.prototype.hasOwnProperty;function f(o){return this[o]}var v,w,g=(o,t,e)=>{var r=o!=null&&typeof o==="object";if(r){var n=t?v??=new WeakMap:w??=new WeakMap,a=n.get(o);if(a)return a}e=o!=null?I(b(o)):{};let l=t||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e;for(let C of u(o))if(!d.call(l,C))p(l,C,{get:f.bind(o,C),enumerable:!0});if(r)n.set(o,l);return l},B=(o)=>{var t=(c??=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 u(o))if(!d.call(t,r))p(t,r,{get:f.bind(o,r),enumerable:!(e=h(o,r))||e.enumerable})}return c.set(o,t),t},c;var P=(o)=>o;function V(o,t){this[o]=P.bind(null,t)}var x=(o,t)=>{for(var e in t)p(o,e,{get:t[e],enumerable:!0,configurable:!0,set:V.bind(t,e)})};var H={};x(H,{CentralIconBase:()=>i});module.exports=B(H);var s=g(require("react")),i=({children:o,size:t=24,ariaLabel:e,color:r,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:r,...a}},e&&!n&&s.default.createElement("title",null,e),o)};var G={};x(G,{default:()=>S,IconLayoutAlignTopBottom:()=>y});module.exports=B(G);var m=g(require("react"));var y=(o)=>{return m.default.createElement(i,{...o,ariaLabel:"layout-align-top-bottom, padding"},m.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8 15C7.44772 15 7 15.4477 7 16C7 16.5523 7.44772 17 8 17H16C16.5523 17 17 16.5523 17 16C17 15.4477 16.5523 15 16 15H8ZM8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H8Z",fill:"currentColor"}))},S=y;
|
|
2
|
+
|
|
3
|
+
//# debugId=50E611A6981F5C1964756E2164756E21
|
|
@@ -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=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8 15C7.44772 15 7 15.4477 7 16C7 16.5523 7.44772 17 8 17H16C16.5523 17 17 16.5523 17 16C17 15.4477 16.5523 15 16 15H8ZM8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H8Z\" 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,wBAA8e,EAA9e,IAAqB,EAAO,UAAU,oCAAmC,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gWAAgW,KAAK,eAAc,CAAI,GAGxe",
|
|
9
|
+
"debugId": "50E611A6981F5C1964756E2164756E21",
|
|
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:C,...s})=>{return n.createElement("svg",{...s,"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,...C}},r&&!e&&n.createElement("title",null,r),t)};import p from"react";var i=(t)=>{return p.createElement(l,{...t,ariaLabel:"layout-align-top-bottom, padding"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8 15C7.44772 15 7 15.4477 7 16C7 16.5523 7.44772 17 8 17H16C16.5523 17 17 16.5523 17 16C17 15.4477 16.5523 15 16 15H8ZM8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H8Z",fill:"currentColor"}))},g=i;export{g as default,i as IconLayoutAlignTopBottom};
|
|
2
|
+
|
|
3
|
+
//# debugId=FDD3B6CD4853EDE264756E2164756E21
|
|
@@ -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=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM8 15C7.44772 15 7 15.4477 7 16C7 16.5523 7.44772 17 8 17H16C16.5523 17 17 16.5523 17 16C17 15.4477 16.5523 15 16 15H8ZM8 7C7.44772 7 7 7.44772 7 8C7 8.55228 7.44772 9 8 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H8Z\" 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,gBAA8e,EAA9e,IAAqB,EAAO,UAAU,oCAAmC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gWAAgW,KAAK,eAAc,CAAI,GAGxe",
|
|
9
|
+
"debugId": "FDD3B6CD4853EDE264756E2164756E21",
|
|
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:f,getOwnPropertyDescriptor:d}=Object,u=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 C of f(o))if(!u.call(p,C))l(p,C,{get:g.bind(o,C),enumerable:!0});if(e)n.set(o,p);return p},B=(o)=>{var r=(i??=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 f(o))if(!u.call(r,e))l(r,e,{get:g.bind(o,e),enumerable:!(t=d(o,e))||t.enumerable})}return i.set(o,r),r},i;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:()=>c});module.exports=B(G);var m=x(require("react")),c=({children:o,size:r=24,ariaLabel:t,color:e,ariaHidden:n=!0,style:a,...p})=>{return m.default.createElement("svg",{...p,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:e,...a}},t&&!n&&m.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(c,{...o,ariaLabel:"macbook, laptop, computer"},s.default.createElement("path",{d:"M22 16C22.5523 16 23 16.4477 23 17V18C23 19.6569 21.6569 21 20 21H4C2.34315 21 1 19.6569 1 18V17C1 16.7348 1.10543 16.4805 1.29297 16.293C1.48051 16.1054 1.73478 16 2 16H22Z",fill:"currentColor"}),s.default.createElement("path",{d:"M18 3C19.6569 3 21 4.34315 21 6V14H3V6C3 4.34315 4.34315 3 6 3H18Z",fill:"currentColor"}))},H=V;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=29B168A963CD91AE64756E2164756E21
|
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=\"M22 16C22.5523 16 23 16.4477 23 17V18C23 19.6569 21.6569 21 20 21H4C2.34315 21 1 19.6569 1 18V17C1 16.7348 1.10543 16.4805 1.29297 16.293C1.48051 16.1054 1.73478 16 2 16H22Z\" fill=\"currentColor\"/><path d=\"M18 3C19.6569 3 21 4.34315 21 6V14H3V6C3 4.34315 4.34315 3 6 3H18Z\" 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,wBAAmX,EAAnX,IAAqB,EAAO,UAAU,6BAA4B,wBAAC,OAAD,CAAM,EAAE,gLAAgL,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qEAAqE,KAAK,eAAc,CAAI,GAG7W",
|
|
9
|
+
"debugId": "29B168A963CD91AE64756E2164756E21",
|
|
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,...C})=>{return p.createElement("svg",{...C,"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 m=(r)=>{return e.createElement(l,{...r,ariaLabel:"macbook, laptop, computer"},e.createElement("path",{d:"M22 16C22.5523 16 23 16.4477 23 17V18C23 19.6569 21.6569 21 20 21H4C2.34315 21 1 19.6569 1 18V17C1 16.7348 1.10543 16.4805 1.29297 16.293C1.48051 16.1054 1.73478 16 2 16H22Z",fill:"currentColor"}),e.createElement("path",{d:"M18 3C19.6569 3 21 4.34315 21 6V14H3V6C3 4.34315 4.34315 3 6 3H18Z",fill:"currentColor"}))},x=m;export{x as default,m as IconMacbook};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=88C1CFFDB146B94E64756E2164756E21
|
|
@@ -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=\"M22 16C22.5523 16 23 16.4477 23 17V18C23 19.6569 21.6569 21 20 21H4C2.34315 21 1 19.6569 1 18V17C1 16.7348 1.10543 16.4805 1.29297 16.293C1.48051 16.1054 1.73478 16 2 16H22Z\" fill=\"currentColor\"/><path d=\"M18 3C19.6569 3 21 4.34315 21 6V14H3V6C3 4.34315 4.34315 3 6 3H18Z\" 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,gBAAmX,EAAnX,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,gLAAgL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qEAAqE,KAAK,eAAc,CAAI,GAG7W",
|
|
9
|
+
"debugId": "88C1CFFDB146B94E64756E2164756E21",
|
|
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
|
|