@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.223 → 1.1.224

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 IconOwlFace: FC<CentralIconBaseProps>;
4
+ export default IconOwlFace;
@@ -0,0 +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 C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!v.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var F={};x(F,{IconOwlFace:()=>i,default:()=>g});module.exports=P(F);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>c.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>t.default.createElement(s,{...r},t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z",fill:"currentColor"})),g=i;0&&(module.exports={IconOwlFace});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconOwlFace/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 IconOwlFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOwlFace;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yoBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconOwlFace_exports","__export","IconOwlFace","IconOwlFace_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconOwlFace","props","React","CentralIconBase","IconOwlFace_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...t})=>l.createElement(p,{...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 n}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z",fill:"currentColor"}),C.createElement(n,{d:"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z",fill:"currentColor"})),v=a;export{a as IconOwlFace,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconOwlFace/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 IconOwlFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOwlFace;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yoBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconOwlFace","props","React","CentralIconBase","IconOwlFace_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShieldAccess: FC<CentralIconBaseProps>;
4
+ export default IconShieldAccess;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=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 B(r))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=d(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconShieldAccess:()=>i,default:()=>g});module.exports=P(h);var n=a(require("react"));var s=a(require("react")),c=require("react-native-svg"),m=({children:o,size:r=24,...e})=>s.default.createElement(c.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(m,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5996 1.58424C11.855 1.47257 12.145 1.47257 12.4004 1.58424L20.4004 5.08424C20.7644 5.24349 21 5.60296 21 6.00026V13.0003C20.9999 17.9707 16.9705 22.0003 12 22.0003C7.02953 22.0003 3.00015 17.9707 3 13.0003V6.00026C3 5.60296 3.23562 5.24349 3.59961 5.08424L11.5996 1.58424ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4174 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4174 13.2998 15.6995C13.2996 14.9817 12.7178 14.3997 12 14.3997ZM12 7.34987C11.6748 7.34987 11.3647 7.47134 11.1494 7.68678C10.9335 7.90243 10.8293 8.19533 10.8496 8.50026C10.8538 8.5635 10.8581 8.62744 10.8623 8.69069C10.9373 9.83046 11.0129 10.9708 11.0879 12.1106C11.092 12.1737 11.0955 12.237 11.0996 12.3001C11.1146 12.5234 11.2232 12.7378 11.3916 12.8958C11.5606 13.0537 11.7763 13.1428 12 13.1428C12.2237 13.1428 12.4394 13.0537 12.6084 12.8958C12.7768 12.7378 12.8854 12.5234 12.9004 12.3001C12.9045 12.237 12.908 12.1737 12.9121 12.1106C12.9871 10.9708 13.0627 9.83046 13.1377 8.69069C13.1419 8.62744 13.1462 8.5635 13.1504 8.50026C13.1707 8.19533 13.0665 7.90243 12.8506 7.68678C12.6353 7.47134 12.3252 7.34987 12 7.34987Z",fill:"currentColor"})),g=i;0&&(module.exports={IconShieldAccess});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShieldAccess/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 IconShieldAccess: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.5996 1.58424C11.855 1.47257 12.145 1.47257 12.4004 1.58424L20.4004 5.08424C20.7644 5.24349 21 5.60296 21 6.00026V13.0003C20.9999 17.9707 16.9705 22.0003 12 22.0003C7.02953 22.0003 3.00015 17.9707 3 13.0003V6.00026C3 5.60296 3.23562 5.24349 3.59961 5.08424L11.5996 1.58424ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4174 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4174 13.2998 15.6995C13.2996 14.9817 12.7178 14.3997 12 14.3997ZM12 7.34987C11.6748 7.34987 11.3647 7.47134 11.1494 7.68678C10.9335 7.90243 10.8293 8.19533 10.8496 8.50026C10.8538 8.5635 10.8581 8.62744 10.8623 8.69069C10.9373 9.83046 11.0129 10.9708 11.0879 12.1106C11.092 12.1737 11.0955 12.237 11.0996 12.3001C11.1146 12.5234 11.2232 12.7378 11.3916 12.8958C11.5606 13.0537 11.7763 13.1428 12 13.1428C12.2237 13.1428 12.4394 13.0537 12.6084 12.8958C12.7768 12.7378 12.8854 12.5234 12.9004 12.3001C12.9045 12.237 12.908 12.1737 12.9121 12.1106C12.9871 10.9708 13.0627 9.83046 13.1377 8.69069C13.1419 8.62744 13.1462 8.5635 13.1504 8.50026C13.1707 8.19533 13.0665 7.90243 12.8506 7.68678C12.6353 7.47134 12.3252 7.34987 12 7.34987Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldAccess;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,onCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShieldAccess_exports","__export","IconShieldAccess","IconShieldAccess_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShieldAccess","props","React","CentralIconBase","IconShieldAccess_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:"M11.5996 1.58424C11.855 1.47257 12.145 1.47257 12.4004 1.58424L20.4004 5.08424C20.7644 5.24349 21 5.60296 21 6.00026V13.0003C20.9999 17.9707 16.9705 22.0003 12 22.0003C7.02953 22.0003 3.00015 17.9707 3 13.0003V6.00026C3 5.60296 3.23562 5.24349 3.59961 5.08424L11.5996 1.58424ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4174 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4174 13.2998 15.6995C13.2996 14.9817 12.7178 14.3997 12 14.3997ZM12 7.34987C11.6748 7.34987 11.3647 7.47134 11.1494 7.68678C10.9335 7.90243 10.8293 8.19533 10.8496 8.50026C10.8538 8.5635 10.8581 8.62744 10.8623 8.69069C10.9373 9.83046 11.0129 10.9708 11.0879 12.1106C11.092 12.1737 11.0955 12.237 11.0996 12.3001C11.1146 12.5234 11.2232 12.7378 11.3916 12.8958C11.5606 13.0537 11.7763 13.1428 12 13.1428C12.2237 13.1428 12.4394 13.0537 12.6084 12.8958C12.7768 12.7378 12.8854 12.5234 12.9004 12.3001C12.9045 12.237 12.908 12.1737 12.9121 12.1106C12.9871 10.9708 13.0627 9.83046 13.1377 8.69069C13.1419 8.62744 13.1462 8.5635 13.1504 8.50026C13.1707 8.19533 13.0665 7.90243 12.8506 7.68678C12.6353 7.47134 12.3252 7.34987 12 7.34987Z",fill:"currentColor"})),v=a;export{a as IconShieldAccess,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShieldAccess/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 IconShieldAccess: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.5996 1.58424C11.855 1.47257 12.145 1.47257 12.4004 1.58424L20.4004 5.08424C20.7644 5.24349 21 5.60296 21 6.00026V13.0003C20.9999 17.9707 16.9705 22.0003 12 22.0003C7.02953 22.0003 3.00015 17.9707 3 13.0003V6.00026C3 5.60296 3.23562 5.24349 3.59961 5.08424L11.5996 1.58424ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4174 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4174 13.2998 15.6995C13.2996 14.9817 12.7178 14.3997 12 14.3997ZM12 7.34987C11.6748 7.34987 11.3647 7.47134 11.1494 7.68678C10.9335 7.90243 10.8293 8.19533 10.8496 8.50026C10.8538 8.5635 10.8581 8.62744 10.8623 8.69069C10.9373 9.83046 11.0129 10.9708 11.0879 12.1106C11.092 12.1737 11.0955 12.237 11.0996 12.3001C11.1146 12.5234 11.2232 12.7378 11.3916 12.8958C11.5606 13.0537 11.7763 13.1428 12 13.1428C12.2237 13.1428 12.4394 13.0537 12.6084 12.8958C12.7768 12.7378 12.8854 12.5234 12.9004 12.3001C12.9045 12.237 12.908 12.1737 12.9121 12.1106C12.9871 10.9708 13.0627 9.83046 13.1377 8.69069C13.1419 8.62744 13.1462 8.5635 13.1504 8.50026C13.1707 8.19533 13.0665 7.90243 12.8506 7.68678C12.6353 7.47134 12.3252 7.34987 12 7.34987Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldAccess;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,onCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShieldAccess","props","React","CentralIconBase","IconShieldAccess_default"]}
package/README.md CHANGED
@@ -1537,6 +1537,7 @@ Below is a complete list of available icons:
1537
1537
  - IconSafeSimple
1538
1538
  - IconShield
1539
1539
  - IconShield2
1540
+ - IconShieldAccess
1540
1541
  - IconShieldBreak
1541
1542
  - IconShieldCheck
1542
1543
  - IconShieldCheck2
@@ -1974,6 +1975,7 @@ Below is a complete list of available icons:
1974
1975
  - IconMouth
1975
1976
  - IconNailedIt
1976
1977
  - IconOrganisation
1978
+ - IconOwlFace
1977
1979
  - IconParachute
1978
1980
  - IconParasol
1979
1981
  - IconPeace
@@ -17794,6 +17794,20 @@
17794
17794
  "packageName": "round-filled-radius-0-stroke-2",
17795
17795
  "componentName": "IconOrganisation"
17796
17796
  },
17797
+ {
17798
+ "category": "Things",
17799
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 7C19.8258 7 21.8604 9.01507 21.9922 11.7207C21.9947 11.8135 22 11.9066 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9066 2.00429 11.8135 2.00684 11.7207C2.13863 9.01505 4.1742 7 6.5 7C8.90516 7 11 9.15489 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12C13 9.15489 15.0948 7 17.5 7ZM6.5 10.75C5.80964 10.75 5.25 11.3096 5.25 12C5.25 12.6904 5.80964 13.25 6.5 13.25C7.19036 13.25 7.75 12.6904 7.75 12C7.75 11.3096 7.19036 10.75 6.5 10.75ZM17.5 10.75C16.8096 10.75 16.25 11.3096 16.25 12C16.25 12.6904 16.8096 13.25 17.5 13.25C18.1904 13.25 18.75 12.6904 18.75 12C18.75 11.3096 18.1904 10.75 17.5 10.75Z\" fill=\"currentColor\"/><path d=\"M12 2C14.9513 2 17.6032 3.27917 19.4336 5.3125C18.826 5.10996 18.1774 5 17.5 5C15.1451 5 13.1375 6.32567 12 8.27441C10.8625 6.32567 8.8549 5 6.5 5C5.82232 5 5.1733 5.10977 4.56543 5.3125C6.39588 3.27889 9.0485 2 12 2Z\" fill=\"currentColor\"/>",
17800
+ "iconName": "owl-face, learning, reading, research",
17801
+ "variant": {
17802
+ "join": "round",
17803
+ "filled": "on",
17804
+ "radius": "0",
17805
+ "stroke": "2"
17806
+ },
17807
+ "createdAt": "2026-05-04T07:02:04.556443+00:00",
17808
+ "packageName": "round-filled-radius-0-stroke-2",
17809
+ "componentName": "IconOwlFace"
17810
+ },
17797
17811
  {
17798
17812
  "category": "Shopping & Payment",
17799
17813
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 3H8V9C8 9.55228 8.44772 10 9 10H15C15.5523 10 16 9.55228 16 9V3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM15 16C14.4477 16 14 16.4477 14 17C14 17.5523 14.4477 18 15 18H17C17.5523 18 18 17.5523 18 17C18 16.4477 17.5523 16 17 16H15Z\" fill=\"currentColor\"/><path d=\"M10 3H14V8H10V3Z\" fill=\"currentColor\"/>",
@@ -21896,6 +21910,20 @@
21896
21910
  "packageName": "round-filled-radius-0-stroke-2",
21897
21911
  "componentName": "IconShield2"
21898
21912
  },
21913
+ {
21914
+ "category": "Security",
21915
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5996 1.58424C11.855 1.47257 12.145 1.47257 12.4004 1.58424L20.4004 5.08424C20.7644 5.24349 21 5.60296 21 6.00026V13.0003C20.9999 17.9707 16.9705 22.0003 12 22.0003C7.02953 22.0003 3.00015 17.9707 3 13.0003V6.00026C3 5.60296 3.23562 5.24349 3.59961 5.08424L11.5996 1.58424ZM12 14.3997C11.2823 14.3998 10.7004 14.9818 10.7002 15.6995C10.7002 16.4174 11.2821 17.0002 12 17.0003C12.718 17.0003 13.2998 16.4174 13.2998 15.6995C13.2996 14.9817 12.7178 14.3997 12 14.3997ZM12 7.34987C11.6748 7.34987 11.3647 7.47134 11.1494 7.68678C10.9335 7.90243 10.8293 8.19533 10.8496 8.50026C10.8538 8.5635 10.8581 8.62744 10.8623 8.69069C10.9373 9.83046 11.0129 10.9708 11.0879 12.1106C11.092 12.1737 11.0955 12.237 11.0996 12.3001C11.1146 12.5234 11.2232 12.7378 11.3916 12.8958C11.5606 13.0537 11.7763 13.1428 12 13.1428C12.2237 13.1428 12.4394 13.0537 12.6084 12.8958C12.7768 12.7378 12.8854 12.5234 12.9004 12.3001C12.9045 12.237 12.908 12.1737 12.9121 12.1106C12.9871 10.9708 13.0627 9.83046 13.1377 8.69069C13.1419 8.62744 13.1462 8.5635 13.1504 8.50026C13.1707 8.19533 13.0665 7.90243 12.8506 7.68678C12.6353 7.47134 12.3252 7.34987 12 7.34987Z\" fill=\"currentColor\"/>",
21916
+ "iconName": "shield-access, full-access",
21917
+ "variant": {
21918
+ "join": "round",
21919
+ "filled": "on",
21920
+ "radius": "0",
21921
+ "stroke": "2"
21922
+ },
21923
+ "createdAt": "2026-05-04T07:02:04.556443+00:00",
21924
+ "packageName": "round-filled-radius-0-stroke-2",
21925
+ "componentName": "IconShieldAccess"
21926
+ },
21899
21927
  {
21900
21928
  "category": "AI & Magic",
21901
21929
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5996 1.58473C11.855 1.47306 12.145 1.47306 12.4004 1.58473L20.4004 5.08473C20.7644 5.24397 21 5.60345 21 6.00074V13.0007C20.9999 17.9712 16.9705 22.0007 12 22.0007C7.02953 22.0007 3.00015 17.9712 3 13.0007V6.00074C3 5.60345 3.23562 5.24397 3.59961 5.08473L11.5996 1.58473ZM12 7.95485C11.759 7.95485 11.5426 8.10297 11.4561 8.32789L10.7598 10.1394C10.6583 10.4033 10.4494 10.612 10.1855 10.7136L8.37305 11.4109C8.14825 11.4975 8 11.7139 8 11.9548C8.00011 12.1956 8.14842 12.4112 8.37305 12.4978L10.1855 13.1951C10.4495 13.2967 10.6582 13.5053 10.7598 13.7693L11.4561 15.5808C11.5426 15.8057 11.759 15.9548 12 15.9548C12.241 15.9548 12.4574 15.8057 12.5439 15.5808L13.2402 13.7693C13.3418 13.5053 13.5505 13.2967 13.8145 13.1951L15.627 12.4978C15.8516 12.4112 15.9999 12.1956 16 11.9548C16 11.7139 15.8517 11.4975 15.627 11.4109L13.8145 10.7136C13.5506 10.612 13.3417 10.4033 13.2402 10.1394L12.5439 8.32789C12.4574 8.10297 12.241 7.95485 12 7.95485Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1270,6 +1270,7 @@ export type CentralIconName =
1270
1270
  | "IconOptionKey"
1271
1271
  | "IconOrange"
1272
1272
  | "IconOrganisation"
1273
+ | "IconOwlFace"
1273
1274
  | "IconPackage"
1274
1275
  | "IconPackageAdd"
1275
1276
  | "IconPackageBlock"
@@ -1563,6 +1564,7 @@ export type CentralIconName =
1563
1564
  | "IconShareScreen"
1564
1565
  | "IconShield"
1565
1566
  | "IconShield2"
1567
+ | "IconShieldAccess"
1566
1568
  | "IconShieldAi"
1567
1569
  | "IconShieldBreak"
1568
1570
  | "IconShieldCheck"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.223",
3
+ "version": "1.1.224",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/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": 1981,
14
+ "totalIcons": 1983,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 88,
@@ -1436,7 +1436,7 @@
1436
1436
  ]
1437
1437
  },
1438
1438
  "Security": {
1439
- "count": 32,
1439
+ "count": 33,
1440
1440
  "icons": [
1441
1441
  "IconAnonymous",
1442
1442
  "IconAsterisk",
@@ -1458,6 +1458,7 @@
1458
1458
  "IconSafeSimple",
1459
1459
  "IconShield",
1460
1460
  "IconShield2",
1461
+ "IconShieldAccess",
1461
1462
  "IconShieldBreak",
1462
1463
  "IconShieldCheck",
1463
1464
  "IconShieldCheck2",
@@ -1830,7 +1831,7 @@
1830
1831
  ]
1831
1832
  },
1832
1833
  "Things": {
1833
- "count": 140,
1834
+ "count": 141,
1834
1835
  "icons": [
1835
1836
  "IconAnvil",
1836
1837
  "IconApps",
@@ -1907,6 +1908,7 @@
1907
1908
  "IconMouth",
1908
1909
  "IconNailedIt",
1909
1910
  "IconOrganisation",
1911
+ "IconOwlFace",
1910
1912
  "IconParachute",
1911
1913
  "IconParasol",
1912
1914
  "IconPeace",
@@ -3453,6 +3455,7 @@
3453
3455
  "IconOptionKey": "option-key",
3454
3456
  "IconOrange": "orange",
3455
3457
  "IconOrganisation": "organisation, organimgram",
3458
+ "IconOwlFace": "owl-face, learning, reading, research",
3456
3459
  "IconPackage": "package, delivery",
3457
3460
  "IconPackageAdd": "package-add, delivery",
3458
3461
  "IconPackageBlock": "package-block, delivery",
@@ -3746,6 +3749,7 @@
3746
3749
  "IconShareScreen": "share-screen, screen-sharing",
3747
3750
  "IconShield": "shield, security, protection",
3748
3751
  "IconShield2": "shield-2, safety, privacy",
3752
+ "IconShieldAccess": "shield-access, full-access",
3749
3753
  "IconShieldAi": "shield-ai, security, safety, privacy, cyber",
3750
3754
  "IconShieldBreak": "shield-break, not-secure",
3751
3755
  "IconShieldCheck": "shield-check, security, protection",
package/index.d.ts CHANGED
@@ -1269,6 +1269,7 @@ export { IconOptAlt, default as IconOptAltDefault } from "./IconOptAlt";
1269
1269
  export { IconOptionKey, default as IconOptionKeyDefault, } from "./IconOptionKey";
1270
1270
  export { IconOrange, default as IconOrangeDefault } from "./IconOrange";
1271
1271
  export { IconOrganisation, default as IconOrganisationDefault, } from "./IconOrganisation";
1272
+ export { IconOwlFace, default as IconOwlFaceDefault } from "./IconOwlFace";
1272
1273
  export { IconPackage, default as IconPackageDefault } from "./IconPackage";
1273
1274
  export { IconPackageAdd, default as IconPackageAddDefault, } from "./IconPackageAdd";
1274
1275
  export { IconPackageBlock, default as IconPackageBlockDefault, } from "./IconPackageBlock";
@@ -1562,6 +1563,7 @@ export { IconShareOs, default as IconShareOsDefault } from "./IconShareOs";
1562
1563
  export { IconShareScreen, default as IconShareScreenDefault, } from "./IconShareScreen";
1563
1564
  export { IconShield, default as IconShieldDefault } from "./IconShield";
1564
1565
  export { IconShield2, default as IconShield2Default } from "./IconShield2";
1566
+ export { IconShieldAccess, default as IconShieldAccessDefault, } from "./IconShieldAccess";
1565
1567
  export { IconShieldAi, default as IconShieldAiDefault } from "./IconShieldAi";
1566
1568
  export { IconShieldBreak, default as IconShieldBreakDefault, } from "./IconShieldBreak";
1567
1569
  export { IconShieldCheck, default as IconShieldCheckDefault, } from "./IconShieldCheck";