@central-icons-react/round-filled-radius-0-stroke-1.5 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.
- 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.55228 4 6 4.44772 6 5V8C6 8.55228 5.55228 9 5 9C4.44772 9 4 8.55228 4 8V5C4 4.44772 4.44772 4 5 4ZM19 4C19.5523 4 20 4.44772 20 5V8C20 8.55228 19.5523 9 19 9C18.4477 9 18 8.55228 18 8V5C18 4.44772 18.4477 4 19 4ZM13 5C13.5523 5 14 5.44772 14 6V12.5C14 14.1569 12.6569 15.5 11 15.5C10.4477 15.5 10 15.0523 10 14.5C10 13.9477 10.4477 13.5 11 13.5C11.5523 13.5 12 13.0523 12 12.5V6C12 5.44772 12.4477 5 13 5ZM5.22934 16.8627C5.58129 16.4371 6.21163 16.3774 6.63725 16.7293C8.53151 18.2957 10.3059 19 12 19C13.6941 19 15.4685 18.2957 17.3627 16.7293C17.7884 16.3774 18.4187 16.4371 18.7707 16.8627C19.1226 17.2884 19.0629 17.9187 18.6373 18.2707C16.5004 20.0376 14.2903 21 12 21C9.70965 21 7.49962 20.0376 5.36275 18.2707C4.93713 17.9187 4.8774 17.2884 5.22934 16.8627Z",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.55228 4 6 4.44772 6 5V8C6 8.55228 5.55228 9 5 9C4.44772 9 4 8.55228 4 8V5C4 4.44772 4.44772 4 5 4ZM19 4C19.5523 4 20 4.44772 20 5V8C20 8.55228 19.5523 9 19 9C18.4477 9 18 8.55228 18 8V5C18 4.44772 18.4477 4 19 4ZM13 5C13.5523 5 14 5.44772 14 6V12.5C14 14.1569 12.6569 15.5 11 15.5C10.4477 15.5 10 15.0523 10 14.5C10 13.9477 10.4477 13.5 11 13.5C11.5523 13.5 12 13.0523 12 12.5V6C12 5.44772 12.4477 5 13 5ZM5.22934 16.8627C5.58129 16.4371 6.21163 16.3774 6.63725 16.7293C8.53151 18.2957 10.3059 19 12 19C13.6941 19 15.4685 18.2957 17.3627 16.7293C17.7884 16.3774 18.4187 16.4371 18.7707 16.8627C19.1226 17.2884 19.0629 17.9187 18.6373 18.2707C16.5004 20.0376 14.2903 21 12 21C9.70965 21 7.49962 20.0376 5.36275 18.2707C4.93713 17.9187 4.8774 17.2884 5.22934 16.8627Z\"\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,uwBACF,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.55228 4 6 4.44772 6 5V8C6 8.55228 5.55228 9 5 9C4.44772 9 4 8.55228 4 8V5C4 4.44772 4.44772 4 5 4ZM19 4C19.5523 4 20 4.44772 20 5V8C20 8.55228 19.5523 9 19 9C18.4477 9 18 8.55228 18 8V5C18 4.44772 18.4477 4 19 4ZM13 5C13.5523 5 14 5.44772 14 6V12.5C14 14.1569 12.6569 15.5 11 15.5C10.4477 15.5 10 15.0523 10 14.5C10 13.9477 10.4477 13.5 11 13.5C11.5523 13.5 12 13.0523 12 12.5V6C12 5.44772 12.4477 5 13 5ZM5.22934 16.8627C5.58129 16.4371 6.21163 16.3774 6.63725 16.7293C8.53151 18.2957 10.3059 19 12 19C13.6941 19 15.4685 18.2957 17.3627 16.7293C17.7884 16.3774 18.4187 16.4371 18.7707 16.8627C19.1226 17.2884 19.0629 17.9187 18.6373 18.2707C16.5004 20.0376 14.2903 21 12 21C9.70965 21 7.49962 20.0376 5.36275 18.2707C4.93713 17.9187 4.8774 17.2884 5.22934 16.8627Z",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.55228 4 6 4.44772 6 5V8C6 8.55228 5.55228 9 5 9C4.44772 9 4 8.55228 4 8V5C4 4.44772 4.44772 4 5 4ZM19 4C19.5523 4 20 4.44772 20 5V8C20 8.55228 19.5523 9 19 9C18.4477 9 18 8.55228 18 8V5C18 4.44772 18.4477 4 19 4ZM13 5C13.5523 5 14 5.44772 14 6V12.5C14 14.1569 12.6569 15.5 11 15.5C10.4477 15.5 10 15.0523 10 14.5C10 13.9477 10.4477 13.5 11 13.5C11.5523 13.5 12 13.0523 12 12.5V6C12 5.44772 12.4477 5 13 5ZM5.22934 16.8627C5.58129 16.4371 6.21163 16.3774 6.63725 16.7293C8.53151 18.2957 10.3059 19 12 19C13.6941 19 15.4685 18.2957 17.3627 16.7293C17.7884 16.3774 18.4187 16.4371 18.7707 16.8627C19.1226 17.2884 19.0629 17.9187 18.6373 18.2707C16.5004 20.0376 14.2903 21 12 21C9.70965 21 7.49962 20.0376 5.36275 18.2707C4.93713 17.9187 4.8774 17.2884 5.22934 16.8627Z\"\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,uwBACF,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:"M13.085 2.17956C13.2622 1.80519 13.7097 1.64507 14.0841 1.82214C14.4581 1.99939 14.6174 2.44596 14.4405 2.82019C12.8644 6.15116 11.7169 8.78209 10.9288 12.2499H13.0001C13.2226 12.2499 13.4338 12.3486 13.5763 12.5194C13.7187 12.6903 13.7774 12.9158 13.7374 13.1346C13.4469 14.722 13.3121 16.2653 13.3331 17.8114C15.0105 17.5392 16.7341 16.7529 18.5518 15.3983C18.884 15.1508 19.3541 15.2195 19.6017 15.5516C19.8491 15.8838 19.7805 16.3539 19.4483 16.6014C17.4323 18.1037 15.4301 19.0272 13.4024 19.3202C13.456 20.0016 13.54 20.6865 13.6534 21.3788C13.7203 21.7875 13.443 22.1732 13.0343 22.2401C12.6257 22.3067 12.2399 22.0295 12.1729 21.621C12.0518 20.8811 11.9639 20.1486 11.9073 19.4198C9.42894 19.3961 7.00061 18.4262 4.55185 16.6014C4.21983 16.354 4.15118 15.8837 4.39853 15.5516C4.646 15.2195 5.1162 15.1509 5.44833 15.3983C7.69089 17.0694 9.78969 17.8767 11.836 17.9178C11.8129 16.5347 11.906 15.1544 12.1163 13.7499H10.0001C9.77546 13.7498 9.56242 13.6492 9.42001 13.4755C9.27768 13.3017 9.2206 13.0727 9.26474 12.8524C10.0906 8.74295 11.3617 5.82168 13.085 2.17956Z",fill:"currentColor"}),C.default.createElement("path",{d:"M7.00009 6.74988C7.4143 6.74988 7.75009 7.08566 7.75009 7.49988V9.49988C7.75005 9.91405 7.41428 10.2499 7.00009 10.2499C6.58599 10.2498 6.25013 9.91399 6.25009 9.49988V7.49988C6.25009 7.08572 6.58596 6.74998 7.00009 6.74988Z",fill:"currentColor"}),C.default.createElement("path",{d:"M17.0001 6.74988C17.4143 6.74988 17.7501 7.08566 17.7501 7.49988V9.49988C17.75 9.91405 17.4143 10.2499 17.0001 10.2499C16.586 10.2498 16.2501 9.91399 16.2501 9.49988V7.49988C16.2501 7.08572 16.586 6.74998 17.0001 6.74988Z",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=\"M13.085 2.17956C13.2622 1.80519 13.7097 1.64507 14.0841 1.82214C14.4581 1.99939 14.6174 2.44596 14.4405 2.82019C12.8644 6.15116 11.7169 8.78209 10.9288 12.2499H13.0001C13.2226 12.2499 13.4338 12.3486 13.5763 12.5194C13.7187 12.6903 13.7774 12.9158 13.7374 13.1346C13.4469 14.722 13.3121 16.2653 13.3331 17.8114C15.0105 17.5392 16.7341 16.7529 18.5518 15.3983C18.884 15.1508 19.3541 15.2195 19.6017 15.5516C19.8491 15.8838 19.7805 16.3539 19.4483 16.6014C17.4323 18.1037 15.4301 19.0272 13.4024 19.3202C13.456 20.0016 13.54 20.6865 13.6534 21.3788C13.7203 21.7875 13.443 22.1732 13.0343 22.2401C12.6257 22.3067 12.2399 22.0295 12.1729 21.621C12.0518 20.8811 11.9639 20.1486 11.9073 19.4198C9.42894 19.3961 7.00061 18.4262 4.55185 16.6014C4.21983 16.354 4.15118 15.8837 4.39853 15.5516C4.646 15.2195 5.1162 15.1509 5.44833 15.3983C7.69089 17.0694 9.78969 17.8767 11.836 17.9178C11.8129 16.5347 11.906 15.1544 12.1163 13.7499H10.0001C9.77546 13.7498 9.56242 13.6492 9.42001 13.4755C9.27768 13.3017 9.2206 13.0727 9.26474 12.8524C10.0906 8.74295 11.3617 5.82168 13.085 2.17956Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.00009 6.74988C7.4143 6.74988 7.75009 7.08566 7.75009 7.49988V9.49988C7.75005 9.91405 7.41428 10.2499 7.00009 10.2499C6.58599 10.2498 6.25013 9.91399 6.25009 9.49988V7.49988C6.25009 7.08572 6.58596 6.74998 7.00009 6.74988Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.0001 6.74988C17.4143 6.74988 17.7501 7.08566 17.7501 7.49988V9.49988C17.75 9.91405 17.4143 10.2499 17.0001 10.2499C16.586 10.2498 16.2501 9.91399 16.2501 9.49988V7.49988C16.2501 7.08572 16.586 6.74998 17.0001 6.74988Z\"\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,ojCACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gOACF,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:"M13.085 2.17956C13.2622 1.80519 13.7097 1.64507 14.0841 1.82214C14.4581 1.99939 14.6174 2.44596 14.4405 2.82019C12.8644 6.15116 11.7169 8.78209 10.9288 12.2499H13.0001C13.2226 12.2499 13.4338 12.3486 13.5763 12.5194C13.7187 12.6903 13.7774 12.9158 13.7374 13.1346C13.4469 14.722 13.3121 16.2653 13.3331 17.8114C15.0105 17.5392 16.7341 16.7529 18.5518 15.3983C18.884 15.1508 19.3541 15.2195 19.6017 15.5516C19.8491 15.8838 19.7805 16.3539 19.4483 16.6014C17.4323 18.1037 15.4301 19.0272 13.4024 19.3202C13.456 20.0016 13.54 20.6865 13.6534 21.3788C13.7203 21.7875 13.443 22.1732 13.0343 22.2401C12.6257 22.3067 12.2399 22.0295 12.1729 21.621C12.0518 20.8811 11.9639 20.1486 11.9073 19.4198C9.42894 19.3961 7.00061 18.4262 4.55185 16.6014C4.21983 16.354 4.15118 15.8837 4.39853 15.5516C4.646 15.2195 5.1162 15.1509 5.44833 15.3983C7.69089 17.0694 9.78969 17.8767 11.836 17.9178C11.8129 16.5347 11.906 15.1544 12.1163 13.7499H10.0001C9.77546 13.7498 9.56242 13.6492 9.42001 13.4755C9.27768 13.3017 9.2206 13.0727 9.26474 12.8524C10.0906 8.74295 11.3617 5.82168 13.085 2.17956Z",fill:"currentColor"}),e.createElement("path",{d:"M7.00009 6.74988C7.4143 6.74988 7.75009 7.08566 7.75009 7.49988V9.49988C7.75005 9.91405 7.41428 10.2499 7.00009 10.2499C6.58599 10.2498 6.25013 9.91399 6.25009 9.49988V7.49988C6.25009 7.08572 6.58596 6.74998 7.00009 6.74988Z",fill:"currentColor"}),e.createElement("path",{d:"M17.0001 6.74988C17.4143 6.74988 17.7501 7.08566 17.7501 7.49988V9.49988C17.75 9.91405 17.4143 10.2499 17.0001 10.2499C16.586 10.2498 16.2501 9.91399 16.2501 9.49988V7.49988C16.2501 7.08572 16.586 6.74998 17.0001 6.74988Z",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=\"M13.085 2.17956C13.2622 1.80519 13.7097 1.64507 14.0841 1.82214C14.4581 1.99939 14.6174 2.44596 14.4405 2.82019C12.8644 6.15116 11.7169 8.78209 10.9288 12.2499H13.0001C13.2226 12.2499 13.4338 12.3486 13.5763 12.5194C13.7187 12.6903 13.7774 12.9158 13.7374 13.1346C13.4469 14.722 13.3121 16.2653 13.3331 17.8114C15.0105 17.5392 16.7341 16.7529 18.5518 15.3983C18.884 15.1508 19.3541 15.2195 19.6017 15.5516C19.8491 15.8838 19.7805 16.3539 19.4483 16.6014C17.4323 18.1037 15.4301 19.0272 13.4024 19.3202C13.456 20.0016 13.54 20.6865 13.6534 21.3788C13.7203 21.7875 13.443 22.1732 13.0343 22.2401C12.6257 22.3067 12.2399 22.0295 12.1729 21.621C12.0518 20.8811 11.9639 20.1486 11.9073 19.4198C9.42894 19.3961 7.00061 18.4262 4.55185 16.6014C4.21983 16.354 4.15118 15.8837 4.39853 15.5516C4.646 15.2195 5.1162 15.1509 5.44833 15.3983C7.69089 17.0694 9.78969 17.8767 11.836 17.9178C11.8129 16.5347 11.906 15.1544 12.1163 13.7499H10.0001C9.77546 13.7498 9.56242 13.6492 9.42001 13.4755C9.27768 13.3017 9.2206 13.0727 9.26474 12.8524C10.0906 8.74295 11.3617 5.82168 13.085 2.17956Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.00009 6.74988C7.4143 6.74988 7.75009 7.08566 7.75009 7.49988V9.49988C7.75005 9.91405 7.41428 10.2499 7.00009 10.2499C6.58599 10.2498 6.25013 9.91399 6.25009 9.49988V7.49988C6.25009 7.08572 6.58596 6.74998 7.00009 6.74988Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M17.0001 6.74988C17.4143 6.74988 17.7501 7.08566 17.7501 7.49988V9.49988C17.75 9.91405 17.4143 10.2499 17.0001 10.2499C16.586 10.2498 16.2501 9.91399 16.2501 9.49988V7.49988C16.2501 7.08572 16.586 6.74998 17.0001 6.74988Z\"\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,ojCACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mOACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gOACF,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"
|