@central-icons-react/round-filled-radius-2-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.
- 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:"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"]}
|
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 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.05093C13.5399 1.80168 13.8382 1.69469 14.0876 1.81265C14.3369 1.93095 14.443 2.22924 14.3249 2.47866C12.6423 6.02557 11.4287 8.76979 10.6149 12.5001H11.7995C12.7423 12.5001 13.4287 13.349 13.3053 14.2521C13.1276 15.5506 13.0552 16.8279 13.0885 18.1095C15.0774 17.8879 17.0997 17.0609 19.2145 15.59C19.4412 15.4327 19.7523 15.4884 19.9098 15.715C20.0674 15.9416 20.0112 16.2526 19.7848 16.4103C17.5466 17.967 15.3477 18.877 13.1364 19.1105C13.1975 19.9998 13.3089 20.8945 13.4714 21.8029C13.5198 22.0746 13.3388 22.3344 13.0671 22.383C12.7954 22.4313 12.5356 22.2503 12.487 21.9787C12.3176 21.0316 12.2019 20.0979 12.1384 19.1691C12.0921 19.1697 12.0459 19.173 11.9997 19.173C9.40275 19.173 6.83601 18.2335 4.21453 16.4103C3.98785 16.2526 3.93192 15.9417 4.08953 15.715C4.24725 15.4886 4.55824 15.4325 4.78484 15.59C7.28684 17.3301 9.6585 18.173 11.9997 18.173C12.03 18.173 12.0602 18.1704 12.0905 18.1701C12.0534 16.8235 12.1274 15.4808 12.3141 14.1164C12.3595 13.7827 12.1051 13.5001 11.7995 13.5001H10.61C9.98021 13.5 9.49927 12.9199 9.63542 12.2951L9.79851 11.5851C10.6343 8.08737 11.8373 5.39066 13.4216 2.05093Z",fill:"currentColor"}),o.default.createElement("path",{d:"M7.49968 7.00015C7.7756 7.00032 7.99956 7.22421 7.99968 7.50015V9.50015C7.99968 9.77618 7.77568 9.99998 7.49968 10.0001C7.22354 10.0001 6.99968 9.77629 6.99968 9.50015V7.50015C6.9998 7.22411 7.22361 7.00015 7.49968 7.00015Z",fill:"currentColor"}),o.default.createElement("path",{d:"M16.4997 7.00015C16.7756 7.00032 16.9996 7.22421 16.9997 7.50015V9.50015C16.9997 9.77618 16.7757 9.99997 16.4997 10.0001C16.2235 10.0001 15.9997 9.77629 15.9997 9.50015V7.50015C15.9998 7.22411 16.2236 7.00015 16.4997 7.00015Z",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.4216 2.05093C13.5399 1.80168 13.8382 1.69469 14.0876 1.81265C14.3369 1.93095 14.443 2.22924 14.3249 2.47866C12.6423 6.02557 11.4287 8.76979 10.6149 12.5001H11.7995C12.7423 12.5001 13.4287 13.349 13.3053 14.2521C13.1276 15.5506 13.0552 16.8279 13.0885 18.1095C15.0774 17.8879 17.0997 17.0609 19.2145 15.59C19.4412 15.4327 19.7523 15.4884 19.9098 15.715C20.0674 15.9416 20.0112 16.2526 19.7848 16.4103C17.5466 17.967 15.3477 18.877 13.1364 19.1105C13.1975 19.9998 13.3089 20.8945 13.4714 21.8029C13.5198 22.0746 13.3388 22.3344 13.0671 22.383C12.7954 22.4313 12.5356 22.2503 12.487 21.9787C12.3176 21.0316 12.2019 20.0979 12.1384 19.1691C12.0921 19.1697 12.0459 19.173 11.9997 19.173C9.40275 19.173 6.83601 18.2335 4.21453 16.4103C3.98785 16.2526 3.93192 15.9417 4.08953 15.715C4.24725 15.4886 4.55824 15.4325 4.78484 15.59C7.28684 17.3301 9.6585 18.173 11.9997 18.173C12.03 18.173 12.0602 18.1704 12.0905 18.1701C12.0534 16.8235 12.1274 15.4808 12.3141 14.1164C12.3595 13.7827 12.1051 13.5001 11.7995 13.5001H10.61C9.98021 13.5 9.49927 12.9199 9.63542 12.2951L9.79851 11.5851C10.6343 8.08737 11.8373 5.39066 13.4216 2.05093Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.49968 7.00015C7.7756 7.00032 7.99956 7.22421 7.99968 7.50015V9.50015C7.99968 9.77618 7.77568 9.99998 7.49968 10.0001C7.22354 10.0001 6.99968 9.77629 6.99968 9.50015V7.50015C6.9998 7.22411 7.22361 7.00015 7.49968 7.00015Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.4997 7.00015C16.7756 7.00032 16.9996 7.22421 16.9997 7.50015V9.50015C16.9997 9.77618 16.7757 9.99997 16.4997 10.0001C16.2235 10.0001 15.9997 9.77629 15.9997 9.50015V7.50015C15.9998 7.22411 16.2236 7.00015 16.4997 7.00015Z\"\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,0mCACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oOACF,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: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.05093C13.5399 1.80168 13.8382 1.69469 14.0876 1.81265C14.3369 1.93095 14.443 2.22924 14.3249 2.47866C12.6423 6.02557 11.4287 8.76979 10.6149 12.5001H11.7995C12.7423 12.5001 13.4287 13.349 13.3053 14.2521C13.1276 15.5506 13.0552 16.8279 13.0885 18.1095C15.0774 17.8879 17.0997 17.0609 19.2145 15.59C19.4412 15.4327 19.7523 15.4884 19.9098 15.715C20.0674 15.9416 20.0112 16.2526 19.7848 16.4103C17.5466 17.967 15.3477 18.877 13.1364 19.1105C13.1975 19.9998 13.3089 20.8945 13.4714 21.8029C13.5198 22.0746 13.3388 22.3344 13.0671 22.383C12.7954 22.4313 12.5356 22.2503 12.487 21.9787C12.3176 21.0316 12.2019 20.0979 12.1384 19.1691C12.0921 19.1697 12.0459 19.173 11.9997 19.173C9.40275 19.173 6.83601 18.2335 4.21453 16.4103C3.98785 16.2526 3.93192 15.9417 4.08953 15.715C4.24725 15.4886 4.55824 15.4325 4.78484 15.59C7.28684 17.3301 9.6585 18.173 11.9997 18.173C12.03 18.173 12.0602 18.1704 12.0905 18.1701C12.0534 16.8235 12.1274 15.4808 12.3141 14.1164C12.3595 13.7827 12.1051 13.5001 11.7995 13.5001H10.61C9.98021 13.5 9.49927 12.9199 9.63542 12.2951L9.79851 11.5851C10.6343 8.08737 11.8373 5.39066 13.4216 2.05093Z",fill:"currentColor"}),e.createElement("path",{d:"M7.49968 7.00015C7.7756 7.00032 7.99956 7.22421 7.99968 7.50015V9.50015C7.99968 9.77618 7.77568 9.99998 7.49968 10.0001C7.22354 10.0001 6.99968 9.77629 6.99968 9.50015V7.50015C6.9998 7.22411 7.22361 7.00015 7.49968 7.00015Z",fill:"currentColor"}),e.createElement("path",{d:"M16.4997 7.00015C16.7756 7.00032 16.9996 7.22421 16.9997 7.50015V9.50015C16.9997 9.77618 16.7757 9.99997 16.4997 10.0001C16.2235 10.0001 15.9997 9.77629 15.9997 9.50015V7.50015C15.9998 7.22411 16.2236 7.00015 16.4997 7.00015Z",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.4216 2.05093C13.5399 1.80168 13.8382 1.69469 14.0876 1.81265C14.3369 1.93095 14.443 2.22924 14.3249 2.47866C12.6423 6.02557 11.4287 8.76979 10.6149 12.5001H11.7995C12.7423 12.5001 13.4287 13.349 13.3053 14.2521C13.1276 15.5506 13.0552 16.8279 13.0885 18.1095C15.0774 17.8879 17.0997 17.0609 19.2145 15.59C19.4412 15.4327 19.7523 15.4884 19.9098 15.715C20.0674 15.9416 20.0112 16.2526 19.7848 16.4103C17.5466 17.967 15.3477 18.877 13.1364 19.1105C13.1975 19.9998 13.3089 20.8945 13.4714 21.8029C13.5198 22.0746 13.3388 22.3344 13.0671 22.383C12.7954 22.4313 12.5356 22.2503 12.487 21.9787C12.3176 21.0316 12.2019 20.0979 12.1384 19.1691C12.0921 19.1697 12.0459 19.173 11.9997 19.173C9.40275 19.173 6.83601 18.2335 4.21453 16.4103C3.98785 16.2526 3.93192 15.9417 4.08953 15.715C4.24725 15.4886 4.55824 15.4325 4.78484 15.59C7.28684 17.3301 9.6585 18.173 11.9997 18.173C12.03 18.173 12.0602 18.1704 12.0905 18.1701C12.0534 16.8235 12.1274 15.4808 12.3141 14.1164C12.3595 13.7827 12.1051 13.5001 11.7995 13.5001H10.61C9.98021 13.5 9.49927 12.9199 9.63542 12.2951L9.79851 11.5851C10.6343 8.08737 11.8373 5.39066 13.4216 2.05093Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M7.49968 7.00015C7.7756 7.00032 7.99956 7.22421 7.99968 7.50015V9.50015C7.99968 9.77618 7.77568 9.99998 7.49968 10.0001C7.22354 10.0001 6.99968 9.77629 6.99968 9.50015V7.50015C6.9998 7.22411 7.22361 7.00015 7.49968 7.00015Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M16.4997 7.00015C16.7756 7.00032 16.9996 7.22421 16.9997 7.50015V9.50015C16.9997 9.77618 16.7757 9.99997 16.4997 10.0001C16.2235 10.0001 15.9997 9.77629 15.9997 9.50015V7.50015C15.9998 7.22411 16.2236 7.00015 16.4997 7.00015Z\"\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,0mCACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kOACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oOACF,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"
|