@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.114 → 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 B=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!V.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=i(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(I(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconBuildingBlocks:()=>f,default:()=>P});module.exports=x(v);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),L=({children:r,size:o=24,...t})=>s.default.createElement(C.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),f=r=>p.default.createElement(L,{...r},p.default.createElement(c.Path,{d:"M2 18L10 22.5V19.5L2 15.0616V18ZM12 19.5V22.537L22 15.5V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L13 1L3 7.5Z",fill:"currentColor"})),P=f;0&&(module.exports={IconBuildingBlocks});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBuildingBlocks/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBuildingBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 18L10 22.5V19.5L2 15.0616V18ZM12 19.5V22.537L22 15.5V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L13 1L3 7.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBuildingBlocks;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yKACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBuildingBlocks_exports","__export","IconBuildingBlocks","IconBuildingBlocks_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBuildingBlocks","props","React","CentralIconBase","IconBuildingBlocks_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 l}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(l,{d:"M2 18L10 22.5V19.5L2 15.0616V18ZM12 19.5V22.537L22 15.5V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L13 1L3 7.5Z",fill:"currentColor"})),V=m;export{m as IconBuildingBlocks,V as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBuildingBlocks/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBuildingBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 18L10 22.5V19.5L2 15.0616V18ZM12 19.5V22.537L22 15.5V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L13 1L3 7.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBuildingBlocks;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,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 IconHammer2: FC<CentralIconBaseProps>;
4
+ export default IconHammer2;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconHammer2:()=>c,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),L=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>C.default.createElement(L,{...r},C.default.createElement(p.Path,{d:"M12.5001 14.9997L7.25013 20.2497C6.28363 21.2162 4.71662 21.2162 3.75013 20.2497C2.78389 19.2832 2.78373 17.7162 3.75013 16.7497L9.00013 11.4997L12.5001 14.9997Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M7.79017 2.2722C9.99792 1.79841 12.0698 1.82405 13.9552 2.46751C15.8483 3.1137 17.4758 4.35711 18.8283 6.18724C18.9314 6.32686 19.0234 6.44982 19.1222 6.62767C19.4978 7.30367 19.4974 8.03101 19.5167 8.42552C19.5396 8.89218 19.5797 9.0743 19.6896 9.2263C19.7513 9.31167 19.816 9.37912 19.9074 9.46849H20.9142L22.9142 11.4685L17.5001 16.8826L15.5001 14.8826V14.4685C15.5001 14.0815 15.1462 13.7912 14.7667 13.8669L13.6681 14.0867L9.92396 10.3025L10.0158 9.79173C10.2665 8.39284 10.1538 7.5243 9.81068 6.86986C9.45797 6.19724 8.77453 5.57972 7.51185 4.87279L7.00013 4.58665V2.44212L7.79017 2.2722Z",fill:"currentColor"})),v=c;0&&(module.exports={IconHammer2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHammer2/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 IconHammer2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5001 14.9997L7.25013 20.2497C6.28363 21.2162 4.71662 21.2162 3.75013 20.2497C2.78389 19.2832 2.78373 17.7162 3.75013 16.7497L9.00013 11.4997L12.5001 14.9997Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.79017 2.2722C9.99792 1.79841 12.0698 1.82405 13.9552 2.46751C15.8483 3.1137 17.4758 4.35711 18.8283 6.18724C18.9314 6.32686 19.0234 6.44982 19.1222 6.62767C19.4978 7.30367 19.4974 8.03101 19.5167 8.42552C19.5396 8.89218 19.5797 9.0743 19.6896 9.2263C19.7513 9.31167 19.816 9.37912 19.9074 9.46849H20.9142L22.9142 11.4685L17.5001 16.8826L15.5001 14.8826V14.4685C15.5001 14.0815 15.1462 13.7912 14.7667 13.8669L13.6681 14.0867L9.92396 10.3025L10.0158 9.79173C10.2665 8.39284 10.1538 7.5243 9.81068 6.86986C9.45797 6.19724 8.77453 5.57972 7.51185 4.87279L7.00013 4.58665V2.44212L7.79017 2.2722Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHammer2;\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,oKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qlBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHammer2_exports","__export","IconHammer2","IconHammer2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHammer2","props","React","CentralIconBase","IconHammer2_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:o,size:r=24,...C})=>p.createElement(l,{...C,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M12.5001 14.9997L7.25013 20.2497C6.28363 21.2162 4.71662 21.2162 3.75013 20.2497C2.78389 19.2832 2.78373 17.7162 3.75013 16.7497L9.00013 11.4997L12.5001 14.9997Z",fill:"currentColor"}),t.createElement(n,{d:"M7.79017 2.2722C9.99792 1.79841 12.0698 1.82405 13.9552 2.46751C15.8483 3.1137 17.4758 4.35711 18.8283 6.18724C18.9314 6.32686 19.0234 6.44982 19.1222 6.62767C19.4978 7.30367 19.4974 8.03101 19.5167 8.42552C19.5396 8.89218 19.5797 9.0743 19.6896 9.2263C19.7513 9.31167 19.816 9.37912 19.9074 9.46849H20.9142L22.9142 11.4685L17.5001 16.8826L15.5001 14.8826V14.4685C15.5001 14.0815 15.1462 13.7912 14.7667 13.8669L13.6681 14.0867L9.92396 10.3025L10.0158 9.79173C10.2665 8.39284 10.1538 7.5243 9.81068 6.86986C9.45797 6.19724 8.77453 5.57972 7.51185 4.87279L7.00013 4.58665V2.44212L7.79017 2.2722Z",fill:"currentColor"})),x=a;export{a as IconHammer2,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHammer2/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 IconHammer2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5001 14.9997L7.25013 20.2497C6.28363 21.2162 4.71662 21.2162 3.75013 20.2497C2.78389 19.2832 2.78373 17.7162 3.75013 16.7497L9.00013 11.4997L12.5001 14.9997Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.79017 2.2722C9.99792 1.79841 12.0698 1.82405 13.9552 2.46751C15.8483 3.1137 17.4758 4.35711 18.8283 6.18724C18.9314 6.32686 19.0234 6.44982 19.1222 6.62767C19.4978 7.30367 19.4974 8.03101 19.5167 8.42552C19.5396 8.89218 19.5797 9.0743 19.6896 9.2263C19.7513 9.31167 19.816 9.37912 19.9074 9.46849H20.9142L22.9142 11.4685L17.5001 16.8826L15.5001 14.8826V14.4685C15.5001 14.0815 15.1462 13.7912 14.7667 13.8669L13.6681 14.0867L9.92396 10.3025L10.0158 9.79173C10.2665 8.39284 10.1538 7.5243 9.81068 6.86986C9.45797 6.19724 8.77453 5.57972 7.51185 4.87279L7.00013 4.58665V2.44212L7.79017 2.2722Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHammer2;\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,oKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qlBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHammer2","props","React","CentralIconBase","IconHammer2_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})},a=(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 C=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconShield2:()=>i,default:()=>g});module.exports=P(h);var p=C(require("react"));var m=C(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:"M21 5.34595L12 1.40845L3 5.34595V13C3 17.9705 7.02944 22 12 22C16.9706 22 21 17.9705 21 13V5.34595Z",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=\"M21 5.34595L12 1.40845L3 5.34595V13C3 17.9705 7.02944 22 12 22C16.9706 22 21 17.9705 21 13V5.34595Z\"\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,sGACF,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 a}from"react-native-svg";var C=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5.34595L12 1.40845L3 5.34595V13C3 17.9705 7.02944 22 12 22C16.9706 22 21 17.9705 21 13V5.34595Z",fill:"currentColor"})),v=C;export{C 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=\"M21 5.34595L12 1.40845L3 5.34595V13C3 17.9705 7.02944 22 12 22C16.9706 22 21 17.9705 21 13V5.34595Z\"\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,sGACF,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 i=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})},a=(o,r,e,l)=>{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:!(l=d(r,t))||l.enumerable});return o};var C=(o,r,e)=>(e=o!=null?i(B(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconShieldCode:()=>f,default:()=>P});module.exports=x(g);var p=C(require("react"));var L=C(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>L.default.createElement(m.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 c=require("react-native-svg"),f=o=>p.default.createElement(s,{...o},p.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5.34668V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.34668L12 1.4082L21 5.34668ZM6.33594 12L9.75 15.4141L11.1641 14L9.16406 12L11.1641 10L9.75 8.58594L6.33594 12ZM12.8359 10L14.8359 12L12.8359 14L14.25 15.4141L17.6641 12L14.25 8.58594L12.8359 10Z",fill:"currentColor"})),P=f;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=\"M21 5.34668V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.34668L12 1.4082L21 5.34668ZM6.33594 12L9.75 15.4141L11.1641 14L9.16406 12L11.1641 10L9.75 8.58594L6.33594 12ZM12.8359 10L14.8359 12L12.8359 14L14.25 15.4141L17.6641 12L14.25 8.58594L12.8359 10Z\"\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,2QACF,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 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 a}from"react-native-svg";var C=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5.34668V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.34668L12 1.4082L21 5.34668ZM6.33594 12L9.75 15.4141L11.1641 14L9.16406 12L11.1641 10L9.75 8.58594L6.33594 12ZM12.8359 10L14.8359 12L12.8359 14L14.25 15.4141L17.6641 12L14.25 8.58594L12.8359 10Z",fill:"currentColor"})),I=C;export{C 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=\"M21 5.34668V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.34668L12 1.4082L21 5.34668ZM6.33594 12L9.75 15.4141L11.1641 14L9.16406 12L11.1641 10L9.75 8.58594L6.33594 12ZM12.8359 10L14.8359 12L12.8359 14L14.25 15.4141L17.6641 12L14.25 8.58594L12.8359 10Z\"\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,2QACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShieldCode","props","React","CentralIconBase","IconShieldCode_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTrashRounded: FC<CentralIconBaseProps>;
4
+ export default IconTrashRounded;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0})},l=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!v.call(o,e)&&e!==C&&n(o,e,{get:()=>r[e],enumerable:!(p=i(r,e))||p.enumerable});return o};var a=(o,r,C)=>(C=o!=null?d(I(o)):{},l(r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconTrashRounded:()=>u,default:()=>g});module.exports=P(h);var t=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...C})=>m.default.createElement(s.Svg,{...C,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"),u=o=>t.default.createElement(c,{...o},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z",fill:"currentColor"})),g=u;0&&(module.exports={IconTrashRounded});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTrashRounded/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 IconTrashRounded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrashRounded;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wqCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTrashRounded_exports","__export","IconTrashRounded","IconTrashRounded_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrashRounded","props","React","CentralIconBase","IconTrashRounded_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...n})=>t.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=>e.createElement(C,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z",fill:"currentColor"})),v=a;export{a as IconTrashRounded,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTrashRounded/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 IconTrashRounded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrashRounded;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wqCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrashRounded","props","React","CentralIconBase","IconTrashRounded_default"]}
package/README.md CHANGED
@@ -455,6 +455,7 @@ Below is a complete list of available icons:
455
455
  - IconDraft
456
456
  - IconForkCode
457
457
  - IconHammer
458
+ - IconHammer2
458
459
  - IconHook
459
460
  - IconLadybug
460
461
  - IconPullRequest
@@ -1140,6 +1141,7 @@ Below is a complete list of available icons:
1140
1141
  - IconTrashCanSimple
1141
1142
  - IconTrashPaper
1142
1143
  - IconTrashPermanently
1144
+ - IconTrashRounded
1143
1145
  - IconUnarchiv
1144
1146
  - IconUnpin
1145
1147
  - IconUntrash
@@ -1408,10 +1410,12 @@ Below is a complete list of available icons:
1408
1410
  - IconPasswordStars
1409
1411
  - IconSafeSimple
1410
1412
  - IconShield
1413
+ - IconShield2
1411
1414
  - IconShieldBreak
1412
1415
  - IconShieldCheck
1413
1416
  - IconShieldCheck2
1414
1417
  - IconShieldCheck3
1418
+ - IconShieldCode
1415
1419
  - IconShieldCrossed
1416
1420
  - IconShieldKeyhole
1417
1421
  - IconSiren
@@ -1738,6 +1742,7 @@ Below is a complete list of available icons:
1738
1742
  - IconBooks
1739
1743
  - IconBronceMedal
1740
1744
  - IconBroom
1745
+ - IconBuildingBlocks
1741
1746
  - IconCap
1742
1747
  - IconCelebrate
1743
1748
  - IconCirclesThree
@@ -4466,6 +4466,20 @@
4466
4466
  "packageName": "square-filled-radius-0-stroke-2",
4467
4467
  "componentName": "IconBugFace"
4468
4468
  },
4469
+ {
4470
+ "category": "Things",
4471
+ "svg": "<path d=\"M2 18L10 22.5V19.5L2 15.0616V18ZM12 19.5V22.537L22 15.5V12.5L12 19.5ZM2 12.6676L10 17.0158V14L2 9.5404V12.6676ZM12 14V17L22 10V7L12 14ZM3 7.5L11 12L21 5.5L13 1L3 7.5Z\" fill=\"currentColor\"/>",
4472
+ "iconName": "building-blocks, skills, stack",
4473
+ "variant": {
4474
+ "join": "square",
4475
+ "filled": "on",
4476
+ "radius": "0",
4477
+ "stroke": "2"
4478
+ },
4479
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
4480
+ "packageName": "square-filled-radius-0-stroke-2",
4481
+ "componentName": "IconBuildingBlocks"
4482
+ },
4469
4483
  {
4470
4484
  "category": "Building",
4471
4485
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 20V18H21V7H16V18H15V3H3V18H1V20H23ZM11 8H7V10H11V8ZM11 12H7V14H11V12Z\" fill=\"currentColor\"/>",
@@ -12208,6 +12222,20 @@
12208
12222
  "packageName": "square-filled-radius-0-stroke-2",
12209
12223
  "componentName": "IconHammer"
12210
12224
  },
12225
+ {
12226
+ "category": "Code",
12227
+ "svg": "<path d=\"M12.5001 14.9997L7.25013 20.2497C6.28363 21.2162 4.71662 21.2162 3.75013 20.2497C2.78389 19.2832 2.78373 17.7162 3.75013 16.7497L9.00013 11.4997L12.5001 14.9997Z\" fill=\"currentColor\"/><path d=\"M7.79017 2.2722C9.99792 1.79841 12.0698 1.82405 13.9552 2.46751C15.8483 3.1137 17.4758 4.35711 18.8283 6.18724C18.9314 6.32686 19.0234 6.44982 19.1222 6.62767C19.4978 7.30367 19.4974 8.03101 19.5167 8.42552C19.5396 8.89218 19.5797 9.0743 19.6896 9.2263C19.7513 9.31167 19.816 9.37912 19.9074 9.46849H20.9142L22.9142 11.4685L17.5001 16.8826L15.5001 14.8826V14.4685C15.5001 14.0815 15.1462 13.7912 14.7667 13.8669L13.6681 14.0867L9.92396 10.3025L10.0158 9.79173C10.2665 8.39284 10.1538 7.5243 9.81068 6.86986C9.45797 6.19724 8.77453 5.57972 7.51185 4.87279L7.00013 4.58665V2.44212L7.79017 2.2722Z\" fill=\"currentColor\"/>",
12228
+ "iconName": "hammer-2, crafting, building",
12229
+ "variant": {
12230
+ "join": "square",
12231
+ "filled": "on",
12232
+ "radius": "0",
12233
+ "stroke": "2"
12234
+ },
12235
+ "createdAt": "2026-02-02T13:00:24.339591+00:00",
12236
+ "packageName": "square-filled-radius-0-stroke-2",
12237
+ "componentName": "IconHammer2"
12238
+ },
12211
12239
  {
12212
12240
  "category": "Hands",
12213
12241
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.8936 2C12.9731 2 12.2269 2.74619 12.2269 3.66667V10.3333H11.1158V4.77778C11.1158 3.8573 10.3696 3.11111 9.44916 3.11111C8.52869 3.11111 7.7825 3.8573 7.7825 4.77778V12.7857L5.81194 10.8151C5.10953 10.1127 3.95252 10.1768 3.33198 10.9525L2.88281 11.5139L6.0967 17.9417C7.34029 20.4289 9.8824 22 12.6632 22C16.7178 22 20.0047 18.7131 20.0047 14.6585V5.61111C20.0047 4.69064 19.2585 3.94444 18.3381 3.94444C17.4176 3.94444 16.6714 4.69064 16.6714 5.61111V11.1667H15.5603V3.66667C15.5603 2.74619 14.8141 2 13.8936 2Z\" fill=\"currentColor\"/>",
@@ -19390,6 +19418,20 @@
19390
19418
  "packageName": "square-filled-radius-0-stroke-2",
19391
19419
  "componentName": "IconShield"
19392
19420
  },
19421
+ {
19422
+ "category": "Security",
19423
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 5.34595L12 1.40845L3 5.34595V13C3 17.9705 7.02944 22 12 22C16.9706 22 21 17.9705 21 13V5.34595Z\" fill=\"currentColor\"/>",
19424
+ "iconName": "shield-2, safety, privacy",
19425
+ "variant": {
19426
+ "join": "square",
19427
+ "filled": "on",
19428
+ "radius": "0",
19429
+ "stroke": "2"
19430
+ },
19431
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
19432
+ "packageName": "square-filled-radius-0-stroke-2",
19433
+ "componentName": "IconShield2"
19434
+ },
19393
19435
  {
19394
19436
  "category": "Security",
19395
19437
  "svg": "<path d=\"M18.8887 18.7921L22.1555 21.4055L23.4049 19.8438L1.84314 2.59439L0.59375 4.15613L3 6.08113V13C3 17.9705 7.02944 22 12 22C14.7644 22 17.2378 20.7536 18.8887 18.7921Z\" fill=\"currentColor\"/><path d=\"M21 13C21 13.7409 20.9105 14.461 20.7416 15.1499L6.54694 3.79416L12 1.40845L21 5.34595V13Z\" fill=\"currentColor\"/>",
@@ -19446,6 +19488,20 @@
19446
19488
  "packageName": "square-filled-radius-0-stroke-2",
19447
19489
  "componentName": "IconShieldCheck3"
19448
19490
  },
19491
+ {
19492
+ "category": "Security",
19493
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 5.34668V13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13V5.34668L12 1.4082L21 5.34668ZM6.33594 12L9.75 15.4141L11.1641 14L9.16406 12L11.1641 10L9.75 8.58594L6.33594 12ZM12.8359 10L14.8359 12L12.8359 14L14.25 15.4141L17.6641 12L14.25 8.58594L12.8359 10Z\" fill=\"currentColor\"/>",
19494
+ "iconName": "shield-code, sandbox",
19495
+ "variant": {
19496
+ "join": "square",
19497
+ "filled": "on",
19498
+ "radius": "0",
19499
+ "stroke": "2"
19500
+ },
19501
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
19502
+ "packageName": "square-filled-radius-0-stroke-2",
19503
+ "componentName": "IconShieldCode"
19504
+ },
19449
19505
  {
19450
19506
  "category": "Security",
19451
19507
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 5.03613L12 1.94238L21 5.03613V11.9122C21 14.7189 19.8511 16.7416 18.1875 18.3166C16.6151 19.8052 14.5552 20.916 12.6319 21.9531L12 22.294L11.3681 21.9531C9.44484 20.916 7.38493 19.8053 5.8125 18.3166C4.14891 16.7416 3 14.7189 3 11.9122V5.03613ZM15.4144 13.4999L14.0002 14.9141L12.0002 12.9141L10.0002 14.9141L8.58594 13.4999L10.5859 11.4999L8.58594 9.49991L10.0002 8.08569L12.0002 10.0857L14.0002 8.08569L15.4144 9.49991L13.4144 11.4999L15.4144 13.4999Z\" fill=\"currentColor\"/>",
@@ -22694,6 +22750,20 @@
22694
22750
  "packageName": "square-filled-radius-0-stroke-2",
22695
22751
  "componentName": "IconTrashPermanently"
22696
22752
  },
22753
+ {
22754
+ "category": "Interface General",
22755
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z\" fill=\"currentColor\"/>",
22756
+ "iconName": "trash-rounded, delete, remove",
22757
+ "variant": {
22758
+ "join": "square",
22759
+ "filled": "on",
22760
+ "radius": "0",
22761
+ "stroke": "2"
22762
+ },
22763
+ "createdAt": "2026-02-02T13:00:24.339591+00:00",
22764
+ "packageName": "square-filled-radius-0-stroke-2",
22765
+ "componentName": "IconTrashRounded"
22766
+ },
22697
22767
  {
22698
22768
  "category": "Things",
22699
22769
  "svg": "<path d=\"M22 20H18V12H22V20Z\" fill=\"currentColor\"/><path d=\"M22 10H18V4C20.2091 4 22 5.79086 22 8V10Z\" fill=\"currentColor\"/><path d=\"M16 10V4H8V10H11V9H13V10H16Z\" fill=\"currentColor\"/><path d=\"M11 12V13H13V12H16V20H8V12H11Z\" fill=\"currentColor\"/><path d=\"M6 4V10H2V8C2 5.79086 3.79086 4 6 4Z\" fill=\"currentColor\"/><path d=\"M6 12V20H2V12H6Z\" 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"
@@ -871,6 +872,7 @@ export type CentralIconName =
871
872
  | "IconH2"
872
873
  | "IconH3"
873
874
  | "IconHammer"
875
+ | "IconHammer2"
874
876
  | "IconHand4Finger"
875
877
  | "IconHand5Finger"
876
878
  | "IconHandBell"
@@ -1384,10 +1386,12 @@ export type CentralIconName =
1384
1386
  | "IconShareOs"
1385
1387
  | "IconShareScreen"
1386
1388
  | "IconShield"
1389
+ | "IconShield2"
1387
1390
  | "IconShieldBreak"
1388
1391
  | "IconShieldCheck"
1389
1392
  | "IconShieldCheck2"
1390
1393
  | "IconShieldCheck3"
1394
+ | "IconShieldCode"
1391
1395
  | "IconShieldCrossed"
1392
1396
  | "IconShieldKeyhole"
1393
1397
  | "IconShift"
@@ -1620,6 +1624,7 @@ export type CentralIconName =
1620
1624
  | "IconTrashCanSimple"
1621
1625
  | "IconTrashPaper"
1622
1626
  | "IconTrashPermanently"
1627
+ | "IconTrashRounded"
1623
1628
  | "IconTreasure"
1624
1629
  | "IconTree"
1625
1630
  | "IconTrending1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.114",
3
+ "version": "1.1.116",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1745,
14
+ "totalIcons": 1750,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 67,
@@ -296,7 +296,7 @@
296
296
  ]
297
297
  },
298
298
  "Code": {
299
- "count": 52,
299
+ "count": 53,
300
300
  "icons": [
301
301
  "IconAgent",
302
302
  "IconAnchor",
@@ -337,6 +337,7 @@
337
337
  "IconDraft",
338
338
  "IconForkCode",
339
339
  "IconHammer",
340
+ "IconHammer2",
340
341
  "IconHook",
341
342
  "IconLadybug",
342
343
  "IconPullRequest",
@@ -876,7 +877,7 @@
876
877
  ]
877
878
  },
878
879
  "Interface General": {
879
- "count": 179,
880
+ "count": 180,
880
881
  "icons": [
881
882
  "IconAnchor1",
882
883
  "IconAnchor2",
@@ -1048,6 +1049,7 @@
1048
1049
  "IconTrashCanSimple",
1049
1050
  "IconTrashPaper",
1050
1051
  "IconTrashPermanently",
1052
+ "IconTrashRounded",
1051
1053
  "IconUnarchiv",
1052
1054
  "IconUnpin",
1053
1055
  "IconUntrash",
@@ -1310,7 +1312,7 @@
1310
1312
  ]
1311
1313
  },
1312
1314
  "Security": {
1313
- "count": 28,
1315
+ "count": 30,
1314
1316
  "icons": [
1315
1317
  "IconAnonymous",
1316
1318
  "IconAsterisk",
@@ -1330,10 +1332,12 @@
1330
1332
  "IconPasswordStars",
1331
1333
  "IconSafeSimple",
1332
1334
  "IconShield",
1335
+ "IconShield2",
1333
1336
  "IconShieldBreak",
1334
1337
  "IconShieldCheck",
1335
1338
  "IconShieldCheck2",
1336
1339
  "IconShieldCheck3",
1340
+ "IconShieldCode",
1337
1341
  "IconShieldCrossed",
1338
1342
  "IconShieldKeyhole",
1339
1343
  "IconSiren",
@@ -1655,7 +1659,7 @@
1655
1659
  ]
1656
1660
  },
1657
1661
  "Things": {
1658
- "count": 119,
1662
+ "count": 120,
1659
1663
  "icons": [
1660
1664
  "IconAnvil",
1661
1665
  "IconBackpack",
@@ -1672,6 +1676,7 @@
1672
1676
  "IconBooks",
1673
1677
  "IconBronceMedal",
1674
1678
  "IconBroom",
1679
+ "IconBuildingBlocks",
1675
1680
  "IconCap",
1676
1681
  "IconCelebrate",
1677
1682
  "IconCirclesThree",
@@ -2264,6 +2269,7 @@
2264
2269
  "IconBucket": "bucket, trash, can",
2265
2270
  "IconBug": "bug, issue",
2266
2271
  "IconBugFace": "bug-face, issue",
2272
+ "IconBuildingBlocks": "building-blocks, skills, stack",
2267
2273
  "IconBuildings": "buildings, company, workspace",
2268
2274
  "IconBulletList": "bullet-list",
2269
2275
  "IconBun": "bun",
@@ -2817,6 +2823,7 @@
2817
2823
  "IconH2": "h2, heading, headline",
2818
2824
  "IconH3": "h3, heading, headline",
2819
2825
  "IconHammer": "hammer, craft, build",
2826
+ "IconHammer2": "hammer-2, crafting, building",
2820
2827
  "IconHand4Finger": "hand-4-finger, select",
2821
2828
  "IconHand5Finger": "hand-5-finger, select",
2822
2829
  "IconHandBell": "hand-bell",
@@ -3330,10 +3337,12 @@
3330
3337
  "IconShareOs": "share-os",
3331
3338
  "IconShareScreen": "share-screen, screen-sharing",
3332
3339
  "IconShield": "shield, security, protection",
3340
+ "IconShield2": "shield-2, safety, privacy",
3333
3341
  "IconShieldBreak": "shield-break, not-secure",
3334
3342
  "IconShieldCheck": "shield-check, security, protection",
3335
3343
  "IconShieldCheck2": "shield-check-2, protect, security, check",
3336
3344
  "IconShieldCheck3": "shield-check-3, check",
3345
+ "IconShieldCode": "shield-code, sandbox",
3337
3346
  "IconShieldCrossed": "shield-crossed, security, protection",
3338
3347
  "IconShieldKeyhole": "shield-keyhole",
3339
3348
  "IconShift": "shift",
@@ -3566,6 +3575,7 @@
3566
3575
  "IconTrashCanSimple": "trash-can-simple, delete, remove, garbage, waste",
3567
3576
  "IconTrashPaper": "trash-paper",
3568
3577
  "IconTrashPermanently": "trash-permanently, remove",
3578
+ "IconTrashRounded": "trash-rounded, delete, remove",
3569
3579
  "IconTreasure": "treasure, chest",
3570
3580
  "IconTree": "tree",
3571
3581
  "IconTrending1": "trending-1, trends",
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";
@@ -870,6 +871,7 @@ export { IconH1, default as IconH1Default } from "./IconH1";
870
871
  export { IconH2, default as IconH2Default } from "./IconH2";
871
872
  export { IconH3, default as IconH3Default } from "./IconH3";
872
873
  export { IconHammer, default as IconHammerDefault } from "./IconHammer";
874
+ export { IconHammer2, default as IconHammer2Default } from "./IconHammer2";
873
875
  export { IconHand4Finger, default as IconHand4FingerDefault, } from "./IconHand4Finger";
874
876
  export { IconHand5Finger, default as IconHand5FingerDefault, } from "./IconHand5Finger";
875
877
  export { IconHandBell, default as IconHandBellDefault } from "./IconHandBell";
@@ -1383,10 +1385,12 @@ export { IconShareArrowDown, default as IconShareArrowDownDefault, } from "./Ico
1383
1385
  export { IconShareOs, default as IconShareOsDefault } from "./IconShareOs";
1384
1386
  export { IconShareScreen, default as IconShareScreenDefault, } from "./IconShareScreen";
1385
1387
  export { IconShield, default as IconShieldDefault } from "./IconShield";
1388
+ export { IconShield2, default as IconShield2Default } from "./IconShield2";
1386
1389
  export { IconShieldBreak, default as IconShieldBreakDefault, } from "./IconShieldBreak";
1387
1390
  export { IconShieldCheck, default as IconShieldCheckDefault, } from "./IconShieldCheck";
1388
1391
  export { IconShieldCheck2, default as IconShieldCheck2Default, } from "./IconShieldCheck2";
1389
1392
  export { IconShieldCheck3, default as IconShieldCheck3Default, } from "./IconShieldCheck3";
1393
+ export { IconShieldCode, default as IconShieldCodeDefault, } from "./IconShieldCode";
1390
1394
  export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconShieldCrossed";
1391
1395
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
1392
1396
  export { IconShift, default as IconShiftDefault } from "./IconShift";
@@ -1619,6 +1623,7 @@ export { IconTrashCan, default as IconTrashCanDefault } from "./IconTrashCan";
1619
1623
  export { IconTrashCanSimple, default as IconTrashCanSimpleDefault, } from "./IconTrashCanSimple";
1620
1624
  export { IconTrashPaper, default as IconTrashPaperDefault, } from "./IconTrashPaper";
1621
1625
  export { IconTrashPermanently, default as IconTrashPermanentlyDefault, } from "./IconTrashPermanently";
1626
+ export { IconTrashRounded, default as IconTrashRoundedDefault, } from "./IconTrashRounded";
1622
1627
  export { IconTreasure, default as IconTreasureDefault } from "./IconTreasure";
1623
1628
  export { IconTree, default as IconTreeDefault } from "./IconTree";
1624
1629
  export { IconTrending1, default as IconTrending1Default, } from "./IconTrending1";