@central-icons-react-native/round-filled-radius-1-stroke-1 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 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,C)=>{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:!(C=u(r,n))||C.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 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 L=require("react-native-svg"),f=o=>p.default.createElement(c,{...o},p.default.createElement(L.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2 15.8599C2 16.3602 2 16.6104 2.07229 16.8347C2.13625 17.0332 2.24091 17.2162 2.37958 17.372C2.53629 17.5481 2.7519 17.6749 3.18312 17.9286L10.5251 22.2475V18.4909L2 13.4759V15.8599ZM11.2892 18.477V22.2016L20.9312 15.7743C21.322 15.5138 21.5173 15.3836 21.6588 15.2115C21.784 15.0591 21.878 14.8836 21.9353 14.6949C22 14.4818 22 14.2469 22 13.7773V11.3361L11.2892 18.477ZM2 12.588L10.5251 17.6029V13.8462L2 8.8313V12.588ZM11.2892 13.8313V17.557L22 10.4161V6.69149L11.2892 13.8313ZM2.35752 8.15467L10.8943 13.176L21.635 6.01487L14.3228 2.1442C13.8796 1.9096 13.6581 1.7923 13.4255 1.7513C13.2196 1.71501 13.0085 1.72214 12.8056 1.77221C12.5763 1.8288 12.3631 1.96077 11.9368 2.22471L2.35752 8.15467Z",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 15.8599C2 16.3602 2 16.6104 2.07229 16.8347C2.13625 17.0332 2.24091 17.2162 2.37958 17.372C2.53629 17.5481 2.7519 17.6749 3.18312 17.9286L10.5251 22.2475V18.4909L2 13.4759V15.8599ZM11.2892 18.477V22.2016L20.9312 15.7743C21.322 15.5138 21.5173 15.3836 21.6588 15.2115C21.784 15.0591 21.878 14.8836 21.9353 14.6949C22 14.4818 22 14.2469 22 13.7773V11.3361L11.2892 18.477ZM2 12.588L10.5251 17.6029V13.8462L2 8.8313V12.588ZM11.2892 13.8313V17.557L22 10.4161V6.69149L11.2892 13.8313ZM2.35752 8.15467L10.8943 13.176L21.635 6.01487L14.3228 2.1442C13.8796 1.9096 13.6581 1.7923 13.4255 1.7513C13.2196 1.71501 13.0085 1.72214 12.8056 1.77221C12.5763 1.8288 12.3631 1.96077 11.9368 2.22471L2.35752 8.15467Z\"\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,8rBACF,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 p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(C,{...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 15.8599C2 16.3602 2 16.6104 2.07229 16.8347C2.13625 17.0332 2.24091 17.2162 2.37958 17.372C2.53629 17.5481 2.7519 17.6749 3.18312 17.9286L10.5251 22.2475V18.4909L2 13.4759V15.8599ZM11.2892 18.477V22.2016L20.9312 15.7743C21.322 15.5138 21.5173 15.3836 21.6588 15.2115C21.784 15.0591 21.878 14.8836 21.9353 14.6949C22 14.4818 22 14.2469 22 13.7773V11.3361L11.2892 18.477ZM2 12.588L10.5251 17.6029V13.8462L2 8.8313V12.588ZM11.2892 13.8313V17.557L22 10.4161V6.69149L11.2892 13.8313ZM2.35752 8.15467L10.8943 13.176L21.635 6.01487L14.3228 2.1442C13.8796 1.9096 13.6581 1.7923 13.4255 1.7513C13.2196 1.71501 13.0085 1.72214 12.8056 1.77221C12.5763 1.8288 12.3631 1.96077 11.9368 2.22471L2.35752 8.15467Z",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 15.8599C2 16.3602 2 16.6104 2.07229 16.8347C2.13625 17.0332 2.24091 17.2162 2.37958 17.372C2.53629 17.5481 2.7519 17.6749 3.18312 17.9286L10.5251 22.2475V18.4909L2 13.4759V15.8599ZM11.2892 18.477V22.2016L20.9312 15.7743C21.322 15.5138 21.5173 15.3836 21.6588 15.2115C21.784 15.0591 21.878 14.8836 21.9353 14.6949C22 14.4818 22 14.2469 22 13.7773V11.3361L11.2892 18.477ZM2 12.588L10.5251 17.6029V13.8462L2 8.8313V12.588ZM11.2892 13.8313V17.557L22 10.4161V6.69149L11.2892 13.8313ZM2.35752 8.15467L10.8943 13.176L21.635 6.01487L14.3228 2.1442C13.8796 1.9096 13.6581 1.7923 13.4255 1.7513C13.2196 1.71501 13.0085 1.72214 12.8056 1.77221C12.5763 1.8288 12.3631 1.96077 11.9368 2.22471L2.35752 8.15467Z\"\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,8rBACF,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:"M11.4289 1.6944C11.7947 1.54376 12.2053 1.54376 12.5711 1.6944L20.0711 4.78264C20.6332 5.01407 21 5.56182 21 6.16966V13C21 17.9705 16.9706 22 12 22C7.02944 22 3 17.9705 3 13V6.16966C3 5.56182 3.36682 5.01407 3.92888 4.78264L11.4289 1.6944Z",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=\"M11.4289 1.6944C11.7947 1.54376 12.2053 1.54376 12.5711 1.6944L20.0711 4.78264C20.6332 5.01407 21 5.56182 21 6.16966V13C21 17.9705 16.9706 22 12 22C7.02944 22 3 17.9705 3 13V6.16966C3 5.56182 3.36682 5.01407 3.92888 4.78264L11.4289 1.6944Z\"\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,kPACF,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:"M11.4289 1.6944C11.7947 1.54376 12.2053 1.54376 12.5711 1.6944L20.0711 4.78264C20.6332 5.01407 21 5.56182 21 6.16966V13C21 17.9705 16.9706 22 12 22C7.02944 22 3 17.9705 3 13V6.16966C3 5.56182 3.36682 5.01407 3.92888 4.78264L11.4289 1.6944Z",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=\"M11.4289 1.6944C11.7947 1.54376 12.2053 1.54376 12.5711 1.6944L20.0711 4.78264C20.6332 5.01407 21 5.56182 21 6.16966V13C21 17.9705 16.9706 22 12 22C7.02944 22 3 17.9705 3 13V6.16966C3 5.56182 3.36682 5.01407 3.92888 4.78264L11.4289 1.6944Z\"\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,kPACF,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:"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM10.3535 9.1468C10.1583 8.95153 9.84175 8.95153 9.64648 9.1468L7.14648 11.6468C6.95137 11.8421 6.95127 12.1586 7.14648 12.3538L9.64648 14.8538C9.84171 15.0489 10.1583 15.0489 10.3535 14.8538C10.5487 14.6586 10.5486 14.3421 10.3535 14.1468L8.20703 12.0003L10.3535 9.85383C10.5487 9.65862 10.5486 9.34207 10.3535 9.1468ZM14.3535 9.1468C14.1583 8.95153 13.8417 8.95153 13.6465 9.1468C13.4514 9.34207 13.4513 9.65862 13.6465 9.85383L15.793 12.0003L13.6465 14.1468C13.4514 14.3421 13.4513 14.6586 13.6465 14.8538C13.8417 15.0489 14.1583 15.0489 14.3535 14.8538L16.8535 12.3538C17.0487 12.1586 17.0486 11.8421 16.8535 11.6468L14.3535 9.1468Z",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=\"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM10.3535 9.1468C10.1583 8.95153 9.84175 8.95153 9.64648 9.1468L7.14648 11.6468C6.95137 11.8421 6.95127 12.1586 7.14648 12.3538L9.64648 14.8538C9.84171 15.0489 10.1583 15.0489 10.3535 14.8538C10.5487 14.6586 10.5486 14.3421 10.3535 14.1468L8.20703 12.0003L10.3535 9.85383C10.5487 9.65862 10.5486 9.34207 10.3535 9.1468ZM14.3535 9.1468C14.1583 8.95153 13.8417 8.95153 13.6465 9.1468C13.4514 9.34207 13.4513 9.65862 13.6465 9.85383L15.793 12.0003L13.6465 14.1468C13.4514 14.3421 13.4513 14.6586 13.6465 14.8538C13.8417 15.0489 14.1583 15.0489 14.3535 14.8538L16.8535 12.3538C17.0487 12.1586 17.0486 11.8421 16.8535 11.6468L14.3535 9.1468Z\"\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,g5BACF,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:"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM10.3535 9.1468C10.1583 8.95153 9.84175 8.95153 9.64648 9.1468L7.14648 11.6468C6.95137 11.8421 6.95127 12.1586 7.14648 12.3538L9.64648 14.8538C9.84171 15.0489 10.1583 15.0489 10.3535 14.8538C10.5487 14.6586 10.5486 14.3421 10.3535 14.1468L8.20703 12.0003L10.3535 9.85383C10.5487 9.65862 10.5486 9.34207 10.3535 9.1468ZM14.3535 9.1468C14.1583 8.95153 13.8417 8.95153 13.6465 9.1468C13.4514 9.34207 13.4513 9.65862 13.6465 9.85383L15.793 12.0003L13.6465 14.1468C13.4514 14.3421 13.4513 14.6586 13.6465 14.8538C13.8417 15.0489 14.1583 15.0489 14.3535 14.8538L16.8535 12.3538C17.0487 12.1586 17.0486 11.8421 16.8535 11.6468L14.3535 9.1468Z",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=\"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM10.3535 9.1468C10.1583 8.95153 9.84175 8.95153 9.64648 9.1468L7.14648 11.6468C6.95137 11.8421 6.95127 12.1586 7.14648 12.3538L9.64648 14.8538C9.84171 15.0489 10.1583 15.0489 10.3535 14.8538C10.5487 14.6586 10.5486 14.3421 10.3535 14.1468L8.20703 12.0003L10.3535 9.85383C10.5487 9.65862 10.5486 9.34207 10.3535 9.1468ZM14.3535 9.1468C14.1583 8.95153 13.8417 8.95153 13.6465 9.1468C13.4514 9.34207 13.4513 9.65862 13.6465 9.85383L15.793 12.0003L13.6465 14.1468C13.4514 14.3421 13.4513 14.6586 13.6465 14.8538C13.8417 15.0489 14.1583 15.0489 14.3535 14.8538L16.8535 12.3538C17.0487 12.1586 17.0486 11.8421 16.8535 11.6468L14.3535 9.1468Z\"\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,g5BACF,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-1-stroke-1",
|
|
4467
4467
|
"componentName": "IconBugFace"
|
|
4468
4468
|
},
|
|
4469
|
+
{
|
|
4470
|
+
"category": "Things",
|
|
4471
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 15.8599C2 16.3602 2 16.6104 2.07229 16.8347C2.13625 17.0332 2.24091 17.2162 2.37958 17.372C2.53629 17.5481 2.7519 17.6749 3.18312 17.9286L10.5251 22.2475V18.4909L2 13.4759V15.8599ZM11.2892 18.477V22.2016L20.9312 15.7743C21.322 15.5138 21.5173 15.3836 21.6588 15.2115C21.784 15.0591 21.878 14.8836 21.9353 14.6949C22 14.4818 22 14.2469 22 13.7773V11.3361L11.2892 18.477ZM2 12.588L10.5251 17.6029V13.8462L2 8.8313V12.588ZM11.2892 13.8313V17.557L22 10.4161V6.69149L11.2892 13.8313ZM2.35752 8.15467L10.8943 13.176L21.635 6.01487L14.3228 2.1442C13.8796 1.9096 13.6581 1.7923 13.4255 1.7513C13.2196 1.71501 13.0085 1.72214 12.8056 1.77221C12.5763 1.8288 12.3631 1.96077 11.9368 2.22471L2.35752 8.15467Z\" fill=\"currentColor\"/>",
|
|
4472
|
+
"iconName": "building-blocks, skills, stack",
|
|
4473
|
+
"variant": {
|
|
4474
|
+
"join": "round",
|
|
4475
|
+
"filled": "on",
|
|
4476
|
+
"radius": "1",
|
|
4477
|
+
"stroke": "1"
|
|
4478
|
+
},
|
|
4479
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
4480
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
4481
|
+
"componentName": "IconBuildingBlocks"
|
|
4482
|
+
},
|
|
4469
4483
|
{
|
|
4470
4484
|
"category": "Building",
|
|
4471
4485
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 3C3.67157 3 3 3.67157 3 4.5V19H1.5C1.22386 19 1 19.2239 1 19.5C1 19.7761 1.22386 20 1.5 20H22.5C22.7761 20 23 19.7761 23 19.5C23 19.2239 22.7761 19 22.5 19H21V8.5C21 7.67157 20.3284 7 19.5 7H16V19H15V4.5C15 3.67157 14.3284 3 13.5 3H4.5ZM7.5 8C7.22386 8 7 8.22386 7 8.5C7 8.77614 7.22386 9 7.5 9H10.5C10.7761 9 11 8.77614 11 8.5C11 8.22386 10.7761 8 10.5 8H7.5ZM7.5 12C7.22386 12 7 12.2239 7 12.5C7 12.7761 7.22386 13 7.5 13H10.5C10.7761 13 11 12.7761 11 12.5C11 12.2239 10.7761 12 10.5 12H7.5Z\" fill=\"currentColor\"/>",
|
|
@@ -19404,6 +19418,20 @@
|
|
|
19404
19418
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
19405
19419
|
"componentName": "IconShield"
|
|
19406
19420
|
},
|
|
19421
|
+
{
|
|
19422
|
+
"category": "Security",
|
|
19423
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4289 1.6944C11.7947 1.54376 12.2053 1.54376 12.5711 1.6944L20.0711 4.78264C20.6332 5.01407 21 5.56182 21 6.16966V13C21 17.9705 16.9706 22 12 22C7.02944 22 3 17.9705 3 13V6.16966C3 5.56182 3.36682 5.01407 3.92888 4.78264L11.4289 1.6944Z\" fill=\"currentColor\"/>",
|
|
19424
|
+
"iconName": "shield-2, safety, privacy",
|
|
19425
|
+
"variant": {
|
|
19426
|
+
"join": "round",
|
|
19427
|
+
"filled": "on",
|
|
19428
|
+
"radius": "1",
|
|
19429
|
+
"stroke": "1"
|
|
19430
|
+
},
|
|
19431
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19432
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
19433
|
+
"componentName": "IconShield2"
|
|
19434
|
+
},
|
|
19407
19435
|
{
|
|
19408
19436
|
"category": "Security",
|
|
19409
19437
|
"svg": "<path d=\"M19.1667 18.4449L22.1854 20.8886C22.4 21.0624 22.7149 21.0292 22.8886 20.8146C23.0624 20.6 23.0292 20.2851 22.8146 20.1114L1.81462 3.11139C1.59999 2.93765 1.28514 2.97079 1.11139 3.18542C0.937646 3.40005 0.970787 3.71489 1.18542 3.88864L3.16306 5.48959C3.05795 5.6961 3 5.92819 3 6.16978V13.0001C3 17.9706 7.02944 22.0001 12 22.0001C14.9243 22.0001 17.5228 20.6054 19.1667 18.4449Z\" fill=\"currentColor\"/><path d=\"M21 13.0001C21 14.3227 20.7147 15.5787 20.2023 16.7099L4.94961 4.36246L11.4289 1.69453C11.7947 1.54388 12.2053 1.54388 12.5711 1.69453L20.0711 4.78276C20.6332 5.01419 21 5.56194 21 6.16978V13.0001Z\" fill=\"currentColor\"/>",
|
|
@@ -19460,6 +19488,20 @@
|
|
|
19460
19488
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
19461
19489
|
"componentName": "IconShieldCheck3"
|
|
19462
19490
|
},
|
|
19491
|
+
{
|
|
19492
|
+
"category": "Security",
|
|
19493
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4287 1.69465C11.7946 1.544 12.2054 1.544 12.5713 1.69465L20.0713 4.78254C20.6333 5.01399 21 5.56242 21 6.17023V13.0003C20.9999 17.9708 16.9705 22.0003 12 22.0003C7.02951 22.0003 3.00011 17.9708 3 13.0003V6.17023C3 5.56242 3.36669 5.01399 3.92871 4.78254L11.4287 1.69465ZM10.3535 9.1468C10.1583 8.95153 9.84175 8.95153 9.64648 9.1468L7.14648 11.6468C6.95137 11.8421 6.95127 12.1586 7.14648 12.3538L9.64648 14.8538C9.84171 15.0489 10.1583 15.0489 10.3535 14.8538C10.5487 14.6586 10.5486 14.3421 10.3535 14.1468L8.20703 12.0003L10.3535 9.85383C10.5487 9.65862 10.5486 9.34207 10.3535 9.1468ZM14.3535 9.1468C14.1583 8.95153 13.8417 8.95153 13.6465 9.1468C13.4514 9.34207 13.4513 9.65862 13.6465 9.85383L15.793 12.0003L13.6465 14.1468C13.4514 14.3421 13.4513 14.6586 13.6465 14.8538C13.8417 15.0489 14.1583 15.0489 14.3535 14.8538L16.8535 12.3538C17.0487 12.1586 17.0486 11.8421 16.8535 11.6468L14.3535 9.1468Z\" fill=\"currentColor\"/>",
|
|
19494
|
+
"iconName": "shield-code, sandbox",
|
|
19495
|
+
"variant": {
|
|
19496
|
+
"join": "round",
|
|
19497
|
+
"filled": "on",
|
|
19498
|
+
"radius": "1",
|
|
19499
|
+
"stroke": "1"
|
|
19500
|
+
},
|
|
19501
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19502
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
19503
|
+
"componentName": "IconShieldCode"
|
|
19504
|
+
},
|
|
19463
19505
|
{
|
|
19464
19506
|
"category": "Security",
|
|
19465
19507
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5383 2.12361C11.8384 2.0265 12.1616 2.0265 12.4617 2.12361L19.9617 4.55008C20.5807 4.75033 21 5.32672 21 5.97725V11.9121C21 14.5723 19.7883 16.5922 18.0945 18.2027C16.4145 19.8001 14.2322 21.0215 12.2374 22.0977C12.0892 22.1776 11.9108 22.1776 11.7626 22.0977C9.76777 21.0215 7.58545 19.8001 5.90547 18.2027C4.21165 16.5922 3 14.5723 3 11.9121V5.97725C3 5.32672 3.41932 4.75033 4.03827 4.55009L11.5383 2.12361ZM14.1215 14.3522C14.3163 14.5479 14.6328 14.5487 14.8286 14.3539C15.0243 14.1591 15.025 13.8425 14.8302 13.6468L12.6936 11.5001L14.8302 9.3532C15.025 9.15747 15.0243 8.84089 14.8285 8.64609C14.6328 8.4513 14.3162 8.45206 14.1214 8.64779L11.9881 10.7913L9.85438 8.64755C9.65958 8.45183 9.34299 8.45109 9.14727 8.64589C8.95156 8.84069 8.95081 9.15728 9.14562 9.353L11.2827 11.5002L9.1456 13.6476C8.9508 13.8433 8.95156 14.1599 9.14729 14.3547C9.34302 14.5495 9.65961 14.5487 9.8544 14.353L11.9882 12.2089L14.1215 14.3522Z\" 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-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.116",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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";
|