@central-icons-react-native/round-outlined-radius-3-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 d=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)p(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of m(r))!f.call(o,t)&&t!==n&&p(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var u=(o,r,n)=>(n=o!=null?d(B(o)):{},i(r||!o||!o.__esModule?p(n,"default",{value:o,enumerable:!0}):n,o)),g=o=>i(p({},"__esModule",{value:!0}),o);var P={};I(P,{IconBuildingBlocks:()=>c,default:()=>x});module.exports=g(P);var e=u(require("react"));var a=u(require("react")),l=require("react-native-svg"),L=({children:o,size:r=24,...n})=>a.default.createElement(l.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var C=require("react-native-svg"),c=o=>e.default.createElement(L,{...o},e.default.createElement(C.Path,{d:"M18.9459 5.14781L15.4323 3.28769C14.5459 2.81842 14.1027 2.58378 13.6375 2.50175C13.2258 2.42917 12.8036 2.4434 12.3978 2.54355C11.9391 2.65673 11.5127 2.92069 10.6599 3.4486L4.7735 7.0926C3.94381 7.60621 3.52897 7.86302 3.22793 8.21216C2.96151 8.52116 2.76091 8.88126 2.63841 9.27044C2.5 9.71017 2.5 10.1981 2.5 11.1739V14.2547C2.5 15.2553 2.5 15.7556 2.64458 16.2043C2.77251 16.6013 2.98184 16.9673 3.25918 17.2788C3.57262 17.631 4.00385 17.8846 4.8663 18.3919L8.40692 20.4747C9.34748 21.0279 9.81776 21.3046 10.3167 21.4035C10.7579 21.491 11.2131 21.4782 11.6487 21.366C12.1412 21.2392 12.5952 20.9365 13.5032 20.3312L19.3626 16.425C20.144 15.904 20.5348 15.6435 20.8176 15.2993C21.0681 14.9946 21.2559 14.6436 21.3705 14.2662C21.5 13.8399 21.5 13.3703 21.5 12.4311V9.38999C21.5 8.33943 21.5 7.81415 21.3428 7.34784C21.2037 6.93538 20.9766 6.55812 20.6771 6.24225C20.3386 5.88513 19.8743 5.63935 18.9459 5.14781Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M3 8.79477L11 13.5007L21 6.83398",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M11 21.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M2.5 12.75L11 17.75L21.5 10.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;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=\"M18.9459 5.14781L15.4323 3.28769C14.5459 2.81842 14.1027 2.58378 13.6375 2.50175C13.2258 2.42917 12.8036 2.4434 12.3978 2.54355C11.9391 2.65673 11.5127 2.92069 10.6599 3.4486L4.7735 7.0926C3.94381 7.60621 3.52897 7.86302 3.22793 8.21216C2.96151 8.52116 2.76091 8.88126 2.63841 9.27044C2.5 9.71017 2.5 10.1981 2.5 11.1739V14.2547C2.5 15.2553 2.5 15.7556 2.64458 16.2043C2.77251 16.6013 2.98184 16.9673 3.25918 17.2788C3.57262 17.631 4.00385 17.8846 4.8663 18.3919L8.40692 20.4747C9.34748 21.0279 9.81776 21.3046 10.3167 21.4035C10.7579 21.491 11.2131 21.4782 11.6487 21.366C12.1412 21.2392 12.5952 20.9365 13.5032 20.3312L19.3626 16.425C20.144 15.904 20.5348 15.6435 20.8176 15.2993C21.0681 14.9946 21.2559 14.6436 21.3705 14.2662C21.5 13.8399 21.5 13.3703 21.5 12.4311V9.38999C21.5 8.33943 21.5 7.81415 21.3428 7.34784C21.2037 6.93538 20.9766 6.55812 20.6771 6.24225C20.3386 5.88513 19.8743 5.63935 18.9459 5.14781Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 8.79477L11 13.5007L21 6.83398\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 21.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 12.75L11 17.75L21.5 10.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,s5BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M18.9459 5.14781L15.4323 3.28769C14.5459 2.81842 14.1027 2.58378 13.6375 2.50175C13.2258 2.42917 12.8036 2.4434 12.3978 2.54355C11.9391 2.65673 11.5127 2.92069 10.6599 3.4486L4.7735 7.0926C3.94381 7.60621 3.52897 7.86302 3.22793 8.21216C2.96151 8.52116 2.76091 8.88126 2.63841 9.27044C2.5 9.71017 2.5 10.1981 2.5 11.1739V14.2547C2.5 15.2553 2.5 15.7556 2.64458 16.2043C2.77251 16.6013 2.98184 16.9673 3.25918 17.2788C3.57262 17.631 4.00385 17.8846 4.8663 18.3919L8.40692 20.4747C9.34748 21.0279 9.81776 21.3046 10.3167 21.4035C10.7579 21.491 11.2131 21.4782 11.6487 21.366C12.1412 21.2392 12.5952 20.9365 13.5032 20.3312L19.3626 16.425C20.144 15.904 20.5348 15.6435 20.8176 15.2993C21.0681 14.9946 21.2559 14.6436 21.3705 14.2662C21.5 13.8399 21.5 13.3703 21.5 12.4311V9.38999C21.5 8.33943 21.5 7.81415 21.3428 7.34784C21.2037 6.93538 20.9766 6.55812 20.6771 6.24225C20.3386 5.88513 19.8743 5.63935 18.9459 5.14781Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M3 8.79477L11 13.5007L21 6.83398",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M11 21.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M2.5 12.75L11 17.75L21.5 10.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),f=i;export{i as IconBuildingBlocks,f 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=\"M18.9459 5.14781L15.4323 3.28769C14.5459 2.81842 14.1027 2.58378 13.6375 2.50175C13.2258 2.42917 12.8036 2.4434 12.3978 2.54355C11.9391 2.65673 11.5127 2.92069 10.6599 3.4486L4.7735 7.0926C3.94381 7.60621 3.52897 7.86302 3.22793 8.21216C2.96151 8.52116 2.76091 8.88126 2.63841 9.27044C2.5 9.71017 2.5 10.1981 2.5 11.1739V14.2547C2.5 15.2553 2.5 15.7556 2.64458 16.2043C2.77251 16.6013 2.98184 16.9673 3.25918 17.2788C3.57262 17.631 4.00385 17.8846 4.8663 18.3919L8.40692 20.4747C9.34748 21.0279 9.81776 21.3046 10.3167 21.4035C10.7579 21.491 11.2131 21.4782 11.6487 21.366C12.1412 21.2392 12.5952 20.9365 13.5032 20.3312L19.3626 16.425C20.144 15.904 20.5348 15.6435 20.8176 15.2993C21.0681 14.9946 21.2559 14.6436 21.3705 14.2662C21.5 13.8399 21.5 13.3703 21.5 12.4311V9.38999C21.5 8.33943 21.5 7.81415 21.3428 7.34784C21.2037 6.93538 20.9766 6.55812 20.6771 6.24225C20.3386 5.88513 19.8743 5.63935 18.9459 5.14781Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 8.79477L11 13.5007L21 6.83398\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 21.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 12.75L11 17.75L21.5 10.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,s5BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconShield2:()=>f,default:()=>h});module.exports=g(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(i.Path,{d:"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;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 d=\"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,mQACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...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 s=o=>t.createElement(e,{...o},t.createElement(a,{d:"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s as IconShield2,P 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 d=\"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,mQACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 m=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of f(r))!B.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(C=L(r,n))||C.enumerable});return o};var i=(o,r,e)=>(e=o!=null?m(k(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconShieldCode:()=>d,default:()=>P});module.exports=x(g);var t=i(require("react"));var u=i(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...e})=>u.default.createElement(l.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 s=require("react-native-svg"),d=o=>t.default.createElement(c,{...o},t.default.createElement(s.Path,{d:"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M10 9.5L7.5 12L10 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M14 14.5L16.5 12L14 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;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 d=\"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 9.5L7.5 12L10 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 14.5L16.5 12L14 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,mQACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{d:"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M10 9.5L7.5 12L10 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M14 14.5L16.5 12L14 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconShieldCode,B 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 d=\"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 9.5L7.5 12L10 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 14.5L16.5 12L14 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,mQACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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-outlined-radius-3-stroke-1",
|
|
4467
4467
|
"componentName": "IconBugFace"
|
|
4468
4468
|
},
|
|
4469
|
+
{
|
|
4470
|
+
"category": "Things",
|
|
4471
|
+
"svg": "<path d=\"M18.9459 5.14781L15.4323 3.28769C14.5459 2.81842 14.1027 2.58378 13.6375 2.50175C13.2258 2.42917 12.8036 2.4434 12.3978 2.54355C11.9391 2.65673 11.5127 2.92069 10.6599 3.4486L4.7735 7.0926C3.94381 7.60621 3.52897 7.86302 3.22793 8.21216C2.96151 8.52116 2.76091 8.88126 2.63841 9.27044C2.5 9.71017 2.5 10.1981 2.5 11.1739V14.2547C2.5 15.2553 2.5 15.7556 2.64458 16.2043C2.77251 16.6013 2.98184 16.9673 3.25918 17.2788C3.57262 17.631 4.00385 17.8846 4.8663 18.3919L8.40692 20.4747C9.34748 21.0279 9.81776 21.3046 10.3167 21.4035C10.7579 21.491 11.2131 21.4782 11.6487 21.366C12.1412 21.2392 12.5952 20.9365 13.5032 20.3312L19.3626 16.425C20.144 15.904 20.5348 15.6435 20.8176 15.2993C21.0681 14.9946 21.2559 14.6436 21.3705 14.2662C21.5 13.8399 21.5 13.3703 21.5 12.4311V9.38999C21.5 8.33943 21.5 7.81415 21.3428 7.34784C21.2037 6.93538 20.9766 6.55812 20.6771 6.24225C20.3386 5.88513 19.8743 5.63935 18.9459 5.14781Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 8.79477L11 13.5007L21 6.83398\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 21.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 12.75L11 17.75L21.5 10.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
4472
|
+
"iconName": "building-blocks, skills, stack",
|
|
4473
|
+
"variant": {
|
|
4474
|
+
"join": "round",
|
|
4475
|
+
"filled": "off",
|
|
4476
|
+
"radius": "3",
|
|
4477
|
+
"stroke": "1"
|
|
4478
|
+
},
|
|
4479
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
4480
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
4481
|
+
"componentName": "IconBuildingBlocks"
|
|
4482
|
+
},
|
|
4469
4483
|
{
|
|
4470
4484
|
"category": "Building",
|
|
4471
4485
|
"svg": "<path d=\"M10.5 8.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 12.5H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 7.5H17.5C19.1569 7.5 20.5 8.84315 20.5 10.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 19.5V6.5C3.5 4.84315 4.84315 3.5 6.5 3.5H11.5C13.1569 3.5 14.5 4.84315 14.5 6.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.5 19.5H1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -19404,6 +19418,20 @@
|
|
|
19404
19418
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
19405
19419
|
"componentName": "IconShield"
|
|
19406
19420
|
},
|
|
19421
|
+
{
|
|
19422
|
+
"category": "Security",
|
|
19423
|
+
"svg": "<path d=\"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19424
|
+
"iconName": "shield-2, safety, privacy",
|
|
19425
|
+
"variant": {
|
|
19426
|
+
"join": "round",
|
|
19427
|
+
"filled": "off",
|
|
19428
|
+
"radius": "3",
|
|
19429
|
+
"stroke": "1"
|
|
19430
|
+
},
|
|
19431
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19432
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
19433
|
+
"componentName": "IconShield2"
|
|
19434
|
+
},
|
|
19407
19435
|
{
|
|
19408
19436
|
"category": "Security",
|
|
19409
19437
|
"svg": "<path d=\"M3.77274 5.3877V5.3877C3.60771 5.45565 3.5 5.61648 3.5 5.79496V13C3.5 17.6944 7.30558 21.5 12 21.5C14.9471 21.5 17.5438 20.0002 19.0686 17.7222M6 4.47059L12 2L20.5 5.5V13C20.5 13.8701 20.3693 14.7096 20.1264 15.5M1.5 3.5L19.0686 17.7222M22.5 20.5L19.0686 17.7222\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
@@ -19460,6 +19488,20 @@
|
|
|
19460
19488
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
19461
19489
|
"componentName": "IconShieldCheck3"
|
|
19462
19490
|
},
|
|
19491
|
+
{
|
|
19492
|
+
"category": "Security",
|
|
19493
|
+
"svg": "<path d=\"M3.5 7.50908C3.5 6.29341 4.23365 5.19791 5.35775 4.73504L10.8578 2.47034C11.5894 2.16905 12.4106 2.16905 13.1423 2.47034L18.6422 4.73504C19.7664 5.19791 20.5 6.29341 20.5 7.50908V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V7.50908Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 9.5L7.5 12L10 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 14.5L16.5 12L14 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19494
|
+
"iconName": "shield-code, sandbox",
|
|
19495
|
+
"variant": {
|
|
19496
|
+
"join": "round",
|
|
19497
|
+
"filled": "off",
|
|
19498
|
+
"radius": "3",
|
|
19499
|
+
"stroke": "1"
|
|
19500
|
+
},
|
|
19501
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19502
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
19503
|
+
"componentName": "IconShieldCode"
|
|
19504
|
+
},
|
|
19463
19505
|
{
|
|
19464
19506
|
"category": "Security",
|
|
19465
19507
|
"svg": "<path d=\"M14.4758 13.9995L11.9882 11.5001M11.9882 11.5001L9.5 9.00026M11.9882 11.5001L14.4758 9.00048M11.9882 11.5001L9.5 14.0003M20.5 11.9123V6.70499C20.5 5.83761 19.9409 5.0691 19.1156 4.8021L12.6156 2.69916C12.2154 2.56968 11.7846 2.56968 11.3844 2.69916L4.88436 4.8021C4.0591 5.0691 3.5 5.83761 3.5 6.70499V11.9123C3.5 16.8848 8 19.5 12 21.6579C16 19.5 20.5 16.8848 20.5 11.9123Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.116",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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";
|