@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.115 → 1.1.116
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/IconBuildingBlocks/index.d.ts +4 -0
- package/IconBuildingBlocks/index.js +2 -0
- package/IconBuildingBlocks/index.js.map +1 -0
- package/IconBuildingBlocks/index.mjs +2 -0
- package/IconBuildingBlocks/index.mjs.map +1 -0
- package/IconShield2/index.d.ts +4 -0
- package/IconShield2/index.js +2 -0
- package/IconShield2/index.js.map +1 -0
- package/IconShield2/index.mjs +2 -0
- package/IconShield2/index.mjs.map +1 -0
- package/IconShieldCode/index.d.ts +4 -0
- package/IconShieldCode/index.js +2 -0
- package/IconShieldCode/index.js.map +1 -0
- package/IconShieldCode/index.mjs +2 -0
- package/IconShieldCode/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/tsx-icons.json +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!V.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=i(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconBuildingBlocks:()=>f,default:()=>P});module.exports=x(v);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),f=r=>C.default.createElement(L,{...r},C.default.createElement(c.Path,{d:"M2 15.1927C2 16.2148 2 16.7258 2.14996 17.1821C2.28264 17.5858 2.49957 17.9567 2.78638 18.2703C3.11058 18.6247 3.55597 18.8752 4.44675 19.3763L8.80779 21.8294C9.1997 22.0498 9.39566 22.1601 9.55616 22.1419C9.6962 22.1261 9.82305 22.0519 9.90549 21.9376C10 21.8066 10 21.5818 10 21.1321V19.5L2 15.0616V15.1927ZM12 19.5V20.9959C12 21.4944 12 21.7437 12.1035 21.8785C12.1937 21.9958 12.3312 22.0671 12.479 22.0734C12.6488 22.0805 12.8527 21.937 13.2604 21.6501L19.9624 16.9339C20.7083 16.4089 21.0813 16.1465 21.3509 15.8065C21.5896 15.5054 21.7682 15.1613 21.8771 14.7928C22 14.3767 22 13.9206 22 13.0084V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L15.5327 2.42467C14.6123 1.90693 14.1521 1.64806 13.6663 1.55675C13.2365 1.476 12.7944 1.49015 12.3707 1.59822C11.8917 1.7204 11.449 2.00817 10.5635 2.5837L3 7.5Z",fill:"currentColor"})),P=f;0&&(module.exports={IconBuildingBlocks});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBuildingBlocks/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 IconBuildingBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 15.1927C2 16.2148 2 16.7258 2.14996 17.1821C2.28264 17.5858 2.49957 17.9567 2.78638 18.2703C3.11058 18.6247 3.55597 18.8752 4.44675 19.3763L8.80779 21.8294C9.1997 22.0498 9.39566 22.1601 9.55616 22.1419C9.6962 22.1261 9.82305 22.0519 9.90549 21.9376C10 21.8066 10 21.5818 10 21.1321V19.5L2 15.0616V15.1927ZM12 19.5V20.9959C12 21.4944 12 21.7437 12.1035 21.8785C12.1937 21.9958 12.3312 22.0671 12.479 22.0734C12.6488 22.0805 12.8527 21.937 13.2604 21.6501L19.9624 16.9339C20.7083 16.4089 21.0813 16.1465 21.3509 15.8065C21.5896 15.5054 21.7682 15.1613 21.8771 14.7928C22 14.3767 22 13.9206 22 13.0084V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L15.5327 2.42467C14.6123 1.90693 14.1521 1.64806 13.6663 1.55675C13.2365 1.476 12.7944 1.49015 12.3707 1.59822C11.8917 1.7204 11.449 2.00817 10.5635 2.5837L3 7.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBuildingBlocks;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,k2BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBuildingBlocks_exports","__export","IconBuildingBlocks","IconBuildingBlocks_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBuildingBlocks","props","React","CentralIconBase","IconBuildingBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M2 15.1927C2 16.2148 2 16.7258 2.14996 17.1821C2.28264 17.5858 2.49957 17.9567 2.78638 18.2703C3.11058 18.6247 3.55597 18.8752 4.44675 19.3763L8.80779 21.8294C9.1997 22.0498 9.39566 22.1601 9.55616 22.1419C9.6962 22.1261 9.82305 22.0519 9.90549 21.9376C10 21.8066 10 21.5818 10 21.1321V19.5L2 15.0616V15.1927ZM12 19.5V20.9959C12 21.4944 12 21.7437 12.1035 21.8785C12.1937 21.9958 12.3312 22.0671 12.479 22.0734C12.6488 22.0805 12.8527 21.937 13.2604 21.6501L19.9624 16.9339C20.7083 16.4089 21.0813 16.1465 21.3509 15.8065C21.5896 15.5054 21.7682 15.1613 21.8771 14.7928C22 14.3767 22 13.9206 22 13.0084V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L15.5327 2.42467C14.6123 1.90693 14.1521 1.64806 13.6663 1.55675C13.2365 1.476 12.7944 1.49015 12.3707 1.59822C11.8917 1.7204 11.449 2.00817 10.5635 2.5837L3 7.5Z",fill:"currentColor"})),V=l;export{l as IconBuildingBlocks,V as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBuildingBlocks/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 IconBuildingBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 15.1927C2 16.2148 2 16.7258 2.14996 17.1821C2.28264 17.5858 2.49957 17.9567 2.78638 18.2703C3.11058 18.6247 3.55597 18.8752 4.44675 19.3763L8.80779 21.8294C9.1997 22.0498 9.39566 22.1601 9.55616 22.1419C9.6962 22.1261 9.82305 22.0519 9.90549 21.9376C10 21.8066 10 21.5818 10 21.1321V19.5L2 15.0616V15.1927ZM12 19.5V20.9959C12 21.4944 12 21.7437 12.1035 21.8785C12.1937 21.9958 12.3312 22.0671 12.479 22.0734C12.6488 22.0805 12.8527 21.937 13.2604 21.6501L19.9624 16.9339C20.7083 16.4089 21.0813 16.1465 21.3509 15.8065C21.5896 15.5054 21.7682 15.1613 21.8771 14.7928C22 14.3767 22 13.9206 22 13.0084V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L15.5327 2.42467C14.6123 1.90693 14.1521 1.64806 13.6663 1.55675C13.2365 1.476 12.7944 1.49015 12.3707 1.59822C11.8917 1.7204 11.449 2.00817 10.5635 2.5837L3 7.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBuildingBlocks;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,k2BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBuildingBlocks","props","React","CentralIconBase","IconBuildingBlocks_default"]}
|
|
@@ -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=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=d(r,t))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},C(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>C(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconShield2:()=>i,default:()=>g});module.exports=P(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 22.0001C16.9706 22.0001 21 17.9706 21 13.0001V7.30811C21 6.11621 20.2944 5.03737 19.2025 4.55963L13.2025 1.93463C12.4359 1.59926 11.5641 1.59926 10.7975 1.93463L4.79754 4.55963C3.70558 5.03737 3 6.11621 3 7.30811V13.0001C3 17.9706 7.02944 22.0001 12 22.0001Z",fill:"currentColor"})),g=i;0&&(module.exports={IconShield2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShield2/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 IconShield2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 22.0001C16.9706 22.0001 21 17.9706 21 13.0001V7.30811C21 6.11621 20.2944 5.03737 19.2025 4.55963L13.2025 1.93463C12.4359 1.59926 11.5641 1.59926 10.7975 1.93463L4.79754 4.55963C3.70558 5.03737 3 6.11621 3 7.30811V13.0001C3 17.9706 7.02944 22.0001 12 22.0001Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShield2;\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,yQACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShield2_exports","__export","IconShield2","IconShield2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShield2","props","React","CentralIconBase","IconShield2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,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 C}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 22.0001C16.9706 22.0001 21 17.9706 21 13.0001V7.30811C21 6.11621 20.2944 5.03737 19.2025 4.55963L13.2025 1.93463C12.4359 1.59926 11.5641 1.59926 10.7975 1.93463L4.79754 4.55963C3.70558 5.03737 3 6.11621 3 7.30811V13.0001C3 17.9706 7.02944 22.0001 12 22.0001Z",fill:"currentColor"})),v=a;export{a as IconShield2,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShield2/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 IconShield2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 22.0001C16.9706 22.0001 21 17.9706 21 13.0001V7.30811C21 6.11621 20.2944 5.03737 19.2025 4.55963L13.2025 1.93463C12.4359 1.59926 11.5641 1.59926 10.7975 1.93463L4.79754 4.55963C3.70558 5.03737 3 6.11621 3 7.30811V13.0001C3 17.9706 7.02944 22.0001 12 22.0001Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShield2;\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,yQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShield2","props","React","CentralIconBase","IconShield2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=d(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?L(B(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconShieldCode:()=>i,default:()=>P});module.exports=x(g);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.7979 1.93509C11.5644 1.59976 12.4356 1.59976 13.2021 1.93509L19.2021 4.56009C20.2941 5.03782 21 6.11624 21 7.30813V13.0005C20.9997 17.9709 16.9704 22.0005 12 22.0005C7.0296 22.0005 3.00026 17.9709 3 13.0005V7.30813C3 6.11624 3.70589 5.03782 4.79785 4.56009L10.7979 1.93509ZM10.457 9.29251C10.0666 8.90227 9.43344 8.90227 9.04297 9.29251L7.04297 11.2925C6.65252 11.683 6.65266 12.316 7.04297 12.7066L9.04297 14.7066C9.43349 15.0971 10.0665 15.0971 10.457 14.7066C10.8473 14.316 10.8475 13.683 10.457 13.2925L9.16406 11.9995L10.457 10.7066C10.8473 10.316 10.8475 9.68296 10.457 9.29251ZM14.957 9.29251C14.5666 8.90227 13.9334 8.90227 13.543 9.29251C13.1525 9.68296 13.1527 10.316 13.543 10.7066L14.8359 11.9995L13.543 13.2925C13.1525 13.683 13.1527 14.316 13.543 14.7066C13.9335 15.0971 14.5665 15.0971 14.957 14.7066L16.957 12.7066C17.3473 12.316 17.3475 11.683 16.957 11.2925L14.957 9.29251Z",fill:"currentColor"})),P=i;0&&(module.exports={IconShieldCode});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldCode/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 IconShieldCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.7979 1.93509C11.5644 1.59976 12.4356 1.59976 13.2021 1.93509L19.2021 4.56009C20.2941 5.03782 21 6.11624 21 7.30813V13.0005C20.9997 17.9709 16.9704 22.0005 12 22.0005C7.0296 22.0005 3.00026 17.9709 3 13.0005V7.30813C3 6.11624 3.70589 5.03782 4.79785 4.56009L10.7979 1.93509ZM10.457 9.29251C10.0666 8.90227 9.43344 8.90227 9.04297 9.29251L7.04297 11.2925C6.65252 11.683 6.65266 12.316 7.04297 12.7066L9.04297 14.7066C9.43349 15.0971 10.0665 15.0971 10.457 14.7066C10.8473 14.316 10.8475 13.683 10.457 13.2925L9.16406 11.9995L10.457 10.7066C10.8473 10.316 10.8475 9.68296 10.457 9.29251ZM14.957 9.29251C14.5666 8.90227 13.9334 8.90227 13.543 9.29251C13.1525 9.68296 13.1527 10.316 13.543 10.7066L14.8359 11.9995L13.543 13.2925C13.1525 13.683 13.1527 14.316 13.543 14.7066C13.9335 15.0971 14.5665 15.0971 14.957 14.7066L16.957 12.7066C17.3473 12.316 17.3475 11.683 16.957 11.2925L14.957 9.29251Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldCode;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,k4BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShieldCode_exports","__export","IconShieldCode","IconShieldCode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShieldCode","props","React","CentralIconBase","IconShieldCode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,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=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.7979 1.93509C11.5644 1.59976 12.4356 1.59976 13.2021 1.93509L19.2021 4.56009C20.2941 5.03782 21 6.11624 21 7.30813V13.0005C20.9997 17.9709 16.9704 22.0005 12 22.0005C7.0296 22.0005 3.00026 17.9709 3 13.0005V7.30813C3 6.11624 3.70589 5.03782 4.79785 4.56009L10.7979 1.93509ZM10.457 9.29251C10.0666 8.90227 9.43344 8.90227 9.04297 9.29251L7.04297 11.2925C6.65252 11.683 6.65266 12.316 7.04297 12.7066L9.04297 14.7066C9.43349 15.0971 10.0665 15.0971 10.457 14.7066C10.8473 14.316 10.8475 13.683 10.457 13.2925L9.16406 11.9995L10.457 10.7066C10.8473 10.316 10.8475 9.68296 10.457 9.29251ZM14.957 9.29251C14.5666 8.90227 13.9334 8.90227 13.543 9.29251C13.1525 9.68296 13.1527 10.316 13.543 10.7066L14.8359 11.9995L13.543 13.2925C13.1525 13.683 13.1527 14.316 13.543 14.7066C13.9335 15.0971 14.5665 15.0971 14.957 14.7066L16.957 12.7066C17.3473 12.316 17.3475 11.683 16.957 11.2925L14.957 9.29251Z",fill:"currentColor"})),I=a;export{a as IconShieldCode,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldCode/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 IconShieldCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.7979 1.93509C11.5644 1.59976 12.4356 1.59976 13.2021 1.93509L19.2021 4.56009C20.2941 5.03782 21 6.11624 21 7.30813V13.0005C20.9997 17.9709 16.9704 22.0005 12 22.0005C7.0296 22.0005 3.00026 17.9709 3 13.0005V7.30813C3 6.11624 3.70589 5.03782 4.79785 4.56009L10.7979 1.93509ZM10.457 9.29251C10.0666 8.90227 9.43344 8.90227 9.04297 9.29251L7.04297 11.2925C6.65252 11.683 6.65266 12.316 7.04297 12.7066L9.04297 14.7066C9.43349 15.0971 10.0665 15.0971 10.457 14.7066C10.8473 14.316 10.8475 13.683 10.457 13.2925L9.16406 11.9995L10.457 10.7066C10.8473 10.316 10.8475 9.68296 10.457 9.29251ZM14.957 9.29251C14.5666 8.90227 13.9334 8.90227 13.543 9.29251C13.1525 9.68296 13.1527 10.316 13.543 10.7066L14.8359 11.9995L13.543 13.2925C13.1525 13.683 13.1527 14.316 13.543 14.7066C13.9335 15.0971 14.5665 15.0971 14.957 14.7066L16.957 12.7066C17.3473 12.316 17.3475 11.683 16.957 11.2925L14.957 9.29251Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldCode;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,k4BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShieldCode","props","React","CentralIconBase","IconShieldCode_default"]}
|
package/README.md
CHANGED
|
@@ -1410,10 +1410,12 @@ Below is a complete list of available icons:
|
|
|
1410
1410
|
- IconPasswordStars
|
|
1411
1411
|
- IconSafeSimple
|
|
1412
1412
|
- IconShield
|
|
1413
|
+
- IconShield2
|
|
1413
1414
|
- IconShieldBreak
|
|
1414
1415
|
- IconShieldCheck
|
|
1415
1416
|
- IconShieldCheck2
|
|
1416
1417
|
- IconShieldCheck3
|
|
1418
|
+
- IconShieldCode
|
|
1417
1419
|
- IconShieldCrossed
|
|
1418
1420
|
- IconShieldKeyhole
|
|
1419
1421
|
- IconSiren
|
|
@@ -1740,6 +1742,7 @@ Below is a complete list of available icons:
|
|
|
1740
1742
|
- IconBooks
|
|
1741
1743
|
- IconBronceMedal
|
|
1742
1744
|
- IconBroom
|
|
1745
|
+
- IconBuildingBlocks
|
|
1743
1746
|
- IconCap
|
|
1744
1747
|
- IconCelebrate
|
|
1745
1748
|
- IconCirclesThree
|
package/filtered-icons.json
CHANGED
|
@@ -4466,6 +4466,20 @@
|
|
|
4466
4466
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
4467
4467
|
"componentName": "IconBugFace"
|
|
4468
4468
|
},
|
|
4469
|
+
{
|
|
4470
|
+
"category": "Things",
|
|
4471
|
+
"svg": "<path d=\"M2 15.1927C2 16.2148 2 16.7258 2.14996 17.1821C2.28264 17.5858 2.49957 17.9567 2.78638 18.2703C3.11058 18.6247 3.55597 18.8752 4.44675 19.3763L8.80779 21.8294C9.1997 22.0498 9.39566 22.1601 9.55616 22.1419C9.6962 22.1261 9.82305 22.0519 9.90549 21.9376C10 21.8066 10 21.5818 10 21.1321V19.5L2 15.0616V15.1927ZM12 19.5V20.9959C12 21.4944 12 21.7437 12.1035 21.8785C12.1937 21.9958 12.3312 22.0671 12.479 22.0734C12.6488 22.0805 12.8527 21.937 13.2604 21.6501L19.9624 16.9339C20.7083 16.4089 21.0813 16.1465 21.3509 15.8065C21.5896 15.5054 21.7682 15.1613 21.8771 14.7928C22 14.3767 22 13.9206 22 13.0084V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L15.5327 2.42467C14.6123 1.90693 14.1521 1.64806 13.6663 1.55675C13.2365 1.476 12.7944 1.49015 12.3707 1.59822C11.8917 1.7204 11.449 2.00817 10.5635 2.5837L3 7.5Z\" fill=\"currentColor\"/>",
|
|
4472
|
+
"iconName": "building-blocks, skills, stack",
|
|
4473
|
+
"variant": {
|
|
4474
|
+
"join": "round",
|
|
4475
|
+
"filled": "on",
|
|
4476
|
+
"radius": "2",
|
|
4477
|
+
"stroke": "2"
|
|
4478
|
+
},
|
|
4479
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
4480
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
4481
|
+
"componentName": "IconBuildingBlocks"
|
|
4482
|
+
},
|
|
4469
4483
|
{
|
|
4470
4484
|
"category": "Building",
|
|
4471
4485
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6C3 4.34315 4.34315 3 6 3H12C13.6569 3 15 4.34315 15 6V7V18H16V7H18C19.6569 7 21 8.34315 21 10V18H22C22.5523 18 23 18.4477 23 19C23 19.5523 22.5523 20 22 20H2C1.44772 20 1 19.5523 1 19C1 18.4477 1.44772 18 2 18H3V6ZM7 9C7 8.44772 7.44772 8 8 8H10C10.5523 8 11 8.44772 11 9C11 9.55228 10.5523 10 10 10H8C7.44772 10 7 9.55228 7 9ZM7 13C7 12.4477 7.44772 12 8 12H10C10.5523 12 11 12.4477 11 13C11 13.5523 10.5523 14 10 14H8C7.44772 14 7 13.5523 7 13Z\" fill=\"currentColor\"/>",
|
|
@@ -19404,6 +19418,20 @@
|
|
|
19404
19418
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
19405
19419
|
"componentName": "IconShield"
|
|
19406
19420
|
},
|
|
19421
|
+
{
|
|
19422
|
+
"category": "Security",
|
|
19423
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22.0001C16.9706 22.0001 21 17.9706 21 13.0001V7.30811C21 6.11621 20.2944 5.03737 19.2025 4.55963L13.2025 1.93463C12.4359 1.59926 11.5641 1.59926 10.7975 1.93463L4.79754 4.55963C3.70558 5.03737 3 6.11621 3 7.30811V13.0001C3 17.9706 7.02944 22.0001 12 22.0001Z\" fill=\"currentColor\"/>",
|
|
19424
|
+
"iconName": "shield-2, safety, privacy",
|
|
19425
|
+
"variant": {
|
|
19426
|
+
"join": "round",
|
|
19427
|
+
"filled": "on",
|
|
19428
|
+
"radius": "2",
|
|
19429
|
+
"stroke": "2"
|
|
19430
|
+
},
|
|
19431
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19432
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
19433
|
+
"componentName": "IconShield2"
|
|
19434
|
+
},
|
|
19407
19435
|
{
|
|
19408
19436
|
"category": "Security",
|
|
19409
19437
|
"svg": "<path d=\"M18.889 18.7919L21.3753 20.7809C21.8066 21.1259 22.4359 21.056 22.7809 20.6248C23.1259 20.1935 23.056 19.5642 22.6247 19.2192L2.62473 3.2192C2.19347 2.87419 1.56418 2.94411 1.21917 3.37537C0.874158 3.80663 0.94408 4.43593 1.37534 4.78094L3.19711 6.23835C3.06895 6.57395 3 6.9355 3 7.30811V13.0001C3 17.9706 7.02944 22.0001 12 22.0001C14.7646 22.0001 17.2381 20.7535 18.889 18.7919Z\" fill=\"currentColor\"/><path d=\"M21 13.0001C21 13.741 20.9105 14.4611 20.7416 15.15L6.54696 3.79426L10.7975 1.93463C11.5641 1.59926 12.4359 1.59926 13.2025 1.93463L19.2025 4.55963C20.2944 5.03737 21 6.11621 21 7.30811V13.0001Z\" fill=\"currentColor\"/>",
|
|
@@ -19460,6 +19488,20 @@
|
|
|
19460
19488
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
19461
19489
|
"componentName": "IconShieldCheck3"
|
|
19462
19490
|
},
|
|
19491
|
+
{
|
|
19492
|
+
"category": "Security",
|
|
19493
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.7979 1.93509C11.5644 1.59976 12.4356 1.59976 13.2021 1.93509L19.2021 4.56009C20.2941 5.03782 21 6.11624 21 7.30813V13.0005C20.9997 17.9709 16.9704 22.0005 12 22.0005C7.0296 22.0005 3.00026 17.9709 3 13.0005V7.30813C3 6.11624 3.70589 5.03782 4.79785 4.56009L10.7979 1.93509ZM10.457 9.29251C10.0666 8.90227 9.43344 8.90227 9.04297 9.29251L7.04297 11.2925C6.65252 11.683 6.65266 12.316 7.04297 12.7066L9.04297 14.7066C9.43349 15.0971 10.0665 15.0971 10.457 14.7066C10.8473 14.316 10.8475 13.683 10.457 13.2925L9.16406 11.9995L10.457 10.7066C10.8473 10.316 10.8475 9.68296 10.457 9.29251ZM14.957 9.29251C14.5666 8.90227 13.9334 8.90227 13.543 9.29251C13.1525 9.68296 13.1527 10.316 13.543 10.7066L14.8359 11.9995L13.543 13.2925C13.1525 13.683 13.1527 14.316 13.543 14.7066C13.9335 15.0971 14.5665 15.0971 14.957 14.7066L16.957 12.7066C17.3473 12.316 17.3475 11.683 16.957 11.2925L14.957 9.29251Z\" fill=\"currentColor\"/>",
|
|
19494
|
+
"iconName": "shield-code, sandbox",
|
|
19495
|
+
"variant": {
|
|
19496
|
+
"join": "round",
|
|
19497
|
+
"filled": "on",
|
|
19498
|
+
"radius": "2",
|
|
19499
|
+
"stroke": "2"
|
|
19500
|
+
},
|
|
19501
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19502
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
19503
|
+
"componentName": "IconShieldCode"
|
|
19504
|
+
},
|
|
19463
19505
|
{
|
|
19464
19506
|
"category": "Security",
|
|
19465
19507
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0248 2.27817C11.6568 2.06092 12.3432 2.06092 12.9752 2.27817L18.9752 4.34067C20.1866 4.7571 21 5.89676 21 7.17773V11.9127C21 14.7195 19.8511 16.7422 18.1875 18.3171C16.6151 19.8058 14.5552 20.9166 12.6319 21.9537L12.4748 22.0384C12.1785 22.1983 11.8215 22.1983 11.5252 22.0384L11.3681 21.9537C9.44484 20.9166 7.38493 19.8058 5.8125 18.3171C4.14891 16.7422 3 14.7195 3 11.9127V7.17774C3 5.89676 3.81336 4.7571 5.02476 4.34067L11.0248 2.27817ZM13.2929 14.2071C13.6834 14.5976 14.3166 14.5976 14.7071 14.2071C15.0976 13.8166 15.0976 13.1834 14.7071 12.7929L13.4142 11.5L14.7071 10.2071C15.0976 9.81658 15.0976 9.18342 14.7071 8.79289C14.3166 8.40237 13.6834 8.40237 13.2929 8.79289L12 10.0858L10.7071 8.79289C10.3166 8.40237 9.68342 8.40237 9.29289 8.79289C8.90237 9.18342 8.90237 9.81658 9.29289 10.2071L10.5858 11.5L9.29289 12.7929C8.90237 13.1834 8.90237 13.8166 9.29289 14.2071C9.68342 14.5976 10.3166 14.5976 10.7071 14.2071L12 12.9142L13.2929 14.2071Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -318,6 +318,7 @@ export type CentralIconName =
|
|
|
318
318
|
| "IconBucket"
|
|
319
319
|
| "IconBug"
|
|
320
320
|
| "IconBugFace"
|
|
321
|
+
| "IconBuildingBlocks"
|
|
321
322
|
| "IconBuildings"
|
|
322
323
|
| "IconBulletList"
|
|
323
324
|
| "IconBun"
|
|
@@ -1385,10 +1386,12 @@ export type CentralIconName =
|
|
|
1385
1386
|
| "IconShareOs"
|
|
1386
1387
|
| "IconShareScreen"
|
|
1387
1388
|
| "IconShield"
|
|
1389
|
+
| "IconShield2"
|
|
1388
1390
|
| "IconShieldBreak"
|
|
1389
1391
|
| "IconShieldCheck"
|
|
1390
1392
|
| "IconShieldCheck2"
|
|
1391
1393
|
| "IconShieldCheck3"
|
|
1394
|
+
| "IconShieldCode"
|
|
1392
1395
|
| "IconShieldCrossed"
|
|
1393
1396
|
| "IconShieldKeyhole"
|
|
1394
1397
|
| "IconShift"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.116",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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":
|
|
14
|
+
"totalIcons": 1750,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -1312,7 +1312,7 @@
|
|
|
1312
1312
|
]
|
|
1313
1313
|
},
|
|
1314
1314
|
"Security": {
|
|
1315
|
-
"count":
|
|
1315
|
+
"count": 30,
|
|
1316
1316
|
"icons": [
|
|
1317
1317
|
"IconAnonymous",
|
|
1318
1318
|
"IconAsterisk",
|
|
@@ -1332,10 +1332,12 @@
|
|
|
1332
1332
|
"IconPasswordStars",
|
|
1333
1333
|
"IconSafeSimple",
|
|
1334
1334
|
"IconShield",
|
|
1335
|
+
"IconShield2",
|
|
1335
1336
|
"IconShieldBreak",
|
|
1336
1337
|
"IconShieldCheck",
|
|
1337
1338
|
"IconShieldCheck2",
|
|
1338
1339
|
"IconShieldCheck3",
|
|
1340
|
+
"IconShieldCode",
|
|
1339
1341
|
"IconShieldCrossed",
|
|
1340
1342
|
"IconShieldKeyhole",
|
|
1341
1343
|
"IconSiren",
|
|
@@ -1657,7 +1659,7 @@
|
|
|
1657
1659
|
]
|
|
1658
1660
|
},
|
|
1659
1661
|
"Things": {
|
|
1660
|
-
"count":
|
|
1662
|
+
"count": 120,
|
|
1661
1663
|
"icons": [
|
|
1662
1664
|
"IconAnvil",
|
|
1663
1665
|
"IconBackpack",
|
|
@@ -1674,6 +1676,7 @@
|
|
|
1674
1676
|
"IconBooks",
|
|
1675
1677
|
"IconBronceMedal",
|
|
1676
1678
|
"IconBroom",
|
|
1679
|
+
"IconBuildingBlocks",
|
|
1677
1680
|
"IconCap",
|
|
1678
1681
|
"IconCelebrate",
|
|
1679
1682
|
"IconCirclesThree",
|
|
@@ -2266,6 +2269,7 @@
|
|
|
2266
2269
|
"IconBucket": "bucket, trash, can",
|
|
2267
2270
|
"IconBug": "bug, issue",
|
|
2268
2271
|
"IconBugFace": "bug-face, issue",
|
|
2272
|
+
"IconBuildingBlocks": "building-blocks, skills, stack",
|
|
2269
2273
|
"IconBuildings": "buildings, company, workspace",
|
|
2270
2274
|
"IconBulletList": "bullet-list",
|
|
2271
2275
|
"IconBun": "bun",
|
|
@@ -3333,10 +3337,12 @@
|
|
|
3333
3337
|
"IconShareOs": "share-os",
|
|
3334
3338
|
"IconShareScreen": "share-screen, screen-sharing",
|
|
3335
3339
|
"IconShield": "shield, security, protection",
|
|
3340
|
+
"IconShield2": "shield-2, safety, privacy",
|
|
3336
3341
|
"IconShieldBreak": "shield-break, not-secure",
|
|
3337
3342
|
"IconShieldCheck": "shield-check, security, protection",
|
|
3338
3343
|
"IconShieldCheck2": "shield-check-2, protect, security, check",
|
|
3339
3344
|
"IconShieldCheck3": "shield-check-3, check",
|
|
3345
|
+
"IconShieldCode": "shield-code, sandbox",
|
|
3340
3346
|
"IconShieldCrossed": "shield-crossed, security, protection",
|
|
3341
3347
|
"IconShieldKeyhole": "shield-keyhole",
|
|
3342
3348
|
"IconShift": "shift",
|
package/index.d.ts
CHANGED
|
@@ -317,6 +317,7 @@ export { IconBubbles, default as IconBubblesDefault } from "./IconBubbles";
|
|
|
317
317
|
export { IconBucket, default as IconBucketDefault } from "./IconBucket";
|
|
318
318
|
export { IconBug, default as IconBugDefault } from "./IconBug";
|
|
319
319
|
export { IconBugFace, default as IconBugFaceDefault } from "./IconBugFace";
|
|
320
|
+
export { IconBuildingBlocks, default as IconBuildingBlocksDefault, } from "./IconBuildingBlocks";
|
|
320
321
|
export { IconBuildings, default as IconBuildingsDefault, } from "./IconBuildings";
|
|
321
322
|
export { IconBulletList, default as IconBulletListDefault, } from "./IconBulletList";
|
|
322
323
|
export { IconBun, default as IconBunDefault } from "./IconBun";
|
|
@@ -1384,10 +1385,12 @@ export { IconShareArrowDown, default as IconShareArrowDownDefault, } from "./Ico
|
|
|
1384
1385
|
export { IconShareOs, default as IconShareOsDefault } from "./IconShareOs";
|
|
1385
1386
|
export { IconShareScreen, default as IconShareScreenDefault, } from "./IconShareScreen";
|
|
1386
1387
|
export { IconShield, default as IconShieldDefault } from "./IconShield";
|
|
1388
|
+
export { IconShield2, default as IconShield2Default } from "./IconShield2";
|
|
1387
1389
|
export { IconShieldBreak, default as IconShieldBreakDefault, } from "./IconShieldBreak";
|
|
1388
1390
|
export { IconShieldCheck, default as IconShieldCheckDefault, } from "./IconShieldCheck";
|
|
1389
1391
|
export { IconShieldCheck2, default as IconShieldCheck2Default, } from "./IconShieldCheck2";
|
|
1390
1392
|
export { IconShieldCheck3, default as IconShieldCheck3Default, } from "./IconShieldCheck3";
|
|
1393
|
+
export { IconShieldCode, default as IconShieldCodeDefault, } from "./IconShieldCode";
|
|
1391
1394
|
export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconShieldCrossed";
|
|
1392
1395
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
|
|
1393
1396
|
export { IconShift, default as IconShiftDefault } from "./IconShift";
|