@central-icons-react/round-filled-radius-3-stroke-1 0.0.55 → 0.0.57

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:"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z",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=\"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z\"\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,s1BACF,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:"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z",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=\"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z\"\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,s1BACF,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:"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z",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 C of g(e))!x.call(r,C)&&C!==t&&l(r,C,{get:()=>e[C],enumerable:!(n=d(e,C))||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 o=s(require("react"));var p=s(require("react")),i=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:C=!0,style:f,...m})=>p.default.createElement("svg",{...m,"aria-hidden":C,role:C?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&&!C&&p.default.createElement("title",null,t),r);var c=r=>o.default.createElement(i,{...r,ariaLabel:"finder-face"},o.default.createElement("path",{d:"M13.4216 2.05044C13.5399 1.80119 13.8382 1.6942 14.0876 1.81216C14.3369 1.93046 14.443 2.22875 14.3249 2.47817C12.6423 6.02508 11.4287 8.7693 10.6149 12.4997H11.7995C12.7423 12.4997 13.4287 13.3485 13.3053 14.2516C13.1276 15.5501 13.0552 16.8275 13.0885 18.109C15.0774 17.8874 17.0997 17.0604 19.2145 15.5895C19.4412 15.4322 19.7523 15.4879 19.9098 15.7145C20.0674 15.9411 20.0112 16.2521 19.7848 16.4098C17.5466 17.9665 15.3477 18.8765 13.1364 19.11C13.1975 19.9993 13.3089 20.894 13.4714 21.8024C13.5198 22.0741 13.3388 22.3339 13.0671 22.3825C12.7954 22.4308 12.5356 22.2498 12.487 21.9782C12.3176 21.0311 12.2019 20.0974 12.1384 19.1686C12.0921 19.1692 12.0459 19.1725 11.9997 19.1725C9.40275 19.1725 6.83601 18.233 4.21453 16.4098C3.98785 16.2522 3.93192 15.9412 4.08953 15.7145C4.24725 15.4881 4.55824 15.432 4.78484 15.5895C7.28684 17.3296 9.6585 18.1725 11.9997 18.1725C12.03 18.1725 12.0602 18.1699 12.0905 18.1696C12.0534 16.823 12.1274 15.4803 12.3141 14.1159C12.3595 13.7822 12.1051 13.4997 11.7995 13.4997H10.61C9.98021 13.4996 9.49927 12.9194 9.63542 12.2946L9.79851 11.5846C10.6343 8.08689 11.8373 5.39017 13.4216 2.05044Z",fill:"currentColor"}),o.default.createElement("path",{d:"M7.49968 6.99966C7.7756 6.99983 7.99956 7.22372 7.99968 7.49966V9.49966C7.99968 9.77569 7.77568 9.99949 7.49968 9.99966C7.22354 9.99966 6.99968 9.7758 6.99968 9.49966V7.49966C6.9998 7.22362 7.22361 6.99966 7.49968 6.99966Z",fill:"currentColor"}),o.default.createElement("path",{d:"M16.4997 6.99966C16.7756 6.99983 16.9996 7.22372 16.9997 7.49966V9.49966C16.9997 9.77569 16.7757 9.99949 16.4997 9.99966C16.2235 9.99966 15.9997 9.7758 15.9997 9.49966V7.49966C15.9998 7.22362 16.2236 6.99966 16.4997 6.99966Z",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=\"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z\"\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,s1BACF,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=\"M13.4216 2.05044C13.5399 1.80119 13.8382 1.6942 14.0876 1.81216C14.3369 1.93046 14.443 2.22875 14.3249 2.47817C12.6423 6.02508 11.4287 8.7693 10.6149 12.4997H11.7995C12.7423 12.4997 13.4287 13.3485 13.3053 14.2516C13.1276 15.5501 13.0552 16.8275 13.0885 18.109C15.0774 17.8874 17.0997 17.0604 19.2145 15.5895C19.4412 15.4322 19.7523 15.4879 19.9098 15.7145C20.0674 15.9411 20.0112 16.2521 19.7848 16.4098C17.5466 17.9665 15.3477 18.8765 13.1364 19.11C13.1975 19.9993 13.3089 20.894 13.4714 21.8024C13.5198 22.0741 13.3388 22.3339 13.0671 22.3825C12.7954 22.4308 12.5356 22.2498 12.487 21.9782C12.3176 21.0311 12.2019 20.0974 12.1384 19.1686C12.0921 19.1692 12.0459 19.1725 11.9997 19.1725C9.40275 19.1725 6.83601 18.233 4.21453 16.4098C3.98785 16.2522 3.93192 15.9412 4.08953 15.7145C4.24725 15.4881 4.55824 15.432 4.78484 15.5895C7.28684 17.3296 9.6585 18.1725 11.9997 18.1725C12.03 18.1725 12.0602 18.1699 12.0905 18.1696C12.0534 16.823 12.1274 15.4803 12.3141 14.1159C12.3595 13.7822 12.1051 13.4997 11.7995 13.4997H10.61C9.98021 13.4996 9.49927 12.9194 9.63542 12.2946L9.79851 11.5846C10.6343 8.08689 11.8373 5.39017 13.4216 2.05044Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.49968 6.99966C7.7756 6.99983 7.99956 7.22372 7.99968 7.49966V9.49966C7.99968 9.77569 7.77568 9.99949 7.49968 9.99966C7.22354 9.99966 6.99968 9.7758 6.99968 9.49966V7.49966C6.9998 7.22362 7.22361 6.99966 7.49968 6.99966Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.4997 6.99966C16.7756 6.99983 16.9996 7.22372 16.9997 7.49966V9.49966C16.9997 9.77569 16.7757 9.99949 16.4997 9.99966C16.2235 9.99966 15.9997 9.7758 15.9997 9.49966V7.49966C15.9998 7.22362 16.2236 6.99966 16.4997 6.99966Z\"\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,onCACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mOACF,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:"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z",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:o,color:p,ariaHidden:C=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":C,role:C?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}},o&&!C&&n.createElement("title",null,o),t);var i=t=>e.createElement(l,{...t,ariaLabel:"finder-face"},e.createElement("path",{d:"M13.4216 2.05044C13.5399 1.80119 13.8382 1.6942 14.0876 1.81216C14.3369 1.93046 14.443 2.22875 14.3249 2.47817C12.6423 6.02508 11.4287 8.7693 10.6149 12.4997H11.7995C12.7423 12.4997 13.4287 13.3485 13.3053 14.2516C13.1276 15.5501 13.0552 16.8275 13.0885 18.109C15.0774 17.8874 17.0997 17.0604 19.2145 15.5895C19.4412 15.4322 19.7523 15.4879 19.9098 15.7145C20.0674 15.9411 20.0112 16.2521 19.7848 16.4098C17.5466 17.9665 15.3477 18.8765 13.1364 19.11C13.1975 19.9993 13.3089 20.894 13.4714 21.8024C13.5198 22.0741 13.3388 22.3339 13.0671 22.3825C12.7954 22.4308 12.5356 22.2498 12.487 21.9782C12.3176 21.0311 12.2019 20.0974 12.1384 19.1686C12.0921 19.1692 12.0459 19.1725 11.9997 19.1725C9.40275 19.1725 6.83601 18.233 4.21453 16.4098C3.98785 16.2522 3.93192 15.9412 4.08953 15.7145C4.24725 15.4881 4.55824 15.432 4.78484 15.5895C7.28684 17.3296 9.6585 18.1725 11.9997 18.1725C12.03 18.1725 12.0602 18.1699 12.0905 18.1696C12.0534 16.823 12.1274 15.4803 12.3141 14.1159C12.3595 13.7822 12.1051 13.4997 11.7995 13.4997H10.61C9.98021 13.4996 9.49927 12.9194 9.63542 12.2946L9.79851 11.5846C10.6343 8.08689 11.8373 5.39017 13.4216 2.05044Z",fill:"currentColor"}),e.createElement("path",{d:"M7.49968 6.99966C7.7756 6.99983 7.99956 7.22372 7.99968 7.49966V9.49966C7.99968 9.77569 7.77568 9.99949 7.49968 9.99966C7.22354 9.99966 6.99968 9.7758 6.99968 9.49966V7.49966C6.9998 7.22362 7.22361 6.99966 7.49968 6.99966Z",fill:"currentColor"}),e.createElement("path",{d:"M16.4997 6.99966C16.7756 6.99983 16.9996 7.22372 16.9997 7.49966V9.49966C16.9997 9.77569 16.7757 9.99949 16.4997 9.99966C16.2235 9.99966 15.9997 9.7758 15.9997 9.49966V7.49966C15.9998 7.22362 16.2236 6.99966 16.4997 6.99966Z",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=\"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z\"\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,s1BACF,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=\"M13.4216 2.05044C13.5399 1.80119 13.8382 1.6942 14.0876 1.81216C14.3369 1.93046 14.443 2.22875 14.3249 2.47817C12.6423 6.02508 11.4287 8.7693 10.6149 12.4997H11.7995C12.7423 12.4997 13.4287 13.3485 13.3053 14.2516C13.1276 15.5501 13.0552 16.8275 13.0885 18.109C15.0774 17.8874 17.0997 17.0604 19.2145 15.5895C19.4412 15.4322 19.7523 15.4879 19.9098 15.7145C20.0674 15.9411 20.0112 16.2521 19.7848 16.4098C17.5466 17.9665 15.3477 18.8765 13.1364 19.11C13.1975 19.9993 13.3089 20.894 13.4714 21.8024C13.5198 22.0741 13.3388 22.3339 13.0671 22.3825C12.7954 22.4308 12.5356 22.2498 12.487 21.9782C12.3176 21.0311 12.2019 20.0974 12.1384 19.1686C12.0921 19.1692 12.0459 19.1725 11.9997 19.1725C9.40275 19.1725 6.83601 18.233 4.21453 16.4098C3.98785 16.2522 3.93192 15.9412 4.08953 15.7145C4.24725 15.4881 4.55824 15.432 4.78484 15.5895C7.28684 17.3296 9.6585 18.1725 11.9997 18.1725C12.03 18.1725 12.0602 18.1699 12.0905 18.1696C12.0534 16.823 12.1274 15.4803 12.3141 14.1159C12.3595 13.7822 12.1051 13.4997 11.7995 13.4997H10.61C9.98021 13.4996 9.49927 12.9194 9.63542 12.2946L9.79851 11.5846C10.6343 8.08689 11.8373 5.39017 13.4216 2.05044Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.49968 6.99966C7.7756 6.99983 7.99956 7.22372 7.99968 7.49966V9.49966C7.99968 9.77569 7.77568 9.99949 7.49968 9.99966C7.22354 9.99966 6.99968 9.7758 6.99968 9.49966V7.49966C6.9998 7.22362 7.22361 6.99966 7.49968 6.99966Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.4997 6.99966C16.7756 6.99983 16.9996 7.22372 16.9997 7.49966V9.49966C16.9997 9.77569 16.7757 9.99949 16.4997 9.99966C16.2235 9.99966 15.9997 9.7758 15.9997 9.49966V7.49966C15.9998 7.22362 16.2236 6.99966 16.4997 6.99966Z\"\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,onCACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iOACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mOACF,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"