@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.222 → 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.
- package/IconOwlFace/index.d.ts +4 -0
- package/IconOwlFace/index.js +2 -0
- package/IconOwlFace/index.js.map +1 -0
- package/IconOwlFace/index.mjs +2 -0
- package/IconOwlFace/index.mjs.map +1 -0
- package/IconShieldAccess/index.d.ts +4 -0
- package/IconShieldAccess/index.js +2 -0
- package/IconShieldAccess/index.js.map +1 -0
- package/IconShieldAccess/index.mjs +2 -0
- package/IconShieldAccess/index.mjs.map +1 -0
- package/IconShieldSearch/index.d.ts +4 -0
- package/IconShieldSearch/index.js +2 -0
- package/IconShieldSearch/index.js.map +1 -0
- package/IconShieldSearch/index.mjs +2 -0
- package/IconShieldSearch/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +4 -1
- package/tsx-icons.json +21 -0
|
@@ -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.25 7.25C19.7901 7.25 21.8641 9.24391 21.9932 11.752C21.9952 11.8344 22 11.917 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9171 2.00385 11.8344 2.00586 11.752C2.13487 9.24388 4.20984 7.25 6.75 7.25C9.37335 7.25 11.5 9.37665 11.5 12V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12C12.5 9.37665 14.6266 7.25 17.25 7.25ZM6.59961 10.75C5.90943 10.7502 5.34961 11.3098 5.34961 12C5.34961 12.6902 5.90943 13.2498 6.59961 13.25C7.28997 13.25 7.84961 12.6904 7.84961 12C7.84961 11.3096 7.28997 10.75 6.59961 10.75ZM17.4004 10.75C16.71 10.75 16.1504 11.3096 16.1504 12C16.1504 12.6904 16.71 13.25 17.4004 13.25C18.0906 13.2498 18.6504 12.6902 18.6504 12C18.6504 11.3098 18.0906 10.7502 17.4004 10.75Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M12 2C15.9627 2 19.3864 4.30518 21.0049 7.64746C19.9973 6.77746 18.6857 6.25 17.25 6.25C14.9097 6.25 12.8975 7.64876 12 9.65527C11.1025 7.64876 9.09026 6.25 6.75 6.25C5.31407 6.25 4.00179 6.77717 2.99414 7.64746C4.61255 4.30498 8.03718 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.25 7.25C19.7901 7.25 21.8641 9.24391 21.9932 11.752C21.9952 11.8344 22 11.917 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9171 2.00385 11.8344 2.00586 11.752C2.13487 9.24388 4.20984 7.25 6.75 7.25C9.37335 7.25 11.5 9.37665 11.5 12V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12C12.5 9.37665 14.6266 7.25 17.25 7.25ZM6.59961 10.75C5.90943 10.7502 5.34961 11.3098 5.34961 12C5.34961 12.6902 5.90943 13.2498 6.59961 13.25C7.28997 13.25 7.84961 12.6904 7.84961 12C7.84961 11.3096 7.28997 10.75 6.59961 10.75ZM17.4004 10.75C16.71 10.75 16.1504 11.3096 16.1504 12C16.1504 12.6904 16.71 13.25 17.4004 13.25C18.0906 13.2498 18.6504 12.6902 18.6504 12C18.6504 11.3098 18.0906 10.7502 17.4004 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C15.9627 2 19.3864 4.30518 21.0049 7.64746C19.9973 6.77746 18.6857 6.25 17.25 6.25C14.9097 6.25 12.8975 7.64876 12 9.65527C11.1025 7.64876 9.09026 6.25 6.75 6.25C5.31407 6.25 4.00179 6.77717 2.99414 7.64746C4.61255 4.30498 8.03718 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,suBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sPACF,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.25 7.25C19.7901 7.25 21.8641 9.24391 21.9932 11.752C21.9952 11.8344 22 11.917 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9171 2.00385 11.8344 2.00586 11.752C2.13487 9.24388 4.20984 7.25 6.75 7.25C9.37335 7.25 11.5 9.37665 11.5 12V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12C12.5 9.37665 14.6266 7.25 17.25 7.25ZM6.59961 10.75C5.90943 10.7502 5.34961 11.3098 5.34961 12C5.34961 12.6902 5.90943 13.2498 6.59961 13.25C7.28997 13.25 7.84961 12.6904 7.84961 12C7.84961 11.3096 7.28997 10.75 6.59961 10.75ZM17.4004 10.75C16.71 10.75 16.1504 11.3096 16.1504 12C16.1504 12.6904 16.71 13.25 17.4004 13.25C18.0906 13.2498 18.6504 12.6902 18.6504 12C18.6504 11.3098 18.0906 10.7502 17.4004 10.75Z",fill:"currentColor"}),C.createElement(n,{d:"M12 2C15.9627 2 19.3864 4.30518 21.0049 7.64746C19.9973 6.77746 18.6857 6.25 17.25 6.25C14.9097 6.25 12.8975 7.64876 12 9.65527C11.1025 7.64876 9.09026 6.25 6.75 6.25C5.31407 6.25 4.00179 6.77717 2.99414 7.64746C4.61255 4.30498 8.03718 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.25 7.25C19.7901 7.25 21.8641 9.24391 21.9932 11.752C21.9952 11.8344 22 11.917 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9171 2.00385 11.8344 2.00586 11.752C2.13487 9.24388 4.20984 7.25 6.75 7.25C9.37335 7.25 11.5 9.37665 11.5 12V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12C12.5 9.37665 14.6266 7.25 17.25 7.25ZM6.59961 10.75C5.90943 10.7502 5.34961 11.3098 5.34961 12C5.34961 12.6902 5.90943 13.2498 6.59961 13.25C7.28997 13.25 7.84961 12.6904 7.84961 12C7.84961 11.3096 7.28997 10.75 6.59961 10.75ZM17.4004 10.75C16.71 10.75 16.1504 11.3096 16.1504 12C16.1504 12.6904 16.71 13.25 17.4004 13.25C18.0906 13.2498 18.6504 12.6902 18.6504 12C18.6504 11.3098 18.0906 10.7502 17.4004 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C15.9627 2 19.3864 4.30518 21.0049 7.64746C19.9973 6.77746 18.6857 6.25 17.25 6.25C14.9097 6.25 12.8975 7.64876 12 9.65527C11.1025 7.64876 9.09026 6.25 6.75 6.25C5.31407 6.25 4.00179 6.77717 2.99414 7.64746C4.61255 4.30498 8.03718 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,suBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconOwlFace","props","React","CentralIconBase","IconOwlFace_default"]}
|
|
@@ -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.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM12 15.0003C11.4477 15.0003 11 15.448 11 16.0003C11.0002 16.5525 11.4478 17.0003 12 17.0003C12.5522 17.0003 12.9998 16.5525 13 16.0003C13 15.448 12.5523 15.0003 12 15.0003ZM12 7.30988C11.811 7.30988 11.6302 7.38287 11.501 7.51203C11.3716 7.64141 11.3034 7.81739 11.3096 8.00031C11.3121 8.07508 11.3149 8.15015 11.3174 8.22492C11.3624 9.57482 11.4072 10.9258 11.4521 12.2757C11.4546 12.3505 11.4575 12.4255 11.46 12.5003C11.4647 12.6387 11.5259 12.7716 11.627 12.8695C11.7283 12.9673 11.8615 13.0228 12 13.0228C12.1385 13.0228 12.2717 12.9673 12.373 12.8695C12.4741 12.7716 12.5353 12.6387 12.54 12.5003C12.5425 12.4255 12.5454 12.3505 12.5479 12.2757C12.5928 10.9258 12.6376 9.57482 12.6826 8.22492C12.6851 8.15015 12.6879 8.07508 12.6904 8.00031C12.6966 7.81739 12.6284 7.64141 12.499 7.51203C12.3698 7.38287 12.189 7.30988 12 7.30988Z",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.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM12 15.0003C11.4477 15.0003 11 15.448 11 16.0003C11.0002 16.5525 11.4478 17.0003 12 17.0003C12.5522 17.0003 12.9998 16.5525 13 16.0003C13 15.448 12.5523 15.0003 12 15.0003ZM12 7.30988C11.811 7.30988 11.6302 7.38287 11.501 7.51203C11.3716 7.64141 11.3034 7.81739 11.3096 8.00031C11.3121 8.07508 11.3149 8.15015 11.3174 8.22492C11.3624 9.57482 11.4072 10.9258 11.4521 12.2757C11.4546 12.3505 11.4575 12.4255 11.46 12.5003C11.4647 12.6387 11.5259 12.7716 11.627 12.8695C11.7283 12.9673 11.8615 13.0228 12 13.0228C12.1385 13.0228 12.2717 12.9673 12.373 12.8695C12.4741 12.7716 12.5353 12.6387 12.54 12.5003C12.5425 12.4255 12.5454 12.3505 12.5479 12.2757C12.5928 10.9258 12.6376 9.57482 12.6826 8.22492C12.6851 8.15015 12.6879 8.07508 12.6904 8.00031C12.6966 7.81739 12.6284 7.64141 12.499 7.51203C12.3698 7.38287 12.189 7.30988 12 7.30988Z\"\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,ylCACF,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.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM12 15.0003C11.4477 15.0003 11 15.448 11 16.0003C11.0002 16.5525 11.4478 17.0003 12 17.0003C12.5522 17.0003 12.9998 16.5525 13 16.0003C13 15.448 12.5523 15.0003 12 15.0003ZM12 7.30988C11.811 7.30988 11.6302 7.38287 11.501 7.51203C11.3716 7.64141 11.3034 7.81739 11.3096 8.00031C11.3121 8.07508 11.3149 8.15015 11.3174 8.22492C11.3624 9.57482 11.4072 10.9258 11.4521 12.2757C11.4546 12.3505 11.4575 12.4255 11.46 12.5003C11.4647 12.6387 11.5259 12.7716 11.627 12.8695C11.7283 12.9673 11.8615 13.0228 12 13.0228C12.1385 13.0228 12.2717 12.9673 12.373 12.8695C12.4741 12.7716 12.5353 12.6387 12.54 12.5003C12.5425 12.4255 12.5454 12.3505 12.5479 12.2757C12.5928 10.9258 12.6376 9.57482 12.6826 8.22492C12.6851 8.15015 12.6879 8.07508 12.6904 8.00031C12.6966 7.81739 12.6284 7.64141 12.499 7.51203C12.3698 7.38287 12.189 7.30988 12 7.30988Z",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.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM12 15.0003C11.4477 15.0003 11 15.448 11 16.0003C11.0002 16.5525 11.4478 17.0003 12 17.0003C12.5522 17.0003 12.9998 16.5525 13 16.0003C13 15.448 12.5523 15.0003 12 15.0003ZM12 7.30988C11.811 7.30988 11.6302 7.38287 11.501 7.51203C11.3716 7.64141 11.3034 7.81739 11.3096 8.00031C11.3121 8.07508 11.3149 8.15015 11.3174 8.22492C11.3624 9.57482 11.4072 10.9258 11.4521 12.2757C11.4546 12.3505 11.4575 12.4255 11.46 12.5003C11.4647 12.6387 11.5259 12.7716 11.627 12.8695C11.7283 12.9673 11.8615 13.0228 12 13.0228C12.1385 13.0228 12.2717 12.9673 12.373 12.8695C12.4741 12.7716 12.5353 12.6387 12.54 12.5003C12.5425 12.4255 12.5454 12.3505 12.5479 12.2757C12.5928 10.9258 12.6376 9.57482 12.6826 8.22492C12.6851 8.15015 12.6879 8.07508 12.6904 8.00031C12.6966 7.81739 12.6284 7.64141 12.499 7.51203C12.3698 7.38287 12.189 7.30988 12 7.30988Z\"\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,ylCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShieldAccess","props","React","CentralIconBase","IconShieldAccess_default"]}
|
|
@@ -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=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!v.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var h={};x(h,{IconShieldSearch:()=>i,default:()=>g});module.exports=P(h);var C=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>c.default.createElement(f.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 l=require("react-native-svg"),i=r=>C.default.createElement(s,{...r},C.default.createElement(l.Path,{d:"M11 8.00031C12.6569 8.00031 14 9.34346 14 11.0003C13.9998 12.657 12.6568 14.0003 11 14.0003C9.34325 14.0003 8.00016 12.657 8 11.0003C8 9.34346 9.34315 8.00031 11 8.00031Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM11 7.00031C8.79086 7.00031 7 8.79117 7 11.0003C7.00016 13.2093 8.79096 15.0003 11 15.0003C11.9242 15.0003 12.7739 14.6849 13.4512 14.1585L15.1465 15.8538C15.3417 16.0489 15.6583 16.0489 15.8535 15.8538C16.0487 15.6586 16.0486 15.3421 15.8535 15.1468L14.1582 13.4515C14.6847 12.7742 14.9999 11.9245 15 11.0003C15 8.79117 13.2091 7.00031 11 7.00031Z",fill:"currentColor"})),g=i;0&&(module.exports={IconShieldSearch});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldSearch/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 IconShieldSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 8.00031C12.6569 8.00031 14 9.34346 14 11.0003C13.9998 12.657 12.6568 14.0003 11 14.0003C9.34325 14.0003 8.00016 12.657 8 11.0003C8 9.34346 9.34315 8.00031 11 8.00031Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM11 7.00031C8.79086 7.00031 7 8.79117 7 11.0003C7.00016 13.2093 8.79096 15.0003 11 15.0003C11.9242 15.0003 12.7739 14.6849 13.4512 14.1585L15.1465 15.8538C15.3417 16.0489 15.6583 16.0489 15.8535 15.8538C16.0487 15.6586 16.0486 15.3421 15.8535 15.1468L14.1582 13.4515C14.6847 12.7742 14.9999 11.9245 15 11.0003C15 8.79117 13.2091 7.00031 11 7.00031Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldSearch;\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,EAAE,6KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,inBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShieldSearch_exports","__export","IconShieldSearch","IconShieldSearch_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShieldSearch","props","React","CentralIconBase","IconShieldSearch_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:o,size:r=24,...C})=>l.createElement(p,{...C,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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M11 8.00031C12.6569 8.00031 14 9.34346 14 11.0003C13.9998 12.657 12.6568 14.0003 11 14.0003C9.34325 14.0003 8.00016 12.657 8 11.0003C8 9.34346 9.34315 8.00031 11 8.00031Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM11 7.00031C8.79086 7.00031 7 8.79117 7 11.0003C7.00016 13.2093 8.79096 15.0003 11 15.0003C11.9242 15.0003 12.7739 14.6849 13.4512 14.1585L15.1465 15.8538C15.3417 16.0489 15.6583 16.0489 15.8535 15.8538C16.0487 15.6586 16.0486 15.3421 15.8535 15.1468L14.1582 13.4515C14.6847 12.7742 14.9999 11.9245 15 11.0003C15 8.79117 13.2091 7.00031 11 7.00031Z",fill:"currentColor"})),v=a;export{a as IconShieldSearch,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldSearch/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 IconShieldSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 8.00031C12.6569 8.00031 14 9.34346 14 11.0003C13.9998 12.657 12.6568 14.0003 11 14.0003C9.34325 14.0003 8.00016 12.657 8 11.0003C8 9.34346 9.34315 8.00031 11 8.00031Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM11 7.00031C8.79086 7.00031 7 8.79117 7 11.0003C7.00016 13.2093 8.79096 15.0003 11 15.0003C11.9242 15.0003 12.7739 14.6849 13.4512 14.1585L15.1465 15.8538C15.3417 16.0489 15.6583 16.0489 15.8535 15.8538C16.0487 15.6586 16.0486 15.3421 15.8535 15.1468L14.1582 13.4515C14.6847 12.7742 14.9999 11.9245 15 11.0003C15 8.79117 13.2091 7.00031 11 7.00031Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldSearch;\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,EAAE,6KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,inBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShieldSearch","props","React","CentralIconBase","IconShieldSearch_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
|
|
@@ -1544,6 +1545,7 @@ Below is a complete list of available icons:
|
|
|
1544
1545
|
- IconShieldCode
|
|
1545
1546
|
- IconShieldCrossed
|
|
1546
1547
|
- IconShieldKeyhole
|
|
1548
|
+
- IconShieldSearch
|
|
1547
1549
|
- IconSiren
|
|
1548
1550
|
- IconUmbrellaSecurity
|
|
1549
1551
|
- IconUnlocked
|
|
@@ -1973,6 +1975,7 @@ Below is a complete list of available icons:
|
|
|
1973
1975
|
- IconMouth
|
|
1974
1976
|
- IconNailedIt
|
|
1975
1977
|
- IconOrganisation
|
|
1978
|
+
- IconOwlFace
|
|
1976
1979
|
- IconParachute
|
|
1977
1980
|
- IconParasol
|
|
1978
1981
|
- IconPeace
|
package/filtered-icons.json
CHANGED
|
@@ -17794,6 +17794,20 @@
|
|
|
17794
17794
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
17795
17795
|
"componentName": "IconOrganisation"
|
|
17796
17796
|
},
|
|
17797
|
+
{
|
|
17798
|
+
"category": "Things",
|
|
17799
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.25 7.25C19.7901 7.25 21.8641 9.24391 21.9932 11.752C21.9952 11.8344 22 11.917 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 11.9171 2.00385 11.8344 2.00586 11.752C2.13487 9.24388 4.20984 7.25 6.75 7.25C9.37335 7.25 11.5 9.37665 11.5 12V14.5C11.5 14.7761 11.7239 15 12 15C12.2761 15 12.5 14.7761 12.5 14.5V12C12.5 9.37665 14.6266 7.25 17.25 7.25ZM6.59961 10.75C5.90943 10.7502 5.34961 11.3098 5.34961 12C5.34961 12.6902 5.90943 13.2498 6.59961 13.25C7.28997 13.25 7.84961 12.6904 7.84961 12C7.84961 11.3096 7.28997 10.75 6.59961 10.75ZM17.4004 10.75C16.71 10.75 16.1504 11.3096 16.1504 12C16.1504 12.6904 16.71 13.25 17.4004 13.25C18.0906 13.2498 18.6504 12.6902 18.6504 12C18.6504 11.3098 18.0906 10.7502 17.4004 10.75Z\" fill=\"currentColor\"/><path d=\"M12 2C15.9627 2 19.3864 4.30518 21.0049 7.64746C19.9973 6.77746 18.6857 6.25 17.25 6.25C14.9097 6.25 12.8975 7.64876 12 9.65527C11.1025 7.64876 9.09026 6.25 6.75 6.25C5.31407 6.25 4.00179 6.77717 2.99414 7.64746C4.61255 4.30498 8.03718 2 12 2Z\" fill=\"currentColor\"/>",
|
|
17800
|
+
"iconName": "owl-face, learning, reading, research",
|
|
17801
|
+
"variant": {
|
|
17802
|
+
"join": "round",
|
|
17803
|
+
"filled": "on",
|
|
17804
|
+
"radius": "1",
|
|
17805
|
+
"stroke": "1"
|
|
17806
|
+
},
|
|
17807
|
+
"createdAt": "2026-05-04T07:02:04.556443+00:00",
|
|
17808
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
17809
|
+
"componentName": "IconOwlFace"
|
|
17810
|
+
},
|
|
17797
17811
|
{
|
|
17798
17812
|
"category": "Shopping & Payment",
|
|
17799
17813
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 3H8V8.5C8 9.32843 8.67157 10 9.5 10H14.5C15.3284 10 16 9.32843 16 8.5V3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5C3 3.67157 3.67157 3 4.5 3ZM15 17C14.7239 17 14.5 17.2239 14.5 17.5C14.5 17.7761 14.7239 18 15 18H17.5C17.7761 18 18 17.7761 18 17.5C18 17.2239 17.7761 17 17.5 17H15Z\" fill=\"currentColor\"/><path d=\"M9 3H15V8.5C15 8.77614 14.7761 9 14.5 9H9.5C9.22386 9 9 8.77614 9 8.5V3Z\" fill=\"currentColor\"/>",
|
|
@@ -21896,6 +21910,20 @@
|
|
|
21896
21910
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
21897
21911
|
"componentName": "IconShield2"
|
|
21898
21912
|
},
|
|
21913
|
+
{
|
|
21914
|
+
"category": "Security",
|
|
21915
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM12 15.0003C11.4477 15.0003 11 15.448 11 16.0003C11.0002 16.5525 11.4478 17.0003 12 17.0003C12.5522 17.0003 12.9998 16.5525 13 16.0003C13 15.448 12.5523 15.0003 12 15.0003ZM12 7.30988C11.811 7.30988 11.6302 7.38287 11.501 7.51203C11.3716 7.64141 11.3034 7.81739 11.3096 8.00031C11.3121 8.07508 11.3149 8.15015 11.3174 8.22492C11.3624 9.57482 11.4072 10.9258 11.4521 12.2757C11.4546 12.3505 11.4575 12.4255 11.46 12.5003C11.4647 12.6387 11.5259 12.7716 11.627 12.8695C11.7283 12.9673 11.8615 13.0228 12 13.0228C12.1385 13.0228 12.2717 12.9673 12.373 12.8695C12.4741 12.7716 12.5353 12.6387 12.54 12.5003C12.5425 12.4255 12.5454 12.3505 12.5479 12.2757C12.5928 10.9258 12.6376 9.57482 12.6826 8.22492C12.6851 8.15015 12.6879 8.07508 12.6904 8.00031C12.6966 7.81739 12.6284 7.64141 12.499 7.51203C12.3698 7.38287 12.189 7.30988 12 7.30988Z\" fill=\"currentColor\"/>",
|
|
21916
|
+
"iconName": "shield-access, full-access",
|
|
21917
|
+
"variant": {
|
|
21918
|
+
"join": "round",
|
|
21919
|
+
"filled": "on",
|
|
21920
|
+
"radius": "1",
|
|
21921
|
+
"stroke": "1"
|
|
21922
|
+
},
|
|
21923
|
+
"createdAt": "2026-05-04T07:02:04.556443+00:00",
|
|
21924
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
21925
|
+
"componentName": "IconShieldAccess"
|
|
21926
|
+
},
|
|
21899
21927
|
{
|
|
21900
21928
|
"category": "AI & Magic",
|
|
21901
21929
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4287 1.69501C11.7946 1.54437 12.2054 1.54437 12.5713 1.69501L20.0713 4.7829C20.6333 5.01435 21 5.56278 21 6.1706V13.0007C20.9999 17.9711 16.9705 22.0007 12 22.0007C7.02951 22.0007 3.00011 17.9711 3 13.0007V6.1706C3 5.56278 3.36669 5.01435 3.92871 4.7829L11.4287 1.69501ZM12 7.70478C11.6556 7.70478 11.3464 7.91662 11.2227 8.23798L10.5264 10.0505C10.4501 10.2483 10.2935 10.405 10.0957 10.4811L8.2832 11.1774C7.9619 11.3012 7.75 11.6105 7.75 11.9548C7.75012 12.299 7.96194 12.6085 8.2832 12.7321L10.0957 13.4284C10.2936 13.5046 10.4502 13.6612 10.5264 13.8591L11.2227 15.6716C11.3464 15.9928 11.6557 16.2048 12 16.2048C12.3443 16.2048 12.6536 15.9928 12.7773 15.6716L13.4736 13.8591C13.5498 13.6612 13.7064 13.5046 13.9043 13.4284L15.7168 12.7321C16.0381 12.6085 16.2499 12.299 16.25 11.9548C16.25 11.6105 16.0381 11.3012 15.7168 11.1774L13.9043 10.4811C13.7065 10.405 13.5499 10.2483 13.4736 10.0505L12.7773 8.23798C12.6537 7.91662 12.3444 7.70478 12 7.70478Z\" fill=\"currentColor\"/>",
|
|
@@ -22008,6 +22036,20 @@
|
|
|
22008
22036
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
22009
22037
|
"componentName": "IconShieldKeyhole"
|
|
22010
22038
|
},
|
|
22039
|
+
{
|
|
22040
|
+
"category": "Security",
|
|
22041
|
+
"svg": "<path d=\"M11 8.00031C12.6569 8.00031 14 9.34346 14 11.0003C13.9998 12.657 12.6568 14.0003 11 14.0003C9.34325 14.0003 8.00016 12.657 8 11.0003C8 9.34346 9.34315 8.00031 11 8.00031Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM11 7.00031C8.79086 7.00031 7 8.79117 7 11.0003C7.00016 13.2093 8.79096 15.0003 11 15.0003C11.9242 15.0003 12.7739 14.6849 13.4512 14.1585L15.1465 15.8538C15.3417 16.0489 15.6583 16.0489 15.8535 15.8538C16.0487 15.6586 16.0486 15.3421 15.8535 15.1468L14.1582 13.4515C14.6847 12.7742 14.9999 11.9245 15 11.0003C15 8.79117 13.2091 7.00031 11 7.00031Z\" fill=\"currentColor\"/>",
|
|
22042
|
+
"iconName": "shield-search, safety, privacy, security, scan",
|
|
22043
|
+
"variant": {
|
|
22044
|
+
"join": "round",
|
|
22045
|
+
"filled": "on",
|
|
22046
|
+
"radius": "1",
|
|
22047
|
+
"stroke": "1"
|
|
22048
|
+
},
|
|
22049
|
+
"createdAt": "2026-04-30T18:02:00.480457+00:00",
|
|
22050
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
22051
|
+
"componentName": "IconShieldSearch"
|
|
22052
|
+
},
|
|
22011
22053
|
{
|
|
22012
22054
|
"category": "Keyboard",
|
|
22013
22055
|
"svg": "<path d=\"M13.0952 2.4722C12.5023 1.84265 11.4997 1.84259 10.9067 2.47209L2.40995 11.4927C1.50977 12.4484 2.18929 14.0144 3.50413 14.0144H5.9964V19.5031C5.9964 20.3298 6.66848 21 7.49755 21H16.5045C17.3335 21 18.0056 20.3298 18.0056 19.5031V14.0144H20.4959C21.8106 14.0144 22.4902 12.4485 21.5902 11.4928L13.0952 2.4722Z\" 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"
|
|
@@ -1571,6 +1573,7 @@ export type CentralIconName =
|
|
|
1571
1573
|
| "IconShieldCode"
|
|
1572
1574
|
| "IconShieldCrossed"
|
|
1573
1575
|
| "IconShieldKeyhole"
|
|
1576
|
+
| "IconShieldSearch"
|
|
1574
1577
|
| "IconShift"
|
|
1575
1578
|
| "IconShimmer"
|
|
1576
1579
|
| "IconShip"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.224",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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":
|
|
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":
|
|
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",
|
|
@@ -1465,6 +1466,7 @@
|
|
|
1465
1466
|
"IconShieldCode",
|
|
1466
1467
|
"IconShieldCrossed",
|
|
1467
1468
|
"IconShieldKeyhole",
|
|
1469
|
+
"IconShieldSearch",
|
|
1468
1470
|
"IconSiren",
|
|
1469
1471
|
"IconUmbrellaSecurity",
|
|
1470
1472
|
"IconUnlocked",
|
|
@@ -1829,7 +1831,7 @@
|
|
|
1829
1831
|
]
|
|
1830
1832
|
},
|
|
1831
1833
|
"Things": {
|
|
1832
|
-
"count":
|
|
1834
|
+
"count": 141,
|
|
1833
1835
|
"icons": [
|
|
1834
1836
|
"IconAnvil",
|
|
1835
1837
|
"IconApps",
|
|
@@ -1906,6 +1908,7 @@
|
|
|
1906
1908
|
"IconMouth",
|
|
1907
1909
|
"IconNailedIt",
|
|
1908
1910
|
"IconOrganisation",
|
|
1911
|
+
"IconOwlFace",
|
|
1909
1912
|
"IconParachute",
|
|
1910
1913
|
"IconParasol",
|
|
1911
1914
|
"IconPeace",
|
|
@@ -3452,6 +3455,7 @@
|
|
|
3452
3455
|
"IconOptionKey": "option-key",
|
|
3453
3456
|
"IconOrange": "orange",
|
|
3454
3457
|
"IconOrganisation": "organisation, organimgram",
|
|
3458
|
+
"IconOwlFace": "owl-face, learning, reading, research",
|
|
3455
3459
|
"IconPackage": "package, delivery",
|
|
3456
3460
|
"IconPackageAdd": "package-add, delivery",
|
|
3457
3461
|
"IconPackageBlock": "package-block, delivery",
|
|
@@ -3745,6 +3749,7 @@
|
|
|
3745
3749
|
"IconShareScreen": "share-screen, screen-sharing",
|
|
3746
3750
|
"IconShield": "shield, security, protection",
|
|
3747
3751
|
"IconShield2": "shield-2, safety, privacy",
|
|
3752
|
+
"IconShieldAccess": "shield-access, full-access",
|
|
3748
3753
|
"IconShieldAi": "shield-ai, security, safety, privacy, cyber",
|
|
3749
3754
|
"IconShieldBreak": "shield-break, not-secure",
|
|
3750
3755
|
"IconShieldCheck": "shield-check, security, protection",
|
|
@@ -3753,6 +3758,7 @@
|
|
|
3753
3758
|
"IconShieldCode": "shield-code, sandbox",
|
|
3754
3759
|
"IconShieldCrossed": "shield-crossed, security, protection",
|
|
3755
3760
|
"IconShieldKeyhole": "shield-keyhole",
|
|
3761
|
+
"IconShieldSearch": "shield-search, safety, privacy, security, scan",
|
|
3756
3762
|
"IconShift": "shift",
|
|
3757
3763
|
"IconShimmer": "shimmer, waves, shader, effect",
|
|
3758
3764
|
"IconShip": "ship, changelog",
|
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";
|
|
@@ -1570,6 +1572,7 @@ export { IconShieldCheck3, default as IconShieldCheck3Default, } from "./IconShi
|
|
|
1570
1572
|
export { IconShieldCode, default as IconShieldCodeDefault, } from "./IconShieldCode";
|
|
1571
1573
|
export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconShieldCrossed";
|
|
1572
1574
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
|
|
1575
|
+
export { IconShieldSearch, default as IconShieldSearchDefault, } from "./IconShieldSearch";
|
|
1573
1576
|
export { IconShift, default as IconShiftDefault } from "./IconShift";
|
|
1574
1577
|
export { IconShimmer, default as IconShimmerDefault } from "./IconShimmer";
|
|
1575
1578
|
export { IconShip, default as IconShipDefault } from "./IconShip";
|