@central-icons-react/round-filled-radius-3-stroke-2 0.0.55 → 0.0.56

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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFaceIdFace: React.FC<CentralIconBaseProps>;
4
+ export default IconFaceIdFace;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(e,r)=>{for(var t in r)C(e,t,{get:r[t],enumerable:!0})},p=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of V(r))!g.call(e,o)&&o!==t&&C(e,o,{get:()=>r[o],enumerable:!(n=u(r,o))||n.enumerable});return e};var s=(e,r,t)=>(t=e!=null?d(I(e)):{},p(r||!e||!e.__esModule?C(t,"default",{value:e,enumerable:!0}):t,e)),B=e=>p(C({},"__esModule",{value:!0}),e);var v={};x(v,{IconFaceIdFace:()=>i,default:()=>h});module.exports=B(v);var a=s(require("react"));var l=s(require("react")),c=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:m,...f})=>l.default.createElement("svg",{...f,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...m}},t&&!o&&l.default.createElement("title",null,t),e);var i=e=>a.default.createElement(c,{...e,ariaLabel:"face-id-face"},a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 4C5.69036 4 6.25 4.55964 6.25 5.25V7.75C6.25 8.44036 5.69036 9 5 9C4.30964 9 3.75 8.44036 3.75 7.75V5.25C3.75 4.55964 4.30964 4 5 4ZM19 4C19.6904 4 20.25 4.55964 20.25 5.25V7.75C20.25 8.44036 19.6904 9 19 9C18.3096 9 17.75 8.44036 17.75 7.75V5.25C17.75 4.55964 18.3096 4 19 4ZM13 5C13.6904 5 14.25 5.55964 14.25 6.25V12.25C14.25 14.0449 12.7949 15.5 11 15.5C10.3096 15.5 9.75 14.9404 9.75 14.25C9.75 13.5596 10.3096 13 11 13C11.4142 13 11.75 12.6642 11.75 12.25V6.25C11.75 5.55964 12.3096 5 13 5ZM5.03668 16.4534C5.47661 15.9214 6.26454 15.8468 6.79657 16.2867C8.6605 17.828 10.3804 18.5 12 18.5C13.6196 18.5 15.3395 17.828 17.2034 16.2867C17.7355 15.8468 18.5234 15.9214 18.9633 16.4534C19.4032 16.9855 19.3286 17.7734 18.7966 18.2133C16.6294 20.0054 14.3649 21 12 21C9.63512 21 7.37064 20.0054 5.20343 18.2133C4.67141 17.7734 4.59675 16.9855 5.03668 16.4534Z",fill:"currentColor"})),h=i;0&&(module.exports={IconFaceIdFace});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFaceIdFace/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFaceIdFace: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"face-id-face\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5 4C5.69036 4 6.25 4.55964 6.25 5.25V7.75C6.25 8.44036 5.69036 9 5 9C4.30964 9 3.75 8.44036 3.75 7.75V5.25C3.75 4.55964 4.30964 4 5 4ZM19 4C19.6904 4 20.25 4.55964 20.25 5.25V7.75C20.25 8.44036 19.6904 9 19 9C18.3096 9 17.75 8.44036 17.75 7.75V5.25C17.75 4.55964 18.3096 4 19 4ZM13 5C13.6904 5 14.25 5.55964 14.25 6.25V12.25C14.25 14.0449 12.7949 15.5 11 15.5C10.3096 15.5 9.75 14.9404 9.75 14.25C9.75 13.5596 10.3096 13 11 13C11.4142 13 11.75 12.6642 11.75 12.25V6.25C11.75 5.55964 12.3096 5 13 5ZM5.03668 16.4534C5.47661 15.9214 6.26454 15.8468 6.79657 16.2867C8.6605 17.828 10.3804 18.5 12 18.5C13.6196 18.5 15.3395 17.828 17.2034 16.2867C17.7355 15.8468 18.5234 15.9214 18.9633 16.4534C19.4032 16.9855 19.3286 17.7734 18.7966 18.2133C16.6294 20.0054 14.3649 21 12 21C9.63512 21 7.37064 20.0054 5.20343 18.2133C4.67141 17.7734 4.59675 16.9855 5.03668 16.4534Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFaceIdFace;\n","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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,gBACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,k2BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFaceIdFace_exports","__export","IconFaceIdFace","IconFaceIdFace_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconFaceIdFace","props","React","CentralIconBase","IconFaceIdFace_default"]}
@@ -0,0 +1,2 @@
1
+ import l from"react";import n from"react";var C=({children:r,size:e=24,ariaLabel:o,color:a,ariaHidden:t=!0,style:p,...s})=>n.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:a,...p}},o&&!t&&n.createElement("title",null,o),r);var c=r=>l.createElement(C,{...r,ariaLabel:"face-id-face"},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 4C5.69036 4 6.25 4.55964 6.25 5.25V7.75C6.25 8.44036 5.69036 9 5 9C4.30964 9 3.75 8.44036 3.75 7.75V5.25C3.75 4.55964 4.30964 4 5 4ZM19 4C19.6904 4 20.25 4.55964 20.25 5.25V7.75C20.25 8.44036 19.6904 9 19 9C18.3096 9 17.75 8.44036 17.75 7.75V5.25C17.75 4.55964 18.3096 4 19 4ZM13 5C13.6904 5 14.25 5.55964 14.25 6.25V12.25C14.25 14.0449 12.7949 15.5 11 15.5C10.3096 15.5 9.75 14.9404 9.75 14.25C9.75 13.5596 10.3096 13 11 13C11.4142 13 11.75 12.6642 11.75 12.25V6.25C11.75 5.55964 12.3096 5 13 5ZM5.03668 16.4534C5.47661 15.9214 6.26454 15.8468 6.79657 16.2867C8.6605 17.828 10.3804 18.5 12 18.5C13.6196 18.5 15.3395 17.828 17.2034 16.2867C17.7355 15.8468 18.5234 15.9214 18.9633 16.4534C19.4032 16.9855 19.3286 17.7734 18.7966 18.2133C16.6294 20.0054 14.3649 21 12 21C9.63512 21 7.37064 20.0054 5.20343 18.2133C4.67141 17.7734 4.59675 16.9855 5.03668 16.4534Z",fill:"currentColor"})),u=c;export{c as IconFaceIdFace,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFaceIdFace/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFaceIdFace: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"face-id-face\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5 4C5.69036 4 6.25 4.55964 6.25 5.25V7.75C6.25 8.44036 5.69036 9 5 9C4.30964 9 3.75 8.44036 3.75 7.75V5.25C3.75 4.55964 4.30964 4 5 4ZM19 4C19.6904 4 20.25 4.55964 20.25 5.25V7.75C20.25 8.44036 19.6904 9 19 9C18.3096 9 17.75 8.44036 17.75 7.75V5.25C17.75 4.55964 18.3096 4 19 4ZM13 5C13.6904 5 14.25 5.55964 14.25 6.25V12.25C14.25 14.0449 12.7949 15.5 11 15.5C10.3096 15.5 9.75 14.9404 9.75 14.25C9.75 13.5596 10.3096 13 11 13C11.4142 13 11.75 12.6642 11.75 12.25V6.25C11.75 5.55964 12.3096 5 13 5ZM5.03668 16.4534C5.47661 15.9214 6.26454 15.8468 6.79657 16.2867C8.6605 17.828 10.3804 18.5 12 18.5C13.6196 18.5 15.3395 17.828 17.2034 16.2867C17.7355 15.8468 18.5234 15.9214 18.9633 16.4534C19.4032 16.9855 19.3286 17.7734 18.7966 18.2133C16.6294 20.0054 14.3649 21 12 21C9.63512 21 7.37064 20.0054 5.20343 18.2133C4.67141 17.7734 4.59675 16.9855 5.03668 16.4534Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFaceIdFace;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,gBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,k2BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFaceIdFace","props","React","CentralIconBase","IconFaceIdFace_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var d=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(e,r)=>{for(var t in r)C(e,t,{get:r[t],enumerable:!0})},a=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of V(r))!x.call(e,o)&&o!==t&&C(e,o,{get:()=>r[o],enumerable:!(n=u(r,o))||n.enumerable});return e};var s=(e,r,t)=>(t=e!=null?d(g(e)):{},a(r||!e||!e.__esModule?C(t,"default",{value:e,enumerable:!0}):t,e)),I=e=>a(C({},"__esModule",{value:!0}),e);var v={};B(v,{IconFinderFace:()=>c,default:()=>h});module.exports=I(v);var p=s(require("react"));var l=s(require("react")),i=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:m,...f})=>l.default.createElement("svg",{...f,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...m}},t&&!o&&l.default.createElement("title",null,t),e);var c=e=>p.default.createElement(i,{...e,ariaLabel:"finder-face"},p.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 4C5.69036 4 6.25 4.55964 6.25 5.25V7.75C6.25 8.44036 5.69036 9 5 9C4.30964 9 3.75 8.44036 3.75 7.75V5.25C3.75 4.55964 4.30964 4 5 4ZM19 4C19.6904 4 20.25 4.55964 20.25 5.25V7.75C20.25 8.44036 19.6904 9 19 9C18.3096 9 17.75 8.44036 17.75 7.75V5.25C17.75 4.55964 18.3096 4 19 4ZM13 5C13.6904 5 14.25 5.55964 14.25 6.25V12.25C14.25 14.0449 12.7949 15.5 11 15.5C10.3096 15.5 9.75 14.9404 9.75 14.25C9.75 13.5596 10.3096 13 11 13C11.4142 13 11.75 12.6642 11.75 12.25V6.25C11.75 5.55964 12.3096 5 13 5ZM5.03668 16.4534C5.47661 15.9214 6.26454 15.8468 6.79657 16.2867C8.6605 17.828 10.3804 18.5 12 18.5C13.6196 18.5 15.3395 17.828 17.2034 16.2867C17.7355 15.8468 18.5234 15.9214 18.9633 16.4534C19.4032 16.9855 19.3286 17.7734 18.7966 18.2133C16.6294 20.0054 14.3649 21 12 21C9.63512 21 7.37064 20.0054 5.20343 18.2133C4.67141 17.7734 4.59675 16.9855 5.03668 16.4534Z",fill:"currentColor"})),h=c;0&&(module.exports={IconFinderFace});
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,e)=>{for(var t in e)l(r,t,{get:e[t],enumerable:!0})},a=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of g(e))!x.call(r,o)&&o!==t&&l(r,o,{get:()=>e[o],enumerable:!(n=d(e,o))||n.enumerable});return r};var s=(r,e,t)=>(t=r!=null?u(h(r)):{},a(e||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(l({},"__esModule",{value:!0}),r);var w={};B(w,{IconFinderFace:()=>c,default:()=>V});module.exports=I(w);var C=s(require("react"));var p=s(require("react")),i=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:f,...m})=>p.default.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:n,...f}},t&&!o&&p.default.createElement("title",null,t),r);var c=r=>C.default.createElement(i,{...r,ariaLabel:"finder-face"},C.default.createElement("path",{d:"M12.5945 2.63299C12.8292 2.1332 13.4247 1.91795 13.9246 2.15252C14.4245 2.38712 14.6395 2.9827 14.4051 3.4826C13.0105 6.45451 11.9761 8.90027 11.242 12.0002H11.8006C13.0619 12.0005 13.963 13.1328 13.8006 14.3205C13.6535 15.3952 13.5811 16.4546 13.5818 17.5139C14.9765 17.2376 16.4151 16.5943 17.9285 15.5402C18.3817 15.2248 19.0045 15.3362 19.3201 15.7892C19.6357 16.2424 19.5241 16.8652 19.0711 17.1808C17.2832 18.4261 15.4918 19.2243 13.6736 19.5305C13.7126 19.9707 13.7618 20.4128 13.826 20.8576C13.9047 21.4041 13.5248 21.9115 12.9783 21.9904C12.4319 22.0689 11.9253 21.6892 11.8465 21.1428C11.7751 20.6478 11.7192 20.1556 11.6766 19.6652C9.39118 19.591 7.15759 18.7334 4.92852 17.1808C4.47534 16.8652 4.36388 16.2424 4.6795 15.7892C4.99519 15.3363 5.61799 15.2247 6.0711 15.5402C8.00891 16.8899 9.82293 17.5675 11.5809 17.6603C11.573 16.4617 11.6529 15.2634 11.8191 14.049C11.8204 14.0393 11.82 14.0318 11.8182 14.0256C11.816 14.0184 11.8119 14.0113 11.8074 14.006L11.8006 14.0002H10.6102C9.66673 14.0001 8.94323 13.1313 9.14825 12.1896L9.29961 11.5217C10.0807 8.23114 11.1806 5.64607 12.5945 2.63299Z",fill:"currentColor"}),C.default.createElement("path",{d:"M6.99981 6.50018C7.55193 6.50028 7.99969 6.94806 7.99981 7.50018V9.50018C7.99981 10.0524 7.55201 10.5001 6.99981 10.5002C6.44752 10.5002 5.99981 10.0525 5.99981 9.50018V7.50018C5.99993 6.948 6.4476 6.50018 6.99981 6.50018Z",fill:"currentColor"}),C.default.createElement("path",{d:"M16.9998 6.50018C17.5519 6.50028 17.9997 6.94806 17.9998 7.50018V9.50018C17.9998 10.0524 17.552 10.5001 16.9998 10.5002C16.4475 10.5002 15.9998 10.0525 15.9998 9.50018V7.50018C15.9999 6.948 16.4476 6.50018 16.9998 6.50018Z",fill:"currentColor"})),V=c;0&&(module.exports={IconFinderFace});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFinderFace/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFinderFace: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"finder-face\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5 4C5.69036 4 6.25 4.55964 6.25 5.25V7.75C6.25 8.44036 5.69036 9 5 9C4.30964 9 3.75 8.44036 3.75 7.75V5.25C3.75 4.55964 4.30964 4 5 4ZM19 4C19.6904 4 20.25 4.55964 20.25 5.25V7.75C20.25 8.44036 19.6904 9 19 9C18.3096 9 17.75 8.44036 17.75 7.75V5.25C17.75 4.55964 18.3096 4 19 4ZM13 5C13.6904 5 14.25 5.55964 14.25 6.25V12.25C14.25 14.0449 12.7949 15.5 11 15.5C10.3096 15.5 9.75 14.9404 9.75 14.25C9.75 13.5596 10.3096 13 11 13C11.4142 13 11.75 12.6642 11.75 12.25V6.25C11.75 5.55964 12.3096 5 13 5ZM5.03668 16.4534C5.47661 15.9214 6.26454 15.8468 6.79657 16.2867C8.6605 17.828 10.3804 18.5 12 18.5C13.6196 18.5 15.3395 17.828 17.2034 16.2867C17.7355 15.8468 18.5234 15.9214 18.9633 16.4534C19.4032 16.9855 19.3286 17.7734 18.7966 18.2133C16.6294 20.0054 14.3649 21 12 21C9.63512 21 7.37064 20.0054 5.20343 18.2133C4.67141 17.7734 4.59675 16.9855 5.03668 16.4534Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinderFace;\n","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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,eACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,k2BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFinderFace_exports","__export","IconFinderFace","IconFinderFace_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconFinderFace","props","React","CentralIconBase","IconFinderFace_default"]}
1
+ {"version":3,"sources":["../src/IconFinderFace/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFinderFace: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"finder-face\">\n <path\n d=\"M12.5945 2.63299C12.8292 2.1332 13.4247 1.91795 13.9246 2.15252C14.4245 2.38712 14.6395 2.9827 14.4051 3.4826C13.0105 6.45451 11.9761 8.90027 11.242 12.0002H11.8006C13.0619 12.0005 13.963 13.1328 13.8006 14.3205C13.6535 15.3952 13.5811 16.4546 13.5818 17.5139C14.9765 17.2376 16.4151 16.5943 17.9285 15.5402C18.3817 15.2248 19.0045 15.3362 19.3201 15.7892C19.6357 16.2424 19.5241 16.8652 19.0711 17.1808C17.2832 18.4261 15.4918 19.2243 13.6736 19.5305C13.7126 19.9707 13.7618 20.4128 13.826 20.8576C13.9047 21.4041 13.5248 21.9115 12.9783 21.9904C12.4319 22.0689 11.9253 21.6892 11.8465 21.1428C11.7751 20.6478 11.7192 20.1556 11.6766 19.6652C9.39118 19.591 7.15759 18.7334 4.92852 17.1808C4.47534 16.8652 4.36388 16.2424 4.6795 15.7892C4.99519 15.3363 5.61799 15.2247 6.0711 15.5402C8.00891 16.8899 9.82293 17.5675 11.5809 17.6603C11.573 16.4617 11.6529 15.2634 11.8191 14.049C11.8204 14.0393 11.82 14.0318 11.8182 14.0256C11.816 14.0184 11.8119 14.0113 11.8074 14.006L11.8006 14.0002H10.6102C9.66673 14.0001 8.94323 13.1313 9.14825 12.1896L9.29961 11.5217C10.0807 8.23114 11.1806 5.64607 12.5945 2.63299Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.99981 6.50018C7.55193 6.50028 7.99969 6.94806 7.99981 7.50018V9.50018C7.99981 10.0524 7.55201 10.5001 6.99981 10.5002C6.44752 10.5002 5.99981 10.0525 5.99981 9.50018V7.50018C5.99993 6.948 6.4476 6.50018 6.99981 6.50018Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.9998 6.50018C17.5519 6.50028 17.9997 6.94806 17.9998 7.50018V9.50018C17.9998 10.0524 17.552 10.5001 16.9998 10.5002C16.4475 10.5002 15.9998 10.0525 15.9998 9.50018V7.50018C15.9999 6.948 16.4476 6.50018 16.9998 6.50018Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinderFace;\n","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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,eACpC,EAAAC,QAAA,cAAC,QACC,EAAE,qlCACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFinderFace_exports","__export","IconFinderFace","IconFinderFace_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconFinderFace","props","React","CentralIconBase","IconFinderFace_default"]}
@@ -1,2 +1,2 @@
1
- import l from"react";import n from"react";var C=({children:r,size:e=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:a,...s})=>n.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:p,...a}},o&&!t&&n.createElement("title",null,o),r);var i=r=>l.createElement(C,{...r,ariaLabel:"finder-face"},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 4C5.69036 4 6.25 4.55964 6.25 5.25V7.75C6.25 8.44036 5.69036 9 5 9C4.30964 9 3.75 8.44036 3.75 7.75V5.25C3.75 4.55964 4.30964 4 5 4ZM19 4C19.6904 4 20.25 4.55964 20.25 5.25V7.75C20.25 8.44036 19.6904 9 19 9C18.3096 9 17.75 8.44036 17.75 7.75V5.25C17.75 4.55964 18.3096 4 19 4ZM13 5C13.6904 5 14.25 5.55964 14.25 6.25V12.25C14.25 14.0449 12.7949 15.5 11 15.5C10.3096 15.5 9.75 14.9404 9.75 14.25C9.75 13.5596 10.3096 13 11 13C11.4142 13 11.75 12.6642 11.75 12.25V6.25C11.75 5.55964 12.3096 5 13 5ZM5.03668 16.4534C5.47661 15.9214 6.26454 15.8468 6.79657 16.2867C8.6605 17.828 10.3804 18.5 12 18.5C13.6196 18.5 15.3395 17.828 17.2034 16.2867C17.7355 15.8468 18.5234 15.9214 18.9633 16.4534C19.4032 16.9855 19.3286 17.7734 18.7966 18.2133C16.6294 20.0054 14.3649 21 12 21C9.63512 21 7.37064 20.0054 5.20343 18.2133C4.67141 17.7734 4.59675 16.9855 5.03668 16.4534Z",fill:"currentColor"})),u=i;export{i as IconFinderFace,u as default};
1
+ import e from"react";import n from"react";var l=({children:t,size:r=24,ariaLabel:C,color:p,ariaHidden:o=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},C&&!o&&n.createElement("title",null,C),t);var i=t=>e.createElement(l,{...t,ariaLabel:"finder-face"},e.createElement("path",{d:"M12.5945 2.63299C12.8292 2.1332 13.4247 1.91795 13.9246 2.15252C14.4245 2.38712 14.6395 2.9827 14.4051 3.4826C13.0105 6.45451 11.9761 8.90027 11.242 12.0002H11.8006C13.0619 12.0005 13.963 13.1328 13.8006 14.3205C13.6535 15.3952 13.5811 16.4546 13.5818 17.5139C14.9765 17.2376 16.4151 16.5943 17.9285 15.5402C18.3817 15.2248 19.0045 15.3362 19.3201 15.7892C19.6357 16.2424 19.5241 16.8652 19.0711 17.1808C17.2832 18.4261 15.4918 19.2243 13.6736 19.5305C13.7126 19.9707 13.7618 20.4128 13.826 20.8576C13.9047 21.4041 13.5248 21.9115 12.9783 21.9904C12.4319 22.0689 11.9253 21.6892 11.8465 21.1428C11.7751 20.6478 11.7192 20.1556 11.6766 19.6652C9.39118 19.591 7.15759 18.7334 4.92852 17.1808C4.47534 16.8652 4.36388 16.2424 4.6795 15.7892C4.99519 15.3363 5.61799 15.2247 6.0711 15.5402C8.00891 16.8899 9.82293 17.5675 11.5809 17.6603C11.573 16.4617 11.6529 15.2634 11.8191 14.049C11.8204 14.0393 11.82 14.0318 11.8182 14.0256C11.816 14.0184 11.8119 14.0113 11.8074 14.006L11.8006 14.0002H10.6102C9.66673 14.0001 8.94323 13.1313 9.14825 12.1896L9.29961 11.5217C10.0807 8.23114 11.1806 5.64607 12.5945 2.63299Z",fill:"currentColor"}),e.createElement("path",{d:"M6.99981 6.50018C7.55193 6.50028 7.99969 6.94806 7.99981 7.50018V9.50018C7.99981 10.0524 7.55201 10.5001 6.99981 10.5002C6.44752 10.5002 5.99981 10.0525 5.99981 9.50018V7.50018C5.99993 6.948 6.4476 6.50018 6.99981 6.50018Z",fill:"currentColor"}),e.createElement("path",{d:"M16.9998 6.50018C17.5519 6.50028 17.9997 6.94806 17.9998 7.50018V9.50018C17.9998 10.0524 17.552 10.5001 16.9998 10.5002C16.4475 10.5002 15.9998 10.0525 15.9998 9.50018V7.50018C15.9999 6.948 16.4476 6.50018 16.9998 6.50018Z",fill:"currentColor"})),d=i;export{i as IconFinderFace,d as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFinderFace/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFinderFace: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"finder-face\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M5 4C5.69036 4 6.25 4.55964 6.25 5.25V7.75C6.25 8.44036 5.69036 9 5 9C4.30964 9 3.75 8.44036 3.75 7.75V5.25C3.75 4.55964 4.30964 4 5 4ZM19 4C19.6904 4 20.25 4.55964 20.25 5.25V7.75C20.25 8.44036 19.6904 9 19 9C18.3096 9 17.75 8.44036 17.75 7.75V5.25C17.75 4.55964 18.3096 4 19 4ZM13 5C13.6904 5 14.25 5.55964 14.25 6.25V12.25C14.25 14.0449 12.7949 15.5 11 15.5C10.3096 15.5 9.75 14.9404 9.75 14.25C9.75 13.5596 10.3096 13 11 13C11.4142 13 11.75 12.6642 11.75 12.25V6.25C11.75 5.55964 12.3096 5 13 5ZM5.03668 16.4534C5.47661 15.9214 6.26454 15.8468 6.79657 16.2867C8.6605 17.828 10.3804 18.5 12 18.5C13.6196 18.5 15.3395 17.828 17.2034 16.2867C17.7355 15.8468 18.5234 15.9214 18.9633 16.4534C19.4032 16.9855 19.3286 17.7734 18.7966 18.2133C16.6294 20.0054 14.3649 21 12 21C9.63512 21 7.37064 20.0054 5.20343 18.2133C4.67141 17.7734 4.59675 16.9855 5.03668 16.4534Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinderFace;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,eACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,k2BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFinderFace","props","React","CentralIconBase","IconFinderFace_default"]}
1
+ {"version":3,"sources":["../src/IconFinderFace/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFinderFace: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"finder-face\">\n <path\n d=\"M12.5945 2.63299C12.8292 2.1332 13.4247 1.91795 13.9246 2.15252C14.4245 2.38712 14.6395 2.9827 14.4051 3.4826C13.0105 6.45451 11.9761 8.90027 11.242 12.0002H11.8006C13.0619 12.0005 13.963 13.1328 13.8006 14.3205C13.6535 15.3952 13.5811 16.4546 13.5818 17.5139C14.9765 17.2376 16.4151 16.5943 17.9285 15.5402C18.3817 15.2248 19.0045 15.3362 19.3201 15.7892C19.6357 16.2424 19.5241 16.8652 19.0711 17.1808C17.2832 18.4261 15.4918 19.2243 13.6736 19.5305C13.7126 19.9707 13.7618 20.4128 13.826 20.8576C13.9047 21.4041 13.5248 21.9115 12.9783 21.9904C12.4319 22.0689 11.9253 21.6892 11.8465 21.1428C11.7751 20.6478 11.7192 20.1556 11.6766 19.6652C9.39118 19.591 7.15759 18.7334 4.92852 17.1808C4.47534 16.8652 4.36388 16.2424 4.6795 15.7892C4.99519 15.3363 5.61799 15.2247 6.0711 15.5402C8.00891 16.8899 9.82293 17.5675 11.5809 17.6603C11.573 16.4617 11.6529 15.2634 11.8191 14.049C11.8204 14.0393 11.82 14.0318 11.8182 14.0256C11.816 14.0184 11.8119 14.0113 11.8074 14.006L11.8006 14.0002H10.6102C9.66673 14.0001 8.94323 13.1313 9.14825 12.1896L9.29961 11.5217C10.0807 8.23114 11.1806 5.64607 12.5945 2.63299Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.99981 6.50018C7.55193 6.50028 7.99969 6.94806 7.99981 7.50018V9.50018C7.99981 10.0524 7.55201 10.5001 6.99981 10.5002C6.44752 10.5002 5.99981 10.0525 5.99981 9.50018V7.50018C5.99993 6.948 6.4476 6.50018 6.99981 6.50018Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.9998 6.50018C17.5519 6.50028 17.9997 6.94806 17.9998 7.50018V9.50018C17.9998 10.0524 17.552 10.5001 16.9998 10.5002C16.4475 10.5002 15.9998 10.0525 15.9998 9.50018V7.50018C15.9999 6.948 16.4476 6.50018 16.9998 6.50018Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinderFace;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,eACpCC,EAAA,cAAC,QACC,EAAE,qlCACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iOACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFinderFace","props","React","CentralIconBase","IconFinderFace_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconNpm: React.FC<CentralIconBaseProps>;
4
+ export default IconNpm;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(r,e)=>{for(var t in e)p(r,t,{get:e[t],enumerable:!0})},s=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of x(e))!I.call(r,o)&&o!==t&&p(r,o,{get:()=>e[o],enumerable:!(n=g(e,o))||n.enumerable});return r};var m=(r,e,t)=>(t=r!=null?u(B(r)):{},s(e||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>s(p({},"__esModule",{value:!0}),r);var y={};V(y,{IconNpm:()=>i,default:()=>w});module.exports=h(y);var l=m(require("react"));var a=m(require("react")),c=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:f,...C})=>a.default.createElement("svg",{...C,"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:n,...f}},t&&!o&&a.default.createElement("title",null,t),r);var i=r=>l.default.createElement(c,{...r,ariaLabel:"npm"},l.default.createElement("path",{d:"M3 21H12V7.5H16.5V21H21V3H3V21Z",fill:"currentColor"})),w=i;0&&(module.exports={IconNpm});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconNpm/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNpm: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"npm\">\n <path d=\"M3 21H12V7.5H16.5V21H21V3H3V21Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconNpm;\n","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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,aAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,OACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconNpm_exports","__export","IconNpm","IconNpm_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconNpm","props","React","CentralIconBase","IconNpm_default"]}
@@ -0,0 +1,2 @@
1
+ import a from"react";import n from"react";var p=({children:e,size:r=24,ariaLabel:o,color:l,ariaHidden:t=!0,style:s,...m})=>n.createElement("svg",{...m,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...s}},o&&!t&&n.createElement("title",null,o),e);var c=e=>a.createElement(p,{...e,ariaLabel:"npm"},a.createElement("path",{d:"M3 21H12V7.5H16.5V21H21V3H3V21Z",fill:"currentColor"})),g=c;export{c as IconNpm,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconNpm/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNpm: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"npm\">\n <path d=\"M3 21H12V7.5H16.5V21H21V3H3V21Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconNpm;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,OACpCC,EAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconNpm","props","React","CentralIconBase","IconNpm_default"]}
package/README.md CHANGED
@@ -659,6 +659,7 @@ Below is a complete list of available icons:
659
659
  - IconBlankPageLandscape
660
660
  - IconBlankPagePortrait
661
661
  - IconDossier
662
+ - IconFaceIdFace
662
663
  - IconFileBend
663
664
  - IconFileChart
664
665
  - IconFileCloud
@@ -1376,6 +1377,7 @@ Below is a complete list of available icons:
1376
1377
  - IconNintendoSwitch
1377
1378
  - IconNotion
1378
1379
  - IconNotionAi
1380
+ - IconNpm
1379
1381
  - IconOpenai
1380
1382
  - IconOpera
1381
1383
  - IconPatreon
package/icons/index.d.ts CHANGED
@@ -610,6 +610,7 @@ export type CentralIconName =
610
610
  | "IconEyeSparkle"
611
611
  | "IconFacebook"
612
612
  | "IconFaceId"
613
+ | "IconFaceIdFace"
613
614
  | "IconFashion"
614
615
  | "IconFastDelivery"
615
616
  | "IconFastForward"
@@ -948,6 +949,7 @@ export type CentralIconName =
948
949
  | "IconNoteText"
949
950
  | "IconNotion"
950
951
  | "IconNotionAi"
952
+ | "IconNpm"
951
953
  | "IconNuclearPowerPlant"
952
954
  | "IconNumberedList"
953
955
  | "IconOculus"