@central-icons-react-native/round-filled-radius-2-stroke-1.5 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBuildingBlocks: FC<CentralIconBaseProps>;
4
+ export default IconBuildingBlocks;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(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 n of B(r))!I.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=u(r,n))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(d(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),g=o=>l(t({},"__esModule",{value:!0}),o);var x={};V(x,{IconBuildingBlocks:()=>f,default:()=>v});module.exports=g(x);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 L=require("react-native-svg"),f=o=>C.default.createElement(c,{...o},C.default.createElement(L.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.25 15.5927C2.25 16.5295 2.25 16.998 2.38747 17.4163C2.5091 17.7864 2.70796 18.1264 2.97089 18.4138C3.26808 18.7387 3.67637 18.9683 4.49295 19.4276L9.5473 22.2705C9.74325 22.3808 9.84123 22.4359 9.92148 22.4268C9.9915 22.4189 10.0549 22.3818 10.0961 22.3246C10.1434 22.2591 10.1434 22.1467 10.1434 21.9219V18.9788L2.25 14.539V15.5927ZM11.5353 18.9504V21.7747C11.5353 22.0146 11.5353 22.1345 11.5854 22.2012C11.629 22.2594 11.6958 22.2956 11.7683 22.3005C11.8516 22.3062 11.9521 22.2408 12.1533 22.1101L19.7477 17.1744C20.4793 16.6989 20.8451 16.4612 21.1101 16.144C21.3447 15.8633 21.521 15.5386 21.6285 15.1889C21.75 14.7939 21.75 14.3576 21.75 13.4851V12.3106L11.5353 18.9504ZM2.25 12.9431L10.1434 17.3828V13.7558L2.25 9.31603V12.9431ZM11.5353 13.7274V17.2888L21.75 10.6501V7.08765L11.5353 13.7274ZM2.89607 8.08396L10.8121 12.5362L21.1028 5.84765L15.5083 2.70113C14.6646 2.22662 14.2428 1.98937 13.7974 1.90569C13.4036 1.83169 12.9983 1.84466 12.6099 1.94371C12.1709 2.0557 11.7651 2.31946 10.9535 2.84696L2.89607 8.08396Z",fill:"currentColor"})),v=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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.25 15.5927C2.25 16.5295 2.25 16.998 2.38747 17.4163C2.5091 17.7864 2.70796 18.1264 2.97089 18.4138C3.26808 18.7387 3.67637 18.9683 4.49295 19.4276L9.5473 22.2705C9.74325 22.3808 9.84123 22.4359 9.92148 22.4268C9.9915 22.4189 10.0549 22.3818 10.0961 22.3246C10.1434 22.2591 10.1434 22.1467 10.1434 21.9219V18.9788L2.25 14.539V15.5927ZM11.5353 18.9504V21.7747C11.5353 22.0146 11.5353 22.1345 11.5854 22.2012C11.629 22.2594 11.6958 22.2956 11.7683 22.3005C11.8516 22.3062 11.9521 22.2408 12.1533 22.1101L19.7477 17.1744C20.4793 16.6989 20.8451 16.4612 21.1101 16.144C21.3447 15.8633 21.521 15.5386 21.6285 15.1889C21.75 14.7939 21.75 14.3576 21.75 13.4851V12.3106L11.5353 18.9504ZM2.25 12.9431L10.1434 17.3828V13.7558L2.25 9.31603V12.9431ZM11.5353 13.7274V17.2888L21.75 10.6501V7.08765L11.5353 13.7274ZM2.89607 8.08396L10.8121 12.5362L21.1028 5.84765L15.5083 2.70113C14.6646 2.22662 14.2428 1.98937 13.7974 1.90569C13.4036 1.83169 12.9983 1.84466 12.6099 1.94371C12.1709 2.0557 11.7651 2.31946 10.9535 2.84696L2.89607 8.08396Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,qgCACF,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 n from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>C.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=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.25 15.5927C2.25 16.5295 2.25 16.998 2.38747 17.4163C2.5091 17.7864 2.70796 18.1264 2.97089 18.4138C3.26808 18.7387 3.67637 18.9683 4.49295 19.4276L9.5473 22.2705C9.74325 22.3808 9.84123 22.4359 9.92148 22.4268C9.9915 22.4189 10.0549 22.3818 10.0961 22.3246C10.1434 22.2591 10.1434 22.1467 10.1434 21.9219V18.9788L2.25 14.539V15.5927ZM11.5353 18.9504V21.7747C11.5353 22.0146 11.5353 22.1345 11.5854 22.2012C11.629 22.2594 11.6958 22.2956 11.7683 22.3005C11.8516 22.3062 11.9521 22.2408 12.1533 22.1101L19.7477 17.1744C20.4793 16.6989 20.8451 16.4612 21.1101 16.144C21.3447 15.8633 21.521 15.5386 21.6285 15.1889C21.75 14.7939 21.75 14.3576 21.75 13.4851V12.3106L11.5353 18.9504ZM2.25 12.9431L10.1434 17.3828V13.7558L2.25 9.31603V12.9431ZM11.5353 13.7274V17.2888L21.75 10.6501V7.08765L11.5353 13.7274ZM2.89607 8.08396L10.8121 12.5362L21.1028 5.84765L15.5083 2.70113C14.6646 2.22662 14.2428 1.98937 13.7974 1.90569C13.4036 1.83169 12.9983 1.84466 12.6099 1.94371C12.1709 2.0557 11.7651 2.31946 10.9535 2.84696L2.89607 8.08396Z",fill:"currentColor"})),I=a;export{a as IconBuildingBlocks,I 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M2.25 15.5927C2.25 16.5295 2.25 16.998 2.38747 17.4163C2.5091 17.7864 2.70796 18.1264 2.97089 18.4138C3.26808 18.7387 3.67637 18.9683 4.49295 19.4276L9.5473 22.2705C9.74325 22.3808 9.84123 22.4359 9.92148 22.4268C9.9915 22.4189 10.0549 22.3818 10.0961 22.3246C10.1434 22.2591 10.1434 22.1467 10.1434 21.9219V18.9788L2.25 14.539V15.5927ZM11.5353 18.9504V21.7747C11.5353 22.0146 11.5353 22.1345 11.5854 22.2012C11.629 22.2594 11.6958 22.2956 11.7683 22.3005C11.8516 22.3062 11.9521 22.2408 12.1533 22.1101L19.7477 17.1744C20.4793 16.6989 20.8451 16.4612 21.1101 16.144C21.3447 15.8633 21.521 15.5386 21.6285 15.1889C21.75 14.7939 21.75 14.3576 21.75 13.4851V12.3106L11.5353 18.9504ZM2.25 12.9431L10.1434 17.3828V13.7558L2.25 9.31603V12.9431ZM11.5353 13.7274V17.2888L21.75 10.6501V7.08765L11.5353 13.7274ZM2.89607 8.08396L10.8121 12.5362L21.1028 5.84765L15.5083 2.70113C14.6646 2.22662 14.2428 1.98937 13.7974 1.90569C13.4036 1.83169 12.9983 1.84466 12.6099 1.94371C12.1709 2.0557 11.7651 2.31946 10.9535 2.84696L2.89607 8.08396Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,qgCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBuildingBlocks","props","React","CentralIconBase","IconBuildingBlocks_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShield2: FC<CentralIconBaseProps>;
4
+ export default IconShield2;
@@ -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:"M10.926 1.89089C11.6124 1.59969 12.3876 1.59969 13.074 1.89089L19.324 4.5424C20.3401 4.97347 21 5.97026 21 7.074V12.9999C21 17.9705 16.9706 21.9999 12 21.9999C7.02944 21.9999 3 17.9705 3 12.9999V7.074C3 5.97026 3.65991 4.97347 4.67599 4.5424L10.926 1.89089Z",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=\"M10.926 1.89089C11.6124 1.59969 12.3876 1.59969 13.074 1.89089L19.324 4.5424C20.3401 4.97347 21 5.97026 21 7.074V12.9999C21 17.9705 16.9706 21.9999 12 21.9999C7.02944 21.9999 3 17.9705 3 12.9999V7.074C3 5.97026 3.65991 4.97347 4.67599 4.5424L10.926 1.89089Z\"\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,oQACF,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:"M10.926 1.89089C11.6124 1.59969 12.3876 1.59969 13.074 1.89089L19.324 4.5424C20.3401 4.97347 21 5.97026 21 7.074V12.9999C21 17.9705 16.9706 21.9999 12 21.9999C7.02944 21.9999 3 17.9705 3 12.9999V7.074C3 5.97026 3.65991 4.97347 4.67599 4.5424L10.926 1.89089Z",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=\"M10.926 1.89089C11.6124 1.59969 12.3876 1.59969 13.074 1.89089L19.324 4.5424C20.3401 4.97347 21 5.97026 21 7.074V12.9999C21 17.9705 16.9706 21.9999 12 21.9999C7.02944 21.9999 3 17.9705 3 12.9999V7.074C3 5.97026 3.65991 4.97347 4.67599 4.5424L10.926 1.89089Z\"\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,oQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShield2","props","React","CentralIconBase","IconShield2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShieldCode: FC<CentralIconBaseProps>;
4
+ export default IconShieldCode;
@@ -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.9258 1.89101C11.6122 1.59981 12.3878 1.59981 13.0742 1.89101L19.3242 4.54237C20.3401 4.97345 20.9999 5.97007 21 7.07362V12.9994C21 17.97 16.9706 21.9994 12 21.9994C7.02944 21.9994 3 17.97 3 12.9994V7.07362C3.00011 5.97007 3.6599 4.97345 4.67578 4.54237L10.9258 1.89101ZM10.5303 9.22011C10.2374 8.92722 9.76262 8.92722 9.46973 9.22011L7.21973 11.4701C6.92701 11.763 6.92689 12.2378 7.21973 12.5307L9.46973 14.7807C9.76258 15.0733 10.2374 15.0733 10.5303 14.7807C10.8231 14.4878 10.823 14.013 10.5303 13.7201L8.81055 12.0004L10.5303 10.2807C10.8231 9.98782 10.823 9.51302 10.5303 9.22011ZM14.5303 9.22011C14.2374 8.92722 13.7626 8.92722 13.4697 9.22011C13.177 9.51302 13.1769 9.98782 13.4697 10.2807L15.1895 12.0004L13.4697 13.7201C13.177 14.013 13.1769 14.4878 13.4697 14.7807C13.7626 15.0733 14.2374 15.0733 14.5303 14.7807L16.7803 12.5307C17.0731 12.2378 17.073 11.763 16.7803 11.4701L14.5303 9.22011Z",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.9258 1.89101C11.6122 1.59981 12.3878 1.59981 13.0742 1.89101L19.3242 4.54237C20.3401 4.97345 20.9999 5.97007 21 7.07362V12.9994C21 17.97 16.9706 21.9994 12 21.9994C7.02944 21.9994 3 17.97 3 12.9994V7.07362C3.00011 5.97007 3.6599 4.97345 4.67578 4.54237L10.9258 1.89101ZM10.5303 9.22011C10.2374 8.92722 9.76262 8.92722 9.46973 9.22011L7.21973 11.4701C6.92701 11.763 6.92689 12.2378 7.21973 12.5307L9.46973 14.7807C9.76258 15.0733 10.2374 15.0733 10.5303 14.7807C10.8231 14.4878 10.823 14.013 10.5303 13.7201L8.81055 12.0004L10.5303 10.2807C10.8231 9.98782 10.823 9.51302 10.5303 9.22011ZM14.5303 9.22011C14.2374 8.92722 13.7626 8.92722 13.4697 9.22011C13.177 9.51302 13.1769 9.98782 13.4697 10.2807L15.1895 12.0004L13.4697 13.7201C13.177 14.013 13.1769 14.4878 13.4697 14.7807C13.7626 15.0733 14.2374 15.0733 14.5303 14.7807L16.7803 12.5307C17.0731 12.2378 17.073 11.763 16.7803 11.4701L14.5303 9.22011Z\"\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,64BACF,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.9258 1.89101C11.6122 1.59981 12.3878 1.59981 13.0742 1.89101L19.3242 4.54237C20.3401 4.97345 20.9999 5.97007 21 7.07362V12.9994C21 17.97 16.9706 21.9994 12 21.9994C7.02944 21.9994 3 17.97 3 12.9994V7.07362C3.00011 5.97007 3.6599 4.97345 4.67578 4.54237L10.9258 1.89101ZM10.5303 9.22011C10.2374 8.92722 9.76262 8.92722 9.46973 9.22011L7.21973 11.4701C6.92701 11.763 6.92689 12.2378 7.21973 12.5307L9.46973 14.7807C9.76258 15.0733 10.2374 15.0733 10.5303 14.7807C10.8231 14.4878 10.823 14.013 10.5303 13.7201L8.81055 12.0004L10.5303 10.2807C10.8231 9.98782 10.823 9.51302 10.5303 9.22011ZM14.5303 9.22011C14.2374 8.92722 13.7626 8.92722 13.4697 9.22011C13.177 9.51302 13.1769 9.98782 13.4697 10.2807L15.1895 12.0004L13.4697 13.7201C13.177 14.013 13.1769 14.4878 13.4697 14.7807C13.7626 15.0733 14.2374 15.0733 14.5303 14.7807L16.7803 12.5307C17.0731 12.2378 17.073 11.763 16.7803 11.4701L14.5303 9.22011Z",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.9258 1.89101C11.6122 1.59981 12.3878 1.59981 13.0742 1.89101L19.3242 4.54237C20.3401 4.97345 20.9999 5.97007 21 7.07362V12.9994C21 17.97 16.9706 21.9994 12 21.9994C7.02944 21.9994 3 17.97 3 12.9994V7.07362C3.00011 5.97007 3.6599 4.97345 4.67578 4.54237L10.9258 1.89101ZM10.5303 9.22011C10.2374 8.92722 9.76262 8.92722 9.46973 9.22011L7.21973 11.4701C6.92701 11.763 6.92689 12.2378 7.21973 12.5307L9.46973 14.7807C9.76258 15.0733 10.2374 15.0733 10.5303 14.7807C10.8231 14.4878 10.823 14.013 10.5303 13.7201L8.81055 12.0004L10.5303 10.2807C10.8231 9.98782 10.823 9.51302 10.5303 9.22011ZM14.5303 9.22011C14.2374 8.92722 13.7626 8.92722 13.4697 9.22011C13.177 9.51302 13.1769 9.98782 13.4697 10.2807L15.1895 12.0004L13.4697 13.7201C13.177 14.013 13.1769 14.4878 13.4697 14.7807C13.7626 15.0733 14.2374 15.0733 14.5303 14.7807L16.7803 12.5307C17.0731 12.2378 17.073 11.763 16.7803 11.4701L14.5303 9.22011Z\"\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,64BACF,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
@@ -4466,6 +4466,20 @@
4466
4466
  "packageName": "round-filled-radius-2-stroke-1.5",
4467
4467
  "componentName": "IconBugFace"
4468
4468
  },
4469
+ {
4470
+ "category": "Things",
4471
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.25 15.5927C2.25 16.5295 2.25 16.998 2.38747 17.4163C2.5091 17.7864 2.70796 18.1264 2.97089 18.4138C3.26808 18.7387 3.67637 18.9683 4.49295 19.4276L9.5473 22.2705C9.74325 22.3808 9.84123 22.4359 9.92148 22.4268C9.9915 22.4189 10.0549 22.3818 10.0961 22.3246C10.1434 22.2591 10.1434 22.1467 10.1434 21.9219V18.9788L2.25 14.539V15.5927ZM11.5353 18.9504V21.7747C11.5353 22.0146 11.5353 22.1345 11.5854 22.2012C11.629 22.2594 11.6958 22.2956 11.7683 22.3005C11.8516 22.3062 11.9521 22.2408 12.1533 22.1101L19.7477 17.1744C20.4793 16.6989 20.8451 16.4612 21.1101 16.144C21.3447 15.8633 21.521 15.5386 21.6285 15.1889C21.75 14.7939 21.75 14.3576 21.75 13.4851V12.3106L11.5353 18.9504ZM2.25 12.9431L10.1434 17.3828V13.7558L2.25 9.31603V12.9431ZM11.5353 13.7274V17.2888L21.75 10.6501V7.08765L11.5353 13.7274ZM2.89607 8.08396L10.8121 12.5362L21.1028 5.84765L15.5083 2.70113C14.6646 2.22662 14.2428 1.98937 13.7974 1.90569C13.4036 1.83169 12.9983 1.84466 12.6099 1.94371C12.1709 2.0557 11.7651 2.31946 10.9535 2.84696L2.89607 8.08396Z\" fill=\"currentColor\"/>",
4472
+ "iconName": "building-blocks, skills, stack",
4473
+ "variant": {
4474
+ "join": "round",
4475
+ "filled": "on",
4476
+ "radius": "2",
4477
+ "stroke": "1.5"
4478
+ },
4479
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
4480
+ "packageName": "round-filled-radius-2-stroke-1.5",
4481
+ "componentName": "IconBuildingBlocks"
4482
+ },
4469
4483
  {
4470
4484
  "category": "Building",
4471
4485
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.75 3C4.23122 3 3 4.23122 3 5.75V18.5H1.75C1.33579 18.5 1 18.8358 1 19.25C1 19.6642 1.33579 20 1.75 20H22.25C22.6642 20 23 19.6642 23 19.25C23 18.8358 22.6642 18.5 22.25 18.5H21V9.75C21 8.23122 19.7688 7 18.25 7H16V18.5H15V5.75C15 4.23122 13.7688 3 12.25 3H5.75ZM7.75 8C7.33579 8 7 8.33579 7 8.75C7 9.16421 7.33579 9.5 7.75 9.5H10.25C10.6642 9.5 11 9.16421 11 8.75C11 8.33579 10.6642 8 10.25 8H7.75ZM7.75 12C7.33579 12 7 12.3358 7 12.75C7 13.1642 7.33579 13.5 7.75 13.5H10.25C10.6642 13.5 11 13.1642 11 12.75C11 12.3358 10.6642 12 10.25 12H7.75Z\" fill=\"currentColor\"/>",
@@ -19404,6 +19418,20 @@
19404
19418
  "packageName": "round-filled-radius-2-stroke-1.5",
19405
19419
  "componentName": "IconShield"
19406
19420
  },
19421
+ {
19422
+ "category": "Security",
19423
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.926 1.89089C11.6124 1.59969 12.3876 1.59969 13.074 1.89089L19.324 4.5424C20.3401 4.97347 21 5.97026 21 7.074V12.9999C21 17.9705 16.9706 21.9999 12 21.9999C7.02944 21.9999 3 17.9705 3 12.9999V7.074C3 5.97026 3.65991 4.97347 4.67599 4.5424L10.926 1.89089Z\" fill=\"currentColor\"/>",
19424
+ "iconName": "shield-2, safety, privacy",
19425
+ "variant": {
19426
+ "join": "round",
19427
+ "filled": "on",
19428
+ "radius": "2",
19429
+ "stroke": "1.5"
19430
+ },
19431
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
19432
+ "packageName": "round-filled-radius-2-stroke-1.5",
19433
+ "componentName": "IconShield2"
19434
+ },
19407
19435
  {
19408
19436
  "category": "Security",
19409
19437
  "svg": "<path d=\"M17.07 15.118L2.22028 3.16577C1.89761 2.90605 1.42548 2.95709 1.16577 3.27977C0.906052 3.60245 0.957092 4.07457 1.27977 4.33428L3.25278 5.92232C3.0893 6.27655 3 6.6681 3 7.07412V13.0001C3 17.9706 7.02944 22.0001 12 22.0001C14.8442 22.0001 17.3802 20.6807 19.0295 18.6207L21.7798 20.8343C22.1024 21.094 22.5746 21.043 22.8343 20.7203C23.094 20.3976 23.043 19.9255 22.7203 19.6658L19.8692 17.371C19.874 17.3624 19.8787 17.3539 19.8835 17.3453L17.07 15.118Z\" fill=\"currentColor\"/><path d=\"M21 13.0001C21 14.0356 20.8251 15.0303 20.5032 15.9562L5.75423 4.08509L10.926 1.89101C11.6124 1.59981 12.3876 1.59981 13.074 1.89101L19.324 4.54252C20.3401 4.97359 21 5.97038 21 7.07412V13.0001Z\" fill=\"currentColor\"/>",
@@ -19460,6 +19488,20 @@
19460
19488
  "packageName": "round-filled-radius-2-stroke-1.5",
19461
19489
  "componentName": "IconShieldCheck3"
19462
19490
  },
19491
+ {
19492
+ "category": "Security",
19493
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9258 1.89101C11.6122 1.59981 12.3878 1.59981 13.0742 1.89101L19.3242 4.54237C20.3401 4.97345 20.9999 5.97007 21 7.07362V12.9994C21 17.97 16.9706 21.9994 12 21.9994C7.02944 21.9994 3 17.97 3 12.9994V7.07362C3.00011 5.97007 3.6599 4.97345 4.67578 4.54237L10.9258 1.89101ZM10.5303 9.22011C10.2374 8.92722 9.76262 8.92722 9.46973 9.22011L7.21973 11.4701C6.92701 11.763 6.92689 12.2378 7.21973 12.5307L9.46973 14.7807C9.76258 15.0733 10.2374 15.0733 10.5303 14.7807C10.8231 14.4878 10.823 14.013 10.5303 13.7201L8.81055 12.0004L10.5303 10.2807C10.8231 9.98782 10.823 9.51302 10.5303 9.22011ZM14.5303 9.22011C14.2374 8.92722 13.7626 8.92722 13.4697 9.22011C13.177 9.51302 13.1769 9.98782 13.4697 10.2807L15.1895 12.0004L13.4697 13.7201C13.177 14.013 13.1769 14.4878 13.4697 14.7807C13.7626 15.0733 14.2374 15.0733 14.5303 14.7807L16.7803 12.5307C17.0731 12.2378 17.073 11.763 16.7803 11.4701L14.5303 9.22011Z\" fill=\"currentColor\"/>",
19494
+ "iconName": "shield-code, sandbox",
19495
+ "variant": {
19496
+ "join": "round",
19497
+ "filled": "on",
19498
+ "radius": "2",
19499
+ "stroke": "1.5"
19500
+ },
19501
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
19502
+ "packageName": "round-filled-radius-2-stroke-1.5",
19503
+ "componentName": "IconShieldCode"
19504
+ },
19463
19505
  {
19464
19506
  "category": "Security",
19465
19507
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1304 2.24952C11.6949 2.06136 12.3051 2.06136 12.8696 2.24952L19.1196 4.33285C20.2426 4.70717 21 5.75805 21 6.94173V11.9126C21 14.6499 19.8165 16.6703 18.1412 18.2599C16.4942 19.8227 14.3404 20.9977 12.3561 22.0682C12.1338 22.1881 11.8662 22.1881 11.6439 22.0682C9.65956 20.9977 7.5058 19.8227 5.85876 18.2599C4.18351 16.6703 3 14.6499 3 11.9126V6.94173C3 5.75805 3.75743 4.70717 4.88037 4.33285L11.1304 2.24952ZM13.6941 14.2785C13.9862 14.5721 14.4611 14.5734 14.7548 14.2812C15.0484 13.9891 15.0497 13.5142 14.7575 13.2206L13.046 11.5001L14.7576 9.77943C15.0497 9.48576 15.0484 9.01089 14.7547 8.71878C14.4611 8.42666 13.9862 8.42793 13.6941 8.7216L11.9881 10.4367L10.2817 8.72135C9.98957 8.42769 9.5147 8.42646 9.22105 8.71859C8.92739 9.01071 8.92615 9.48559 9.21828 9.77924L10.9303 11.5002L9.21825 13.2214C8.92614 13.5151 8.9274 13.9899 9.22108 14.282C9.51475 14.5742 9.98962 14.5729 10.2817 14.2792L11.9882 12.5636L13.6941 14.2785Z\" 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-1.5",
3
- "version": "1.1.115",
3
+ "version": "1.1.116",
4
4
  "style": "round-filled-radius-2-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1.5/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": 1747,
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": 28,
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": 119,
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";