@central-icons-react-native/round-outlined-radius-2-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 f=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var y=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of B(o))!d.call(r,l)&&l!==e&&p(r,l,{get:()=>o[l],enumerable:!(C=x(o,l))||C.enumerable});return r};var s=(r,o,e)=>(e=r!=null?f(I(r)):{},c(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>c(p({},"__esModule",{value:!0}),r);var k={};y(k,{IconOwlFace:()=>i,default:()=>g});module.exports=P(k);var n=s(require("react"));var u=s(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.default.createElement(m.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 t=require("react-native-svg"),i=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M12 12C12 9.37665 9.87335 7.25 7.25 7.25C4.62665 7.25 2.5 9.37665 2.5 12",stroke:"currentColor"}),n.default.createElement(t.Path,{d:"M21.5 12C21.5 9.37665 19.3734 7.25 16.75 7.25C14.1266 7.25 12 9.37665 12 12",stroke:"currentColor"}),n.default.createElement(t.Circle,{cx:"7.5",cy:"12",r:"1.25",fill:"currentColor"}),n.default.createElement(t.Circle,{cx:"16.5",cy:"12",r:"1.25",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M12 12V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconOwlFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 12C12 9.37665 9.87335 7.25 7.25 7.25C4.62665 7.25 2.5 9.37665 2.5 12\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M21.5 12C21.5 9.37665 19.3734 7.25 16.75 7.25C14.1266 7.25 12 9.37665 12 12\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"7.5\" cy=\"12\" r=\"1.25\" fill=\"currentColor\" />\n <Circle cx=\"16.5\" cy=\"12\" r=\"1.25\" fill=\"currentColor\" />\n <Path\n d=\"M12 12V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2EACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8EACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,CACxD,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 r from"react";import C from"react";import{Svg as c}from"react-native-svg";var l=({children:e,size:o=24,...p})=>C.createElement(c,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as n,Path as t}from"react-native-svg";var s=e=>r.createElement(l,{...e},r.createElement(t,{d:"M12 12C12 9.37665 9.87335 7.25 7.25 7.25C4.62665 7.25 2.5 9.37665 2.5 12",stroke:"currentColor"}),r.createElement(t,{d:"M21.5 12C21.5 9.37665 19.3734 7.25 16.75 7.25C14.1266 7.25 12 9.37665 12 12",stroke:"currentColor"}),r.createElement(n,{cx:"7.5",cy:"12",r:"1.25",fill:"currentColor"}),r.createElement(n,{cx:"16.5",cy:"12",r:"1.25",fill:"currentColor"}),r.createElement(t,{d:"M12 12V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"})),y=s;export{s as IconOwlFace,y 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconOwlFace: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 12C12 9.37665 9.87335 7.25 7.25 7.25C4.62665 7.25 2.5 9.37665 2.5 12\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M21.5 12C21.5 9.37665 19.3734 7.25 16.75 7.25C14.1266 7.25 12 9.37665 12 12\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"7.5\" cy=\"12\" r=\"1.25\" fill=\"currentColor\" />\n <Circle cx=\"16.5\" cy=\"12\" r=\"1.25\" fill=\"currentColor\" />\n <Path\n d=\"M12 12V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8EACF,OAAO,eACT,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACtDI,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACvDI,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,CACxD,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconOwlFace","props","React","CentralIconBase","IconOwlFace_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},s=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!d.call(r,e)&&e!==C&&p(r,e,{get:()=>o[e],enumerable:!(l=x(o,e))||l.enumerable});return r};var c=(r,o,C)=>(C=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>s(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconShieldAccess:()=>f,default:()=>h});module.exports=g(v);var n=c(require("react"));var a=c(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...C})=>a.default.createElement(i.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 t=require("react-native-svg"),f=r=>n.default.createElement(m,{...r},n.default.createElement(t.Path,{d:"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"12",cy:"16",r:"1",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M11.46 12.5C11.4647 12.6385 11.5257 12.7714 11.6269 12.8693C11.7282 12.9673 11.8615 13.0223 12 13.0223C12.1385 13.0223 12.2718 12.9673 12.3731 12.8693C12.4743 12.7714 12.5353 12.6385 12.54 12.5C12.54 12.5 12.54 12.5 12.54 12.5C12.5425 12.425 12.545 12.35 12.5475 12.275C12.5925 10.925 12.6375 9.575 12.6825 8.225C12.685 8.15 12.6875 8.075 12.69 8C12.6962 7.817 12.6289 7.6415 12.4994 7.5121C12.3701 7.3827 12.1892 7.31 12 7.31C11.8108 7.31 11.6299 7.3827 11.5006 7.5121C11.3711 7.6415 11.3038 7.817 11.31 8C11.31 8 11.31 8 11.31 8C11.3125 8.075 11.315 8.15 11.3175 8.225C11.3625 9.575 11.4075 10.925 11.4525 12.275C11.455 12.35 11.4575 12.425 11.46 12.5Z",fill:"currentColor"})),h=f;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconShieldAccess: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"16\" r=\"1\" fill=\"currentColor\" />\n <Path\n d=\"M11.46 12.5C11.4647 12.6385 11.5257 12.7714 11.6269 12.8693C11.7282 12.9673 11.8615 13.0223 12 13.0223C12.1385 13.0223 12.2718 12.9673 12.3731 12.8693C12.4743 12.7714 12.5353 12.6385 12.54 12.5C12.54 12.5 12.54 12.5 12.54 12.5C12.5425 12.425 12.545 12.35 12.5475 12.275C12.5925 10.925 12.6375 9.575 12.6825 8.225C12.685 8.15 12.6875 8.075 12.69 8C12.6962 7.817 12.6289 7.6415 12.4994 7.5121C12.3701 7.3827 12.1892 7.31 12 7.31C11.8108 7.31 11.6299 7.3827 11.5006 7.5121C11.3711 7.6415 11.3038 7.817 11.31 8C11.31 8 11.31 8 11.31 8C11.3125 8.075 11.315 8.15 11.3175 8.225C11.3625 9.575 11.4075 10.925 11.4525 12.275C11.455 12.35 11.4575 12.425 11.46 12.5Z\"\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,EAA6B,4BAEhBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+PACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QACC,EAAE,ipBACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:C,size:r=24,...t})=>p.createElement(l,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Circle as s,Path as n}from"react-native-svg";var c=C=>o.createElement(e,{...C},o.createElement(n,{d:"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(s,{cx:"12",cy:"16",r:"1",fill:"currentColor"}),o.createElement(n,{d:"M11.46 12.5C11.4647 12.6385 11.5257 12.7714 11.6269 12.8693C11.7282 12.9673 11.8615 13.0223 12 13.0223C12.1385 13.0223 12.2718 12.9673 12.3731 12.8693C12.4743 12.7714 12.5353 12.6385 12.54 12.5C12.54 12.5 12.54 12.5 12.54 12.5C12.5425 12.425 12.545 12.35 12.5475 12.275C12.5925 10.925 12.6375 9.575 12.6825 8.225C12.685 8.15 12.6875 8.075 12.69 8C12.6962 7.817 12.6289 7.6415 12.4994 7.5121C12.3701 7.3827 12.1892 7.31 12 7.31C11.8108 7.31 11.6299 7.3827 11.5006 7.5121C11.3711 7.6415 11.3038 7.817 11.31 8C11.31 8 11.31 8 11.31 8C11.3125 8.075 11.315 8.15 11.3175 8.225C11.3625 9.575 11.4075 10.925 11.4525 12.275C11.455 12.35 11.4575 12.425 11.46 12.5Z",fill:"currentColor"})),P=c;export{c as IconShieldAccess,P 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconShieldAccess: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"12\" cy=\"16\" r=\"1\" fill=\"currentColor\" />\n <Path\n d=\"M11.46 12.5C11.4647 12.6385 11.5257 12.7714 11.6269 12.8693C11.7282 12.9673 11.8615 13.0223 12 13.0223C12.1385 13.0223 12.2718 12.9673 12.3731 12.8693C12.4743 12.7714 12.5353 12.6385 12.54 12.5C12.54 12.5 12.54 12.5 12.54 12.5C12.5425 12.425 12.545 12.35 12.5475 12.275C12.5925 10.925 12.6375 9.575 12.6825 8.225C12.685 8.15 12.6875 8.075 12.69 8C12.6962 7.817 12.6289 7.6415 12.4994 7.5121C12.3701 7.3827 12.1892 7.31 12 7.31C11.8108 7.31 11.6299 7.3827 11.5006 7.5121C11.3711 7.6415 11.3038 7.817 11.31 8C11.31 8 11.31 8 11.31 8C11.3125 8.075 11.315 8.15 11.3175 8.225C11.3625 9.575 11.4075 10.925 11.4525 12.275C11.455 12.35 11.4575 12.425 11.46 12.5Z\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+PACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClDI,EAAA,cAACH,EAAA,CACC,EAAE,ipBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconShieldAccess","props","React","CentralIconBase","IconShieldAccess_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!I.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(C({},"__esModule",{value:!0}),r);var g={};k(g,{IconShieldSearch:()=>u,default:()=>P});module.exports=L(g);var t=c(require("react"));var l=c(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...e})=>l.default.createElement(i.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 p=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Circle,{cx:"11",cy:"11",r:"3.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(p.Path,{d:"M13.5 13.5L15.5 15.5",stroke:"currentColor",strokeLinecap:"round"})),P=u;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconShieldSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"11\"\n cy=\"11\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M13.5 13.5L15.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\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,EAA6B,4BAEhBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+PACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,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 o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as a,Path as t}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(t,{d:"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(a,{cx:"11",cy:"11",r:"3.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(t,{d:"M13.5 13.5L15.5 15.5",stroke:"currentColor",strokeLinecap:"round"})),k=c;export{c as IconShieldSearch,k 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconShieldSearch: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"11\"\n cy=\"11\"\n r=\"3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M13.5 13.5L15.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+PACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QAChB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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-outlined-radius-2-stroke-1",
|
|
17795
17795
|
"componentName": "IconOrganisation"
|
|
17796
17796
|
},
|
|
17797
|
+
{
|
|
17798
|
+
"category": "Things",
|
|
17799
|
+
"svg": "<path d=\"M12 12C12 9.37665 9.87335 7.25 7.25 7.25C4.62665 7.25 2.5 9.37665 2.5 12\" stroke=\"currentColor\"/><path d=\"M21.5 12C21.5 9.37665 19.3734 7.25 16.75 7.25C14.1266 7.25 12 9.37665 12 12\" stroke=\"currentColor\"/><circle cx=\"7.5\" cy=\"12\" r=\"1.25\" fill=\"currentColor\"/><circle cx=\"16.5\" cy=\"12\" r=\"1.25\" fill=\"currentColor\"/><path d=\"M12 12V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/>",
|
|
17800
|
+
"iconName": "owl-face, learning, reading, research",
|
|
17801
|
+
"variant": {
|
|
17802
|
+
"join": "round",
|
|
17803
|
+
"filled": "off",
|
|
17804
|
+
"radius": "2",
|
|
17805
|
+
"stroke": "1"
|
|
17806
|
+
},
|
|
17807
|
+
"createdAt": "2026-05-04T07:02:04.556443+00:00",
|
|
17808
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
17809
|
+
"componentName": "IconOwlFace"
|
|
17810
|
+
},
|
|
17797
17811
|
{
|
|
17798
17812
|
"category": "Shopping & Payment",
|
|
17799
17813
|
"svg": "<path d=\"M8.5 3.5V8C8.5 8.82843 9.17157 9.5 10 9.5H14C14.8284 9.5 15.5 8.82843 15.5 8V3.5M14 16.5H16.5M3.5 5.5V18.5C3.5 19.6046 4.39543 20.5 5.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V5.5C20.5 4.39543 19.6046 3.5 18.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -21896,6 +21910,20 @@
|
|
|
21896
21910
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
21897
21911
|
"componentName": "IconShield2"
|
|
21898
21912
|
},
|
|
21913
|
+
{
|
|
21914
|
+
"category": "Security",
|
|
21915
|
+
"svg": "<path d=\"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"16\" r=\"1\" fill=\"currentColor\"/><path d=\"M11.46 12.5C11.4647 12.6385 11.5257 12.7714 11.6269 12.8693C11.7282 12.9673 11.8615 13.0223 12 13.0223C12.1385 13.0223 12.2718 12.9673 12.3731 12.8693C12.4743 12.7714 12.5353 12.6385 12.54 12.5C12.54 12.5 12.54 12.5 12.54 12.5C12.5425 12.425 12.545 12.35 12.5475 12.275C12.5925 10.925 12.6375 9.575 12.6825 8.225C12.685 8.15 12.6875 8.075 12.69 8C12.6962 7.817 12.6289 7.6415 12.4994 7.5121C12.3701 7.3827 12.1892 7.31 12 7.31C11.8108 7.31 11.6299 7.3827 11.5006 7.5121C11.3711 7.6415 11.3038 7.817 11.31 8C11.31 8 11.31 8 11.31 8C11.3125 8.075 11.315 8.15 11.3175 8.225C11.3625 9.575 11.4075 10.925 11.4525 12.275C11.455 12.35 11.4575 12.425 11.46 12.5Z\" fill=\"currentColor\"/>",
|
|
21916
|
+
"iconName": "shield-access, full-access",
|
|
21917
|
+
"variant": {
|
|
21918
|
+
"join": "round",
|
|
21919
|
+
"filled": "off",
|
|
21920
|
+
"radius": "2",
|
|
21921
|
+
"stroke": "1"
|
|
21922
|
+
},
|
|
21923
|
+
"createdAt": "2026-05-04T07:02:04.556443+00:00",
|
|
21924
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
21925
|
+
"componentName": "IconShieldAccess"
|
|
21926
|
+
},
|
|
21899
21927
|
{
|
|
21900
21928
|
"category": "AI & Magic",
|
|
21901
21929
|
"svg": "<path d=\"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.2405 10.1393L12.5436 8.32744C12.4571 8.10252 12.241 7.9541 12 7.9541C11.759 7.9541 11.5429 8.10252 11.4564 8.32744L10.7595 10.1393C10.658 10.4034 10.4493 10.6121 10.1852 10.7136L8.37334 11.4105C8.14842 11.497 8 11.7131 8 11.9541C8 12.1951 8.14842 12.4112 8.37334 12.4977L10.1852 13.1946C10.4493 13.2961 10.658 13.5048 10.7595 13.7689L11.4564 15.5808C11.5429 15.8057 11.759 15.9541 12 15.9541C12.241 15.9541 12.4571 15.8057 12.5436 15.5808L13.2405 13.7689C13.342 13.5048 13.5507 13.2961 13.8148 13.1946L15.6267 12.4977C15.8516 12.4112 16 12.1951 16 11.9541C16 11.7131 15.8516 11.497 15.6267 11.4105L13.8148 10.7136C13.5507 10.6121 13.342 10.4034 13.2405 10.1393Z\" stroke=\"currentColor\"/>",
|
|
@@ -22008,6 +22036,20 @@
|
|
|
22008
22036
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
22009
22037
|
"componentName": "IconShieldKeyhole"
|
|
22010
22038
|
},
|
|
22039
|
+
{
|
|
22040
|
+
"category": "Security",
|
|
22041
|
+
"svg": "<path d=\"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"11\" cy=\"11\" r=\"3.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M13.5 13.5L15.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
22042
|
+
"iconName": "shield-search, safety, privacy, security, scan",
|
|
22043
|
+
"variant": {
|
|
22044
|
+
"join": "round",
|
|
22045
|
+
"filled": "off",
|
|
22046
|
+
"radius": "2",
|
|
22047
|
+
"stroke": "1"
|
|
22048
|
+
},
|
|
22049
|
+
"createdAt": "2026-04-30T18:02:00.480457+00:00",
|
|
22050
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
22051
|
+
"componentName": "IconShieldSearch"
|
|
22052
|
+
},
|
|
22011
22053
|
{
|
|
22012
22054
|
"category": "Keyboard",
|
|
22013
22055
|
"svg": "<path d=\"M2.78153 11.8154L11.2718 2.77611C11.6668 2.35558 12.3347 2.35562 12.7297 2.77619L21.2181 11.8155C21.8177 12.4539 21.365 13.5 20.4891 13.5H17.5008V18.5C17.5008 19.6046 16.6053 20.5 15.5008 20.5H8.50078C7.39621 20.5 6.50078 19.6046 6.50078 18.5V13.5H3.51043C2.63454 13.5 2.18188 12.4538 2.78153 11.8154Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.224",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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";
|