@central-icons-react/round-filled-radius-0-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.
- package/IconFaceIdFace/index.d.ts +4 -0
- package/IconFaceIdFace/index.js +2 -0
- package/IconFaceIdFace/index.js.map +1 -0
- package/IconFaceIdFace/index.mjs +2 -0
- package/IconFaceIdFace/index.mjs.map +1 -0
- package/IconFinderFace/index.js +1 -1
- package/IconFinderFace/index.js.map +1 -1
- package/IconFinderFace/index.mjs +1 -1
- package/IconFinderFace/index.mjs.map +1 -1
- package/IconNpm/index.d.ts +4 -0
- package/IconNpm/index.js +2 -0
- package/IconNpm/index.js.map +1 -0
- package/IconNpm/index.mjs +2 -0
- package/IconNpm/index.mjs.map +1 -0
- package/README.md +2 -0
- package/icons/index.d.ts +2 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +8 -4
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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"]}
|
package/IconFinderFace/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
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.6325C12.8292 2.13272 13.4247 1.91746 13.9246 2.15204C14.4245 2.38663 14.6395 2.98222 14.4051 3.48211C13.0118 6.45129 11.9773 8.89866 11.243 11.9997H12.9998C13.2964 11.9997 13.5784 12.1312 13.7684 12.3591C13.9582 12.5868 14.0364 12.8877 13.9832 13.1794C13.714 14.6503 13.5799 16.0823 13.5809 17.5134C14.9758 17.2372 16.4148 16.5941 17.9285 15.5397C18.3817 15.2243 19.0045 15.3357 19.3201 15.7888C19.6357 16.2419 19.5241 16.8647 19.0711 17.1804C17.2825 18.4261 15.4905 19.2241 13.6717 19.53C13.7106 19.9703 13.7618 20.4124 13.826 20.8571C13.9047 21.4036 13.5248 21.911 12.9783 21.9899C12.4319 22.0684 11.9253 21.6887 11.8465 21.1423C11.7751 20.6472 11.7181 20.1551 11.6756 19.6647C9.39054 19.5903 7.15728 18.7327 4.92852 17.1804C4.47534 16.8647 4.36388 16.2419 4.6795 15.7888C4.99519 15.3358 5.61799 15.2242 6.0711 15.5397C8.00963 16.8899 9.82428 17.5674 11.5828 17.6598C11.5751 16.4446 11.6562 15.2304 11.827 13.9997H9.99981C9.70012 13.9997 9.41631 13.8653 9.22637 13.6335C9.03646 13.4016 8.96028 13.0963 9.01934 12.8024C9.8083 8.87703 11.0008 6.02875 12.5945 2.6325Z",fill:"currentColor"}),C.default.createElement("path",{d:"M6.99981 6.49969C7.55193 6.4998 7.99969 6.94758 7.99981 7.49969V9.49969C7.99981 10.0519 7.55201 10.4996 6.99981 10.4997C6.44752 10.4997 5.99981 10.052 5.99981 9.49969V7.49969C5.99993 6.94751 6.4476 6.49969 6.99981 6.49969Z",fill:"currentColor"}),C.default.createElement("path",{d:"M16.9998 6.49969C17.5519 6.4998 17.9997 6.94758 17.9998 7.49969V9.49969C17.9998 10.0519 17.552 10.4996 16.9998 10.4997C16.4475 10.4997 15.9998 10.052 15.9998 9.49969V7.49969C15.9999 6.94751 16.4476 6.49969 16.9998 6.49969Z",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
|
|
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.6325C12.8292 2.13272 13.4247 1.91746 13.9246 2.15204C14.4245 2.38663 14.6395 2.98222 14.4051 3.48211C13.0118 6.45129 11.9773 8.89866 11.243 11.9997H12.9998C13.2964 11.9997 13.5784 12.1312 13.7684 12.3591C13.9582 12.5868 14.0364 12.8877 13.9832 13.1794C13.714 14.6503 13.5799 16.0823 13.5809 17.5134C14.9758 17.2372 16.4148 16.5941 17.9285 15.5397C18.3817 15.2243 19.0045 15.3357 19.3201 15.7888C19.6357 16.2419 19.5241 16.8647 19.0711 17.1804C17.2825 18.4261 15.4905 19.2241 13.6717 19.53C13.7106 19.9703 13.7618 20.4124 13.826 20.8571C13.9047 21.4036 13.5248 21.911 12.9783 21.9899C12.4319 22.0684 11.9253 21.6887 11.8465 21.1423C11.7751 20.6472 11.7181 20.1551 11.6756 19.6647C9.39054 19.5903 7.15728 18.7327 4.92852 17.1804C4.47534 16.8647 4.36388 16.2419 4.6795 15.7888C4.99519 15.3358 5.61799 15.2242 6.0711 15.5397C8.00963 16.8899 9.82428 17.5674 11.5828 17.6598C11.5751 16.4446 11.6562 15.2304 11.827 13.9997H9.99981C9.70012 13.9997 9.41631 13.8653 9.22637 13.6335C9.03646 13.4016 8.96028 13.0963 9.01934 12.8024C9.8083 8.87703 11.0008 6.02875 12.5945 2.6325Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.99981 6.49969C7.55193 6.4998 7.99969 6.94758 7.99981 7.49969V9.49969C7.99981 10.0519 7.55201 10.4996 6.99981 10.4997C6.44752 10.4997 5.99981 10.052 5.99981 9.49969V7.49969C5.99993 6.94751 6.4476 6.49969 6.99981 6.49969Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.9998 6.49969C17.5519 6.4998 17.9997 6.94758 17.9998 7.49969V9.49969C17.9998 10.0519 17.552 10.4996 16.9998 10.4997C16.4475 10.4997 15.9998 10.052 15.9998 9.49969V7.49969C15.9999 6.94751 16.4476 6.49969 16.9998 6.49969Z\"\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,wjCACF,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"]}
|
package/IconFinderFace/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
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.6325C12.8292 2.13272 13.4247 1.91746 13.9246 2.15204C14.4245 2.38663 14.6395 2.98222 14.4051 3.48211C13.0118 6.45129 11.9773 8.89866 11.243 11.9997H12.9998C13.2964 11.9997 13.5784 12.1312 13.7684 12.3591C13.9582 12.5868 14.0364 12.8877 13.9832 13.1794C13.714 14.6503 13.5799 16.0823 13.5809 17.5134C14.9758 17.2372 16.4148 16.5941 17.9285 15.5397C18.3817 15.2243 19.0045 15.3357 19.3201 15.7888C19.6357 16.2419 19.5241 16.8647 19.0711 17.1804C17.2825 18.4261 15.4905 19.2241 13.6717 19.53C13.7106 19.9703 13.7618 20.4124 13.826 20.8571C13.9047 21.4036 13.5248 21.911 12.9783 21.9899C12.4319 22.0684 11.9253 21.6887 11.8465 21.1423C11.7751 20.6472 11.7181 20.1551 11.6756 19.6647C9.39054 19.5903 7.15728 18.7327 4.92852 17.1804C4.47534 16.8647 4.36388 16.2419 4.6795 15.7888C4.99519 15.3358 5.61799 15.2242 6.0711 15.5397C8.00963 16.8899 9.82428 17.5674 11.5828 17.6598C11.5751 16.4446 11.6562 15.2304 11.827 13.9997H9.99981C9.70012 13.9997 9.41631 13.8653 9.22637 13.6335C9.03646 13.4016 8.96028 13.0963 9.01934 12.8024C9.8083 8.87703 11.0008 6.02875 12.5945 2.6325Z",fill:"currentColor"}),e.createElement("path",{d:"M6.99981 6.49969C7.55193 6.4998 7.99969 6.94758 7.99981 7.49969V9.49969C7.99981 10.0519 7.55201 10.4996 6.99981 10.4997C6.44752 10.4997 5.99981 10.052 5.99981 9.49969V7.49969C5.99993 6.94751 6.4476 6.49969 6.99981 6.49969Z",fill:"currentColor"}),e.createElement("path",{d:"M16.9998 6.49969C17.5519 6.4998 17.9997 6.94758 17.9998 7.49969V9.49969C17.9998 10.0519 17.552 10.4996 16.9998 10.4997C16.4475 10.4997 15.9998 10.052 15.9998 9.49969V7.49969C15.9999 6.94751 16.4476 6.49969 16.9998 6.49969Z",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
|
|
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.6325C12.8292 2.13272 13.4247 1.91746 13.9246 2.15204C14.4245 2.38663 14.6395 2.98222 14.4051 3.48211C13.0118 6.45129 11.9773 8.89866 11.243 11.9997H12.9998C13.2964 11.9997 13.5784 12.1312 13.7684 12.3591C13.9582 12.5868 14.0364 12.8877 13.9832 13.1794C13.714 14.6503 13.5799 16.0823 13.5809 17.5134C14.9758 17.2372 16.4148 16.5941 17.9285 15.5397C18.3817 15.2243 19.0045 15.3357 19.3201 15.7888C19.6357 16.2419 19.5241 16.8647 19.0711 17.1804C17.2825 18.4261 15.4905 19.2241 13.6717 19.53C13.7106 19.9703 13.7618 20.4124 13.826 20.8571C13.9047 21.4036 13.5248 21.911 12.9783 21.9899C12.4319 22.0684 11.9253 21.6887 11.8465 21.1423C11.7751 20.6472 11.7181 20.1551 11.6756 19.6647C9.39054 19.5903 7.15728 18.7327 4.92852 17.1804C4.47534 16.8647 4.36388 16.2419 4.6795 15.7888C4.99519 15.3358 5.61799 15.2242 6.0711 15.5397C8.00963 16.8899 9.82428 17.5674 11.5828 17.6598C11.5751 16.4446 11.6562 15.2304 11.827 13.9997H9.99981C9.70012 13.9997 9.41631 13.8653 9.22637 13.6335C9.03646 13.4016 8.96028 13.0963 9.01934 12.8024C9.8083 8.87703 11.0008 6.02875 12.5945 2.6325Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.99981 6.49969C7.55193 6.4998 7.99969 6.94758 7.99981 7.49969V9.49969C7.99981 10.0519 7.55201 10.4996 6.99981 10.4997C6.44752 10.4997 5.99981 10.052 5.99981 9.49969V7.49969C5.99993 6.94751 6.4476 6.49969 6.99981 6.49969Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.9998 6.49969C17.5519 6.4998 17.9997 6.94758 17.9998 7.49969V9.49969C17.9998 10.0519 17.552 10.4996 16.9998 10.4997C16.4475 10.4997 15.9998 10.052 15.9998 9.49969V7.49969C15.9999 6.94751 16.4476 6.49969 16.9998 6.49969Z\"\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,wjCACF,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"]}
|
package/IconNpm/index.js
ADDED
|
@@ -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"
|