@central-icons-react-native/round-filled-radius-0-stroke-1 0.0.55 → 0.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFaceIdFace: FC<CentralIconBaseProps>;
4
+ export default IconFaceIdFace;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of d(r))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=I(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(B(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var F={};x(F,{IconFaceIdFace:()=>i,default:()=>g});module.exports=P(F);var n=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>c.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(s,{...o},n.default.createElement(f.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"})),g=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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFaceIdFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFaceIdFace","props","React","CentralIconBase","IconFaceIdFace_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{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"})),v=a;export{a as IconFaceIdFace,v 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFaceIdFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,s1BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFaceIdFace","props","React","CentralIconBase","IconFaceIdFace_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!v.call(r,C)&&C!==e&&n(r,C,{get:()=>o[C],enumerable:!(p=d(o,C))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var F={};x(F,{IconFinderFace:()=>i,default:()=>g});module.exports=P(F);var t=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>t.default.createElement(s,{...r},t.default.createElement(f.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"})),g=i;0&&(module.exports={IconFinderFace});
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=B(o,n))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(x(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>s(t({},"__esModule",{value:!0}),r);var v={};d(v,{IconFinderFace:()=>f,default:()=>F});module.exports=g(v);var p=C(require("react"));var m=C(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M7.5 7.5V9.5M16.5 7.5V9.5M13.8742 2.26465C12.0999 6.005 10.8249 8.89539 10 12.9998H13C12.4484 16.0136 12.4418 18.8802 12.9802 21.8904M4.5 16C9.62358 19.5635 14.3764 19.5635 19.5 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),F=f;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFinderFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinderFace;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,s1BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFinderFace_exports","__export","IconFinderFace","IconFinderFace_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFinderFace","props","React","CentralIconBase","IconFinderFace_default"]}
1
+ {"version":3,"sources":["../src/IconFinderFace/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFinderFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 7.5V9.5M16.5 7.5V9.5M13.8742 2.26465C12.0999 6.005 10.8249 8.89539 10 12.9998H13C12.4484 16.0136 12.4418 18.8802 12.9802 21.8904M4.5 16C9.62358 19.5635 14.3764 19.5635 19.5 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinderFace;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFinderFace_exports","__export","IconFinderFace","IconFinderFace_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFinderFace","props","React","CentralIconBase","IconFinderFace_default"]}
@@ -1,2 +1,2 @@
1
- import C from"react";import t from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>t.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(l,{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"})),v=a;export{a as IconFinderFace,v as default};
1
+ import n from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(a,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as s}from"react-native-svg";var C=o=>n.createElement(e,{...o},n.createElement(s,{d:"M7.5 7.5V9.5M16.5 7.5V9.5M13.8742 2.26465C12.0999 6.005 10.8249 8.89539 10 12.9998H13C12.4484 16.0136 12.4418 18.8802 12.9802 21.8904M4.5 16C9.62358 19.5635 14.3764 19.5635 19.5 16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=C;export{C as IconFinderFace,P 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFinderFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.75 4C5.16421 4 5.5 4.33579 5.5 4.75V8.25C5.5 8.66421 5.16421 9 4.75 9C4.33579 9 4 8.66421 4 8.25V4.75C4 4.33579 4.33579 4 4.75 4ZM19.25 4C19.6642 4 20 4.33579 20 4.75V8.25C20 8.66421 19.6642 9 19.25 9C18.8358 9 18.5 8.66421 18.5 8.25V4.75C18.5 4.33579 18.8358 4 19.25 4ZM12.75 5C13.1642 5 13.5 5.33579 13.5 5.75V12.25C13.5 13.7688 12.2688 15 10.75 15C10.3358 15 10 14.6642 10 14.25C10 13.8358 10.3358 13.5 10.75 13.5C11.4404 13.5 12 12.9404 12 12.25V5.75C12 5.33579 12.3358 5 12.75 5ZM5.18506 17.0067C5.45751 16.6947 5.9313 16.6626 6.2433 16.9351C8.25456 18.6913 10.1615 19.5 12 19.5C13.8385 19.5 15.7454 18.6913 17.7567 16.9351C18.0687 16.6626 18.5425 16.6947 18.8149 17.0067C19.0874 17.3187 19.0553 17.7925 18.7433 18.0649C16.5555 19.9754 14.3119 21 12 21C9.68809 21 7.44453 19.9754 5.2567 18.0649C4.94469 17.7925 4.91262 17.3187 5.18506 17.0067Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinderFace;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,s1BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFinderFace","props","React","CentralIconBase","IconFinderFace_default"]}
1
+ {"version":3,"sources":["../src/IconFinderFace/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFinderFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 7.5V9.5M16.5 7.5V9.5M13.8742 2.26465C12.0999 6.005 10.8249 8.89539 10 12.9998H13C12.4484 16.0136 12.4418 18.8802 12.9802 21.8904M4.5 16C9.62358 19.5635 14.3764 19.5635 19.5 16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFinderFace;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uLACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFinderFace","props","React","CentralIconBase","IconFinderFace_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconNpm: FC<CentralIconBaseProps>;
4
+ export default IconNpm;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},m=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=i(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(x(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>m(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconNpm:()=>B,default:()=>h});module.exports=v(y);var p=l(require("react"));var s=l(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(C.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M3 21H12V7.5H16.5V21H21V3H3V21Z",fill:"currentColor"})),h=B;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconNpm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3 21H12V7.5H16.5V21H21V3H3V21Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconNpm;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,aAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconNpm_exports","__export","IconNpm","IconNpm_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconNpm","props","React","CentralIconBase","IconNpm_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as m}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(m,{d:"M3 21H12V7.5H16.5V21H21V3H3V21Z",fill:"currentColor"})),P=l;export{l as IconNpm,P 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconNpm: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M3 21H12V7.5H16.5V21H21V3H3V21Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconNpm;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,kCAAkC,KAAK,eAAe,CAChE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconNpm","props","React","CentralIconBase","IconNpm_default"]}
package/README.md CHANGED
@@ -625,6 +625,7 @@ Below is a complete list of available icons:
625
625
  - IconBlankPageLandscape
626
626
  - IconBlankPagePortrait
627
627
  - IconDossier
628
+ - IconFaceIdFace
628
629
  - IconFileBend
629
630
  - IconFileChart
630
631
  - IconFileCloud
@@ -1342,6 +1343,7 @@ Below is a complete list of available icons:
1342
1343
  - IconNintendoSwitch
1343
1344
  - IconNotion
1344
1345
  - IconNotionAi
1346
+ - IconNpm
1345
1347
  - IconOpenai
1346
1348
  - IconOpera
1347
1349
  - IconPatreon
@@ -8554,6 +8554,20 @@
8554
8554
  "packageName": "round-filled-radius-0-stroke-1",
8555
8555
  "componentName": "IconFaceId"
8556
8556
  },
8557
+ {
8558
+ "category": "Folders & Files",
8559
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"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\"/>",
8560
+ "iconName": "face-id-face",
8561
+ "variant": {
8562
+ "join": "round",
8563
+ "filled": "on",
8564
+ "radius": "0",
8565
+ "stroke": "1"
8566
+ },
8567
+ "createdAt": "2025-02-15T21:11:33.829321+00:00",
8568
+ "packageName": "round-filled-radius-0-stroke-1",
8569
+ "componentName": "IconFaceIdFace"
8570
+ },
8557
8571
  {
8558
8572
  "category": "Things",
8559
8573
  "svg": "<path d=\"M15.3703 3.05112C15.2388 2.98658 15.0855 2.98299 14.9511 3.04129C14.8167 3.0996 14.7146 3.21393 14.6719 3.35407C14.221 4.83171 13.0921 5.52253 12.0001 5.52253C10.9081 5.52253 9.77919 4.83171 9.32832 3.35407C9.28555 3.21393 9.18347 3.0996 9.04905 3.04129C8.91463 2.98299 8.7614 2.98658 8.62985 3.05112L1.27985 6.65718C1.05212 6.7689 0.944143 7.03345 1.02864 7.27262L2.60364 11.7305C2.65091 11.8643 2.7528 11.9717 2.88391 12.026C3.01502 12.0802 3.163 12.0762 3.29098 12.015L5.00008 11.1968V20.5C5.00008 20.7761 5.22394 21 5.50008 21H18.5001C18.7762 21 19.0001 20.7761 19.0001 20.5V11.1968L20.7092 12.015C20.8372 12.0762 20.9852 12.0802 21.1163 12.026C21.2474 11.9717 21.3493 11.8643 21.3965 11.7305L22.9715 7.27262C23.056 7.03345 22.948 6.7689 22.7203 6.65718L15.3703 3.05112Z\" fill=\"currentColor\"/>",
@@ -9004,7 +9018,7 @@
9004
9018
  },
9005
9019
  {
9006
9020
  "category": "Folders & Files",
9007
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"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\"/>",
9021
+ "svg": "<path d=\"M7.5 7.5V9.5M16.5 7.5V9.5M13.8742 2.26465C12.0999 6.005 10.8249 8.89539 10 12.9998H13C12.4484 16.0136 12.4418 18.8802 12.9802 21.8904M4.5 16C9.62358 19.5635 14.3764 19.5635 19.5 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9008
9022
  "iconName": "finder-face",
9009
9023
  "variant": {
9010
9024
  "join": "round",
@@ -9012,7 +9026,7 @@
9012
9026
  "radius": "0",
9013
9027
  "stroke": "1"
9014
9028
  },
9015
- "createdAt": "2025-02-15T21:11:33.829321+00:00",
9029
+ "createdAt": "2025-08-26T19:40:19.038203+00:00",
9016
9030
  "packageName": "round-filled-radius-0-stroke-1",
9017
9031
  "componentName": "IconFinderFace"
9018
9032
  },
@@ -13286,6 +13300,20 @@
13286
13300
  "packageName": "round-filled-radius-0-stroke-1",
13287
13301
  "componentName": "IconNotionAi"
13288
13302
  },
13303
+ {
13304
+ "category": "Social Media & Brands",
13305
+ "svg": "<path d=\"M3 21H12V7.5H16.5V21H21V3H3V21Z\" fill=\"currentColor\"/>",
13306
+ "iconName": "npm",
13307
+ "variant": {
13308
+ "join": "round",
13309
+ "filled": "on",
13310
+ "radius": "0",
13311
+ "stroke": "1"
13312
+ },
13313
+ "createdAt": "2025-08-26T19:40:19.038203+00:00",
13314
+ "packageName": "round-filled-radius-0-stroke-1",
13315
+ "componentName": "IconNpm"
13316
+ },
13289
13317
  {
13290
13318
  "category": "Nature & Energy",
13291
13319
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.14801 3.4614C5.16818 3.20101 5.38535 3 5.64652 3H17.1349C17.3961 3 17.6133 3.20101 17.6334 3.4614C17.8361 6.07865 18.0505 8.40853 18.3808 10.6639C19.0411 10.9602 19.6251 11.3529 20.1224 11.8363C21.3538 13.0332 22 14.7346 22 16.75V20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.338 21 2.18603 20.9215 2.09226 20.7894C1.99849 20.6573 1.97455 20.4879 2.02802 20.335C4.1043 14.3962 4.66017 9.76128 5.14801 3.4614ZM9.03845 16H20.9652C20.8272 14.5528 20.2844 13.3883 19.4254 12.5534C18.4213 11.5774 16.9319 11 15 11C13.1998 11 11.7046 11.5737 10.6634 12.5582C9.77511 13.3981 9.18911 14.5634 9.03845 16ZM21 17H9V20H21V17Z\" fill=\"currentColor\"/>",
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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-1",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "style": "round-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1507,
14
+ "totalIcons": 1509,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -517,12 +517,13 @@
517
517
  ]
518
518
  },
519
519
  "Folders & Files": {
520
- "count": 75,
520
+ "count": 76,
521
521
  "icons": [
522
522
  "IconArchive",
523
523
  "IconBlankPageLandscape",
524
524
  "IconBlankPagePortrait",
525
525
  "IconDossier",
526
+ "IconFaceIdFace",
526
527
  "IconFileBend",
527
528
  "IconFileChart",
528
529
  "IconFileCloud",
@@ -1214,7 +1215,7 @@
1214
1215
  ]
1215
1216
  },
1216
1217
  "Social Media & Brands": {
1217
- "count": 91,
1218
+ "count": 92,
1218
1219
  "icons": [
1219
1220
  "IconAnthropic",
1220
1221
  "IconApple",
@@ -1268,6 +1269,7 @@
1268
1269
  "IconNintendoSwitch",
1269
1270
  "IconNotion",
1270
1271
  "IconNotionAi",
1272
+ "IconNpm",
1271
1273
  "IconOpenai",
1272
1274
  "IconOpera",
1273
1275
  "IconPatreon",
@@ -2308,6 +2310,7 @@
2308
2310
  "IconEyeSparkle": "eye-sparkle, magic eyes",
2309
2311
  "IconFacebook": "facebook",
2310
2312
  "IconFaceId": "face-id",
2313
+ "IconFaceIdFace": "face-id-face",
2311
2314
  "IconFashion": "fashion, wear, clothes, t-shirt",
2312
2315
  "IconFastDelivery": "fast-delivery, quick-commerce",
2313
2316
  "IconFastForward": "fast-forward",
@@ -2646,6 +2649,7 @@
2646
2649
  "IconNoteText": "note-text",
2647
2650
  "IconNotion": "notion",
2648
2651
  "IconNotionAi": "notion-ai",
2652
+ "IconNpm": "npm",
2649
2653
  "IconNuclearPowerPlant": "nuclear-power-plant, radiation",
2650
2654
  "IconNumberedList": "numbered-list",
2651
2655
  "IconOculus": "oculus",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-filled-radius-0-stroke-1",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -4277,6 +4277,13 @@
4277
4277
  "iconName": "face-id",
4278
4278
  "pathname": "src/IconFaceId"
4279
4279
  },
4280
+ {
4281
+ "svg": "<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\"/>",
4282
+ "tags": "Path",
4283
+ "componentName": "IconFaceIdFace",
4284
+ "iconName": "face-id-face",
4285
+ "pathname": "src/IconFaceIdFace"
4286
+ },
4280
4287
  {
4281
4288
  "svg": "<Path d=\"M15.3703 3.05112C15.2388 2.98658 15.0855 2.98299 14.9511 3.04129C14.8167 3.0996 14.7146 3.21393 14.6719 3.35407C14.221 4.83171 13.0921 5.52253 12.0001 5.52253C10.9081 5.52253 9.77919 4.83171 9.32832 3.35407C9.28555 3.21393 9.18347 3.0996 9.04905 3.04129C8.91463 2.98299 8.7614 2.98658 8.62985 3.05112L1.27985 6.65718C1.05212 6.7689 0.944143 7.03345 1.02864 7.27262L2.60364 11.7305C2.65091 11.8643 2.7528 11.9717 2.88391 12.026C3.01502 12.0802 3.163 12.0762 3.29098 12.015L5.00008 11.1968V20.5C5.00008 20.7761 5.22394 21 5.50008 21H18.5001C18.7762 21 19.0001 20.7761 19.0001 20.5V11.1968L20.7092 12.015C20.8372 12.0762 20.9852 12.0802 21.1163 12.026C21.2474 11.9717 21.3493 11.8643 21.3965 11.7305L22.9715 7.27262C23.056 7.03345 22.948 6.7689 22.7203 6.65718L15.3703 3.05112Z\" fill=\"currentColor\"/>",
4282
4289
  "tags": "Path",
@@ -4502,7 +4509,7 @@
4502
4509
  "pathname": "src/IconFinder"
4503
4510
  },
4504
4511
  {
4505
- "svg": "<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\"/>",
4512
+ "svg": "<Path d=\"M7.5 7.5V9.5M16.5 7.5V9.5M13.8742 2.26465C12.0999 6.005 10.8249 8.89539 10 12.9998H13C12.4484 16.0136 12.4418 18.8802 12.9802 21.8904M4.5 16C9.62358 19.5635 14.3764 19.5635 19.5 16\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4506
4513
  "tags": "Path",
4507
4514
  "componentName": "IconFinderFace",
4508
4515
  "iconName": "finder-face",
@@ -6643,6 +6650,13 @@
6643
6650
  "iconName": "notion-ai",
6644
6651
  "pathname": "src/IconNotionAi"
6645
6652
  },
6653
+ {
6654
+ "svg": "<Path d=\"M3 21H12V7.5H16.5V21H21V3H3V21Z\" fill=\"currentColor\"/>",
6655
+ "tags": "Path",
6656
+ "componentName": "IconNpm",
6657
+ "iconName": "npm",
6658
+ "pathname": "src/IconNpm"
6659
+ },
6646
6660
  {
6647
6661
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.14801 3.4614C5.16818 3.20101 5.38535 3 5.64652 3H17.1349C17.3961 3 17.6133 3.20101 17.6334 3.4614C17.8361 6.07865 18.0505 8.40853 18.3808 10.6639C19.0411 10.9602 19.6251 11.3529 20.1224 11.8363C21.3538 13.0332 22 14.7346 22 16.75V20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.338 21 2.18603 20.9215 2.09226 20.7894C1.99849 20.6573 1.97455 20.4879 2.02802 20.335C4.1043 14.3962 4.66017 9.76128 5.14801 3.4614ZM9.03845 16H20.9652C20.8272 14.5528 20.2844 13.3883 19.4254 12.5534C18.4213 11.5774 16.9319 11 15 11C13.1998 11 11.7046 11.5737 10.6634 12.5582C9.77511 13.3981 9.18911 14.5634 9.03845 16ZM21 17H9V20H21V17Z\" fill=\"currentColor\"/>",
6648
6662
  "tags": "Path",