@central-icons-react-native/round-outlined-radius-2-stroke-1 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 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})},L=(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 i=(o,r,n)=>(n=o!=null?d(B(o)):{},L(r||!o||!o.__esModule?p(n,"default",{value:o,enumerable:!0}):n,o)),g=o=>L(p({},"__esModule",{value:!0}),o);var P={};I(P,{IconBuildingBlocks:()=>c,default:()=>x});module.exports=g(P);var e=i(require("react"));var u=i(require("react")),a=require("react-native-svg"),l=({children:o,size:r=24,...n})=>u.default.createElement(a.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:"M19.7972 5.59854L14.6215 2.85846C14.0306 2.54561 13.7351 2.38919 13.425 2.3345C13.1506 2.28611 12.8691 2.2956 12.5985 2.36237C12.2928 2.43782 12.0085 2.61379 11.44 2.96573L11.44 2.96574L4.01567 7.56173C3.46254 7.90414 3.18598 8.07535 2.98529 8.30811C2.80767 8.51411 2.67394 8.75418 2.59227 9.01363C2.5 9.30678 2.5 9.63205 2.5 10.2826V15.1698C2.5 15.8368 2.5 16.1704 2.59639 16.4695C2.68167 16.7342 2.82122 16.9782 3.00612 17.1859C3.21508 17.4206 3.50256 17.5897 4.07753 17.928L4.07754 17.928L9.27128 20.9831L9.2713 20.9831C9.89833 21.352 10.2118 21.5364 10.5445 21.6024C10.8386 21.6607 11.1421 21.6522 11.4324 21.5774C11.7608 21.4928 12.0635 21.291 12.6688 20.8875L20.075 15.95L20.0751 15.95C20.596 15.6026 20.8565 15.429 21.0451 15.1996C21.212 14.9964 21.3373 14.7624 21.4137 14.5108C21.5 14.2266 21.5 13.9136 21.5 13.2874V8.42666C21.5 7.72629 21.5 7.3761 21.3952 7.06522C21.3025 6.79025 21.1511 6.53875 20.9514 6.32817C20.7257 6.09009 20.4162 5.92624 19.7973 5.59855L19.7972 5.59854Z",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=\"M19.7972 5.59854L14.6215 2.85846C14.0306 2.54561 13.7351 2.38919 13.425 2.3345C13.1506 2.28611 12.8691 2.2956 12.5985 2.36237C12.2928 2.43782 12.0085 2.61379 11.44 2.96573L11.44 2.96574L4.01567 7.56173C3.46254 7.90414 3.18598 8.07535 2.98529 8.30811C2.80767 8.51411 2.67394 8.75418 2.59227 9.01363C2.5 9.30678 2.5 9.63205 2.5 10.2826V15.1698C2.5 15.8368 2.5 16.1704 2.59639 16.4695C2.68167 16.7342 2.82122 16.9782 3.00612 17.1859C3.21508 17.4206 3.50256 17.5897 4.07753 17.928L4.07754 17.928L9.27128 20.9831L9.2713 20.9831C9.89833 21.352 10.2118 21.5364 10.5445 21.6024C10.8386 21.6607 11.1421 21.6522 11.4324 21.5774C11.7608 21.4928 12.0635 21.291 12.6688 20.8875L20.075 15.95L20.0751 15.95C20.596 15.6026 20.8565 15.429 21.0451 15.1996C21.212 14.9964 21.3373 14.7624 21.4137 14.5108C21.5 14.2266 21.5 13.9136 21.5 13.2874V8.42666C21.5 7.72629 21.5 7.3761 21.3952 7.06522C21.3025 6.79025 21.1511 6.53875 20.9514 6.32817C20.7257 6.09009 20.4162 5.92624 19.7973 5.59855L19.7972 5.59854Z\"\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,49BACF,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 L=e=>r.createElement(t,{...e},r.createElement(n,{d:"M19.7972 5.59854L14.6215 2.85846C14.0306 2.54561 13.7351 2.38919 13.425 2.3345C13.1506 2.28611 12.8691 2.2956 12.5985 2.36237C12.2928 2.43782 12.0085 2.61379 11.44 2.96573L11.44 2.96574L4.01567 7.56173C3.46254 7.90414 3.18598 8.07535 2.98529 8.30811C2.80767 8.51411 2.67394 8.75418 2.59227 9.01363C2.5 9.30678 2.5 9.63205 2.5 10.2826V15.1698C2.5 15.8368 2.5 16.1704 2.59639 16.4695C2.68167 16.7342 2.82122 16.9782 3.00612 17.1859C3.21508 17.4206 3.50256 17.5897 4.07753 17.928L4.07754 17.928L9.27128 20.9831L9.2713 20.9831C9.89833 21.352 10.2118 21.5364 10.5445 21.6024C10.8386 21.6607 11.1421 21.6522 11.4324 21.5774C11.7608 21.4928 12.0635 21.291 12.6688 20.8875L20.075 15.95L20.0751 15.95C20.596 15.6026 20.8565 15.429 21.0451 15.1996C21.212 14.9964 21.3373 14.7624 21.4137 14.5108C21.5 14.2266 21.5 13.9136 21.5 13.2874V8.42666C21.5 7.72629 21.5 7.3761 21.3952 7.06522C21.3025 6.79025 21.1511 6.53875 20.9514 6.32817C20.7257 6.09009 20.4162 5.92624 19.7973 5.59855L19.7972 5.59854Z",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=L;export{L 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=\"M19.7972 5.59854L14.6215 2.85846C14.0306 2.54561 13.7351 2.38919 13.425 2.3345C13.1506 2.28611 12.8691 2.2956 12.5985 2.36237C12.2928 2.43782 12.0085 2.61379 11.44 2.96573L11.44 2.96574L4.01567 7.56173C3.46254 7.90414 3.18598 8.07535 2.98529 8.30811C2.80767 8.51411 2.67394 8.75418 2.59227 9.01363C2.5 9.30678 2.5 9.63205 2.5 10.2826V15.1698C2.5 15.8368 2.5 16.1704 2.59639 16.4695C2.68167 16.7342 2.82122 16.9782 3.00612 17.1859C3.21508 17.4206 3.50256 17.5897 4.07753 17.928L4.07754 17.928L9.27128 20.9831L9.2713 20.9831C9.89833 21.352 10.2118 21.5364 10.5445 21.6024C10.8386 21.6607 11.1421 21.6522 11.4324 21.5774C11.7608 21.4928 12.0635 21.291 12.6688 20.8875L20.075 15.95L20.0751 15.95C20.596 15.6026 20.8565 15.429 21.0451 15.1996C21.212 14.9964 21.3373 14.7624 21.4137 14.5108C21.5 14.2266 21.5 13.9136 21.5 13.2874V8.42666C21.5 7.72629 21.5 7.3761 21.3952 7.06522C21.3025 6.79025 21.1511 6.53875 20.9514 6.32817C20.7257 6.09009 20.4162 5.92624 19.7973 5.59855L19.7972 5.59854Z\"\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,49BACF,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,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 f=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=L(o,n))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var k={};x(k,{IconHammer2:()=>u,default:()=>g});module.exports=P(k);var C=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.default.createElement(i.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 p=require("react-native-svg"),u=r=>C.default.createElement(l,{...r},C.default.createElement(p.Path,{d:"M10.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;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=\"M10.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,gJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 e from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(s,{...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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M10.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconHammer2,I 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=\"M10.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,gJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 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 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z",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 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\"\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,+PACF,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 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z",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 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\"\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,+PACF,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,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 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 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z",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 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\"\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,+PACF,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 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z",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 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\"\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,+PACF,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"]}
@@ -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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!d.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(P(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),i=r=>s(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconTrashRounded:()=>u,default:()=>h});module.exports=i(v);var C=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.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 p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M20.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z",stroke:"currentColor"}),C.default.createElement(p.Path,{d:"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25",stroke:"currentColor"})),h=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 d=\"M20.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25\"\n stroke=\"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,EAAE,uJACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mTACF,OAAO,eACT,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 t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(a,{...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 s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M20.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z",stroke:"currentColor"}),t.createElement(n,{d:"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25",stroke:"currentColor"})),d=s;export{s as IconTrashRounded,d 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 d=\"M20.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25\"\n stroke=\"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,EAAE,uJACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mTACF,OAAO,eACT,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": "round-outlined-radius-2-stroke-1",
4467
4467
  "componentName": "IconBugFace"
4468
4468
  },
4469
+ {
4470
+ "category": "Things",
4471
+ "svg": "<path d=\"M19.7972 5.59854L14.6215 2.85846C14.0306 2.54561 13.7351 2.38919 13.425 2.3345C13.1506 2.28611 12.8691 2.2956 12.5985 2.36237C12.2928 2.43782 12.0085 2.61379 11.44 2.96573L11.44 2.96574L4.01567 7.56173C3.46254 7.90414 3.18598 8.07535 2.98529 8.30811C2.80767 8.51411 2.67394 8.75418 2.59227 9.01363C2.5 9.30678 2.5 9.63205 2.5 10.2826V15.1698C2.5 15.8368 2.5 16.1704 2.59639 16.4695C2.68167 16.7342 2.82122 16.9782 3.00612 17.1859C3.21508 17.4206 3.50256 17.5897 4.07753 17.928L4.07754 17.928L9.27128 20.9831L9.2713 20.9831C9.89833 21.352 10.2118 21.5364 10.5445 21.6024C10.8386 21.6607 11.1421 21.6522 11.4324 21.5774C11.7608 21.4928 12.0635 21.291 12.6688 20.8875L20.075 15.95L20.0751 15.95C20.596 15.6026 20.8565 15.429 21.0451 15.1996C21.212 14.9964 21.3373 14.7624 21.4137 14.5108C21.5 14.2266 21.5 13.9136 21.5 13.2874V8.42666C21.5 7.72629 21.5 7.3761 21.3952 7.06522C21.3025 6.79025 21.1511 6.53875 20.9514 6.32817C20.7257 6.09009 20.4162 5.92624 19.7973 5.59855L19.7972 5.59854Z\" 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": "2",
4477
+ "stroke": "1"
4478
+ },
4479
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
4480
+ "packageName": "round-outlined-radius-2-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.5H18.5C19.6046 7.5 20.5 8.39543 20.5 9.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 19.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H12.5C13.6046 3.5 14.5 4.39543 14.5 5.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\"/>",
@@ -12208,6 +12222,20 @@
12208
12222
  "packageName": "round-outlined-radius-2-stroke-1",
12209
12223
  "componentName": "IconHammer"
12210
12224
  },
12225
+ {
12226
+ "category": "Code",
12227
+ "svg": "<path d=\"M10.6702 10.1934L4.06818 16.7954C3.2021 17.6615 3.2021 19.0657 4.06818 19.9318C4.93426 20.7978 6.33846 20.7978 7.20455 19.9318L13.819 13.3173\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.75 10.25L13.75 13.25L14.5332 13.1276C15.6346 12.9554 16.6297 13.8071 16.6297 14.9218C16.9703 15.2638 17.1407 15.4348 17.3319 15.5114C17.5706 15.607 17.8369 15.607 18.0756 15.5114C18.2668 15.4348 18.4371 15.2638 18.7778 14.9218L20.9259 12.7655C21.2719 12.4182 21.4449 12.2446 21.5208 12.0491C21.611 11.8164 21.611 11.5583 21.5208 11.3256C21.4449 11.1301 21.2719 10.9565 20.9259 10.6092H19.8519C19.6246 10.381 19.3739 10.1634 19.1852 9.90132C18.5392 9.00454 19.0223 7.9221 18.5073 6.99186C18.4398 6.86999 18.3819 6.79134 18.2661 6.63406C15.6758 3.11549 12.2102 1.94694 7.95999 2.73487C7.69105 2.78473 7.5 3.02241 7.5 3.29593C7.5 3.50575 7.61418 3.69859 7.79459 3.80573C10.4108 5.35928 11.3118 7.10459 10.75 10.25Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
12228
+ "iconName": "hammer-2, crafting, building",
12229
+ "variant": {
12230
+ "join": "round",
12231
+ "filled": "off",
12232
+ "radius": "2",
12233
+ "stroke": "1"
12234
+ },
12235
+ "createdAt": "2026-02-02T13:00:24.339591+00:00",
12236
+ "packageName": "round-outlined-radius-2-stroke-1",
12237
+ "componentName": "IconHammer2"
12238
+ },
12211
12239
  {
12212
12240
  "category": "Hands",
12213
12241
  "svg": "<path d=\"M15.5 7.25V6.25C15.5 5.14543 16.3954 4.25 17.5 4.25C18.6046 4.25 19.5 5.14543 19.5 6.25V10.25M19.5 10.5V14.3926C19.5 18.3179 16.3179 21.5 12.3926 21.5C9.70053 21.5 7.2395 19.979 6.03557 17.5711L3 11.5L3.6041 10.7449C4.34875 9.81406 5.73716 9.73716 6.58005 10.5801L7.5 11.5V9M7.5 9.75V5.5C7.5 4.39543 8.39543 3.5 9.5 3.5C10.6046 3.5 11.5 4.39543 11.5 5.5V10M11.5 7.5V4.5C11.5 3.39543 12.3954 2.5 13.5 2.5C14.6046 2.5 15.5 3.39543 15.5 4.5V10.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -19390,6 +19418,20 @@
19390
19418
  "packageName": "round-outlined-radius-2-stroke-1",
19391
19419
  "componentName": "IconShield"
19392
19420
  },
19421
+ {
19422
+ "category": "Security",
19423
+ "svg": "<path d=\"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
19424
+ "iconName": "shield-2, safety, privacy",
19425
+ "variant": {
19426
+ "join": "round",
19427
+ "filled": "off",
19428
+ "radius": "2",
19429
+ "stroke": "1"
19430
+ },
19431
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
19432
+ "packageName": "round-outlined-radius-2-stroke-1",
19433
+ "componentName": "IconShield2"
19434
+ },
19393
19435
  {
19394
19436
  "category": "Security",
19395
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.47059L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.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\"/>",
@@ -19446,6 +19488,20 @@
19446
19488
  "packageName": "round-outlined-radius-2-stroke-1",
19447
19489
  "componentName": "IconShieldCheck3"
19448
19490
  },
19491
+ {
19492
+ "category": "Security",
19493
+ "svg": "<path d=\"M3.5 6.83939C3.5 6.02894 3.9891 5.29861 4.7385 4.99003L11.2385 2.31356C11.7263 2.1127 12.2737 2.1127 12.7615 2.31356L19.2615 4.99003C20.0109 5.29861 20.5 6.02894 20.5 6.83939V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.83939Z\" 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": "2",
19499
+ "stroke": "1"
19500
+ },
19501
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
19502
+ "packageName": "round-outlined-radius-2-stroke-1",
19503
+ "componentName": "IconShieldCode"
19504
+ },
19449
19505
  {
19450
19506
  "category": "Security",
19451
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\"/>",
@@ -22694,6 +22750,20 @@
22694
22750
  "packageName": "round-outlined-radius-2-stroke-1",
22695
22751
  "componentName": "IconTrashPermanently"
22696
22752
  },
22753
+ {
22754
+ "category": "Interface General",
22755
+ "svg": "<path d=\"M20.5 5.25C20.5 6.63071 16.6944 7.75 12 7.75C7.30558 7.75 3.5 6.63071 3.5 5.25C3.5 3.86929 7.30558 2.75 12 2.75C16.6944 2.75 20.5 3.86929 20.5 5.25Z\" stroke=\"currentColor\"/><path d=\"M3.5 5.25L4.78569 14.9305C5.03336 16.7953 5.1572 17.7277 5.524 18.4686C6.11084 19.6538 7.14335 20.5582 8.39551 20.9839C9.17818 21.25 10.1188 21.25 12 21.25C13.8812 21.25 14.8218 21.25 15.6045 20.9839C16.8567 20.5582 17.8892 19.6538 18.476 18.4686C18.8428 17.7277 18.9666 16.7953 19.2143 14.9305L20.5 5.25\" stroke=\"currentColor\"/>",
22756
+ "iconName": "trash-rounded, delete, remove",
22757
+ "variant": {
22758
+ "join": "round",
22759
+ "filled": "off",
22760
+ "radius": "2",
22761
+ "stroke": "1"
22762
+ },
22763
+ "createdAt": "2026-02-02T13:00:24.339591+00:00",
22764
+ "packageName": "round-outlined-radius-2-stroke-1",
22765
+ "componentName": "IconTrashRounded"
22766
+ },
22697
22767
  {
22698
22768
  "category": "Things",
22699
22769
  "svg": "<path d=\"M6.5 4.5C4.29086 4.5 2.5 6.29086 2.5 8.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V8.5C21.5 6.29086 19.7091 4.5 17.5 4.5H6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 10.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 9.5V11.5\" 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"
@@ -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/round-outlined-radius-2-stroke-1",
3
- "version": "1.1.114",
3
+ "version": "1.1.116",
4
4
  "style": "round-outlined-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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": 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";