@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.115 → 1.1.117

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 IconAgenticCoding: FC<CentralIconBaseProps>;
4
+ export default IconAgenticCoding;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var C=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var n in r)C(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of m(r))!g.call(o,s)&&s!==n&&C(o,s,{get:()=>r[s],enumerable:!(p=l(r,s))||p.enumerable});return o};var u=(o,r,n)=>(n=o!=null?a(f(o)):{},i(r||!o||!o.__esModule?C(n,"default",{value:o,enumerable:!0}):n,o)),I=o=>i(C({},"__esModule",{value:!0}),o);var P={};B(P,{IconAgenticCoding:()=>c,default:()=>x});module.exports=I(P);var e=u(require("react"));var L=u(require("react")),d=require("react-native-svg"),k=({children:o,size:r=24,...n})=>L.default.createElement(d.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 t=require("react-native-svg"),c=o=>e.default.createElement(k,{...o},e.default.createElement(t.Path,{d:"M3.5 5.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15.5 5.5L20.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.5 11.5H5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.5 11.5L12.5 11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.5 17.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M19.2559 13.5954L18.6115 11.92C18.5142 11.667 18.2711 11.5 18 11.5C17.7289 11.5 17.4858 11.667 17.3885 11.92L16.7441 13.5954C16.5409 14.1235 16.1235 14.5409 15.5954 14.7441L13.92 15.3885C13.667 15.4858 13.5 15.7289 13.5 16C13.5 16.2711 13.667 16.5142 13.92 16.6115L15.5954 17.2559C16.1235 17.4591 16.5409 17.8765 16.7441 18.4046L17.3885 20.08C17.4858 20.333 17.7289 20.5 18 20.5C18.2711 20.5 18.5142 20.333 18.6115 20.08L19.2559 18.4046C19.4591 17.8765 19.8765 17.4591 20.4046 17.2559L22.08 16.6115C22.333 16.5142 22.5 16.2711 22.5 16C22.5 15.7289 22.333 15.4858 22.08 15.3885L20.4046 14.7441C19.8765 14.5409 19.4591 14.1235 19.2559 13.5954Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconAgenticCoding});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAgenticCoding/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 IconAgenticCoding: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 5.5L20.5 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 11.5H5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 11.5L12.5 11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 17.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.2559 13.5954L18.6115 11.92C18.5142 11.667 18.2711 11.5 18 11.5C17.7289 11.5 17.4858 11.667 17.3885 11.92L16.7441 13.5954C16.5409 14.1235 16.1235 14.5409 15.5954 14.7441L13.92 15.3885C13.667 15.4858 13.5 15.7289 13.5 16C13.5 16.2711 13.667 16.5142 13.92 16.6115L15.5954 17.2559C16.1235 17.4591 16.5409 17.8765 16.7441 18.4046L17.3885 20.08C17.4858 20.333 17.7289 20.5 18 20.5C18.2711 20.5 18.5142 20.333 18.6115 20.08L19.2559 18.4046C19.4591 17.8765 19.8765 17.4591 20.4046 17.2559L22.08 16.6115C22.333 16.5142 22.5 16.2711 22.5 16C22.5 15.7289 22.333 15.4858 22.08 15.3885L20.4046 14.7441C19.8765 14.5409 19.4591 14.1235 19.2559 13.5954Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgenticCoding;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,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,sBACF,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,ooBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconAgenticCoding_exports","__export","IconAgenticCoding","IconAgenticCoding_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAgenticCoding","props","React","CentralIconBase","IconAgenticCoding_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...s})=>C.createElement(p,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M3.5 5.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M15.5 5.5L20.5 5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.5 11.5H5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M8.5 11.5L12.5 11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.5 17.5H9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M19.2559 13.5954L18.6115 11.92C18.5142 11.667 18.2711 11.5 18 11.5C17.7289 11.5 17.4858 11.667 17.3885 11.92L16.7441 13.5954C16.5409 14.1235 16.1235 14.5409 15.5954 14.7441L13.92 15.3885C13.667 15.4858 13.5 15.7289 13.5 16C13.5 16.2711 13.667 16.5142 13.92 16.6115L15.5954 17.2559C16.1235 17.4591 16.5409 17.8765 16.7441 18.4046L17.3885 20.08C17.4858 20.333 17.7289 20.5 18 20.5C18.2711 20.5 18.5142 20.333 18.6115 20.08L19.2559 18.4046C19.4591 17.8765 19.8765 17.4591 20.4046 17.2559L22.08 16.6115C22.333 16.5142 22.5 16.2711 22.5 16C22.5 15.7289 22.333 15.4858 22.08 15.3885L20.4046 14.7441C19.8765 14.5409 19.4591 14.1235 19.2559 13.5954Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=i;export{i as IconAgenticCoding,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAgenticCoding/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 IconAgenticCoding: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 5.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 5.5L20.5 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 11.5H5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 11.5L12.5 11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 17.5H9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.2559 13.5954L18.6115 11.92C18.5142 11.667 18.2711 11.5 18 11.5C17.7289 11.5 17.4858 11.667 17.3885 11.92L16.7441 13.5954C16.5409 14.1235 16.1235 14.5409 15.5954 14.7441L13.92 15.3885C13.667 15.4858 13.5 15.7289 13.5 16C13.5 16.2711 13.667 16.5142 13.92 16.6115L15.5954 17.2559C16.1235 17.4591 16.5409 17.8765 16.7441 18.4046L17.3885 20.08C17.4858 20.333 17.7289 20.5 18 20.5C18.2711 20.5 18.5142 20.333 18.6115 20.08L19.2559 18.4046C19.4591 17.8765 19.8765 17.4591 20.4046 17.2559L22.08 16.6115C22.333 16.5142 22.5 16.2711 22.5 16C22.5 15.7289 22.333 15.4858 22.08 15.3885L20.4046 14.7441C19.8765 14.5409 19.4591 14.1235 19.2559 13.5954Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgenticCoding;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,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,sBACF,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,ooBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAgenticCoding","props","React","CentralIconBase","IconAgenticCoding_default"]}
@@ -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 IconMegaphone2: FC<CentralIconBaseProps>;
4
+ export default IconMegaphone2;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)s(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of L(r))!B.call(o,t)&&t!==n&&s(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var u=(o,r,n)=>(n=o!=null?m(f(o)):{},i(r||!o||!o.__esModule?s(n,"default",{value:o,enumerable:!0}):n,o)),g=o=>i(s({},"__esModule",{value:!0}),o);var P={};I(P,{IconMegaphone2:()=>l,default:()=>x});module.exports=g(P);var e=u(require("react"));var a=u(require("react")),c=require("react-native-svg"),d=({children:o,size:r=24,...n})=>a.default.createElement(c.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 p=require("react-native-svg"),l=o=>e.default.createElement(d,{...o},e.default.createElement(p.Path,{d:"M10.5 7.5H6C3.79086 7.5 2 9.29086 2 11.5C2 13.7091 3.79086 15.5 6 15.5H10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M18.5 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M17.0097 3.83827L10.5 7.5V15.5L17.0528 18.7764C17.7177 19.1088 18.5 18.6253 18.5 17.882V4.70985C18.5 3.94502 17.6763 3.46331 17.0097 3.83827Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M12.5 16.5V19.5C12.5 20.6046 11.6046 21.5 10.5 21.5C9.39543 21.5 8.5 20.6046 8.5 19.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;0&&(module.exports={IconMegaphone2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMegaphone2/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 IconMegaphone2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 7.5H6C3.79086 7.5 2 9.29086 2 11.5C2 13.7091 3.79086 15.5 6 15.5H10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.0097 3.83827L10.5 7.5V15.5L17.0528 18.7764C17.7177 19.1088 18.5 18.6253 18.5 17.882V4.70985C18.5 3.94502 17.6763 3.46331 17.0097 3.83827Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.5 16.5V19.5C12.5 20.6046 11.6046 21.5 10.5 21.5C9.39543 21.5 8.5 20.6046 8.5 19.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMegaphone2;\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,8EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMegaphone2_exports","__export","IconMegaphone2","IconMegaphone2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMegaphone2","props","React","CentralIconBase","IconMegaphone2_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 i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M10.5 7.5H6C3.79086 7.5 2 9.29086 2 11.5C2 13.7091 3.79086 15.5 6 15.5H10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M18.5 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M17.0097 3.83827L10.5 7.5V15.5L17.0528 18.7764C17.7177 19.1088 18.5 18.6253 18.5 17.882V4.70985C18.5 3.94502 17.6763 3.46331 17.0097 3.83827Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12.5 16.5V19.5C12.5 20.6046 11.6046 21.5 10.5 21.5C9.39543 21.5 8.5 20.6046 8.5 19.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconMegaphone2,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMegaphone2/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 IconMegaphone2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 7.5H6C3.79086 7.5 2 9.29086 2 11.5C2 13.7091 3.79086 15.5 6 15.5H10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.0097 3.83827L10.5 7.5V15.5L17.0528 18.7764C17.7177 19.1088 18.5 18.6253 18.5 17.882V4.70985C18.5 3.94502 17.6763 3.46331 17.0097 3.83827Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.5 16.5V19.5C12.5 20.6046 11.6046 21.5 10.5 21.5C9.39543 21.5 8.5 20.6046 8.5 19.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMegaphone2;\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,8EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMegaphone2","props","React","CentralIconBase","IconMegaphone2_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"]}
package/README.md CHANGED
@@ -417,6 +417,7 @@ Below is a complete list of available icons:
417
417
  ### Code
418
418
 
419
419
  - IconAgent
420
+ - IconAgenticCoding
420
421
  - IconAnchor
421
422
  - IconAnimation
422
423
  - IconAnimationAuto
@@ -1410,10 +1411,12 @@ Below is a complete list of available icons:
1410
1411
  - IconPasswordStars
1411
1412
  - IconSafeSimple
1412
1413
  - IconShield
1414
+ - IconShield2
1413
1415
  - IconShieldBreak
1414
1416
  - IconShieldCheck
1415
1417
  - IconShieldCheck2
1416
1418
  - IconShieldCheck3
1419
+ - IconShieldCode
1417
1420
  - IconShieldCrossed
1418
1421
  - IconShieldKeyhole
1419
1422
  - IconSiren
@@ -1641,6 +1644,7 @@ Below is a complete list of available icons:
1641
1644
  - IconHeadphones
1642
1645
  - IconKeyboard
1643
1646
  - IconMegaphone
1647
+ - IconMegaphone2
1644
1648
  - IconMicrophone
1645
1649
  - IconMicrophoneOff
1646
1650
  - IconMute
@@ -1740,6 +1744,7 @@ Below is a complete list of available icons:
1740
1744
  - IconBooks
1741
1745
  - IconBronceMedal
1742
1746
  - IconBroom
1747
+ - IconBuildingBlocks
1743
1748
  - IconCap
1744
1749
  - IconCelebrate
1745
1750
  - IconCirclesThree
@@ -182,6 +182,20 @@
182
182
  "packageName": "round-outlined-radius-2-stroke-1",
183
183
  "componentName": "IconAgent"
184
184
  },
185
+ {
186
+ "category": "Code",
187
+ "svg": "<path d=\"M3.5 5.5H12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 5.5L20.5 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 11.5H5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 11.5L12.5 11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 17.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.2559 13.5954L18.6115 11.92C18.5142 11.667 18.2711 11.5 18 11.5C17.7289 11.5 17.4858 11.667 17.3885 11.92L16.7441 13.5954C16.5409 14.1235 16.1235 14.5409 15.5954 14.7441L13.92 15.3885C13.667 15.4858 13.5 15.7289 13.5 16C13.5 16.2711 13.667 16.5142 13.92 16.6115L15.5954 17.2559C16.1235 17.4591 16.5409 17.8765 16.7441 18.4046L17.3885 20.08C17.4858 20.333 17.7289 20.5 18 20.5C18.2711 20.5 18.5142 20.333 18.6115 20.08L19.2559 18.4046C19.4591 17.8765 19.8765 17.4591 20.4046 17.2559L22.08 16.6115C22.333 16.5142 22.5 16.2711 22.5 16C22.5 15.7289 22.333 15.4858 22.08 15.3885L20.4046 14.7441C19.8765 14.5409 19.4591 14.1235 19.2559 13.5954Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
188
+ "iconName": "agentic-coding, ai-code, vibe-code",
189
+ "variant": {
190
+ "join": "round",
191
+ "filled": "off",
192
+ "radius": "2",
193
+ "stroke": "1"
194
+ },
195
+ "createdAt": "2026-02-04T09:00:55.535949+00:00",
196
+ "packageName": "round-outlined-radius-2-stroke-1",
197
+ "componentName": "IconAgenticCoding"
198
+ },
185
199
  {
186
200
  "category": "Devices & Signals",
187
201
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 11.5H11.5V12.5H12.5V11.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.7508 20.2286C19.5899 18.5859 21.5 15.516 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.516 4.41007 18.5859 7.24917 20.2286\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.24865 16.7634C7.60544 15.8122 6.5 14.0352 6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12C17.5 14.0352 16.3946 15.8122 14.7514 16.7634\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -4466,6 +4480,20 @@
4466
4480
  "packageName": "round-outlined-radius-2-stroke-1",
4467
4481
  "componentName": "IconBugFace"
4468
4482
  },
4483
+ {
4484
+ "category": "Things",
4485
+ "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\"/>",
4486
+ "iconName": "building-blocks, skills, stack",
4487
+ "variant": {
4488
+ "join": "round",
4489
+ "filled": "off",
4490
+ "radius": "2",
4491
+ "stroke": "1"
4492
+ },
4493
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
4494
+ "packageName": "round-outlined-radius-2-stroke-1",
4495
+ "componentName": "IconBuildingBlocks"
4496
+ },
4469
4497
  {
4470
4498
  "category": "Building",
4471
4499
  "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\"/>",
@@ -14854,6 +14882,20 @@
14854
14882
  "packageName": "round-outlined-radius-2-stroke-1",
14855
14883
  "componentName": "IconMegaphone"
14856
14884
  },
14885
+ {
14886
+ "category": "Sound & Music",
14887
+ "svg": "<path d=\"M10.5 7.5H6C3.79086 7.5 2 9.29086 2 11.5C2 13.7091 3.79086 15.5 6 15.5H10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.0097 3.83827L10.5 7.5V15.5L17.0528 18.7764C17.7177 19.1088 18.5 18.6253 18.5 17.882V4.70985C18.5 3.94502 17.6763 3.46331 17.0097 3.83827Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 16.5V19.5C12.5 20.6046 11.6046 21.5 10.5 21.5C9.39543 21.5 8.5 20.6046 8.5 19.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
14888
+ "iconName": "megaphone-2, loud, speak, promote, feedback",
14889
+ "variant": {
14890
+ "join": "round",
14891
+ "filled": "off",
14892
+ "radius": "2",
14893
+ "stroke": "1"
14894
+ },
14895
+ "createdAt": "2026-02-04T09:00:55.535949+00:00",
14896
+ "packageName": "round-outlined-radius-2-stroke-1",
14897
+ "componentName": "IconMegaphone2"
14898
+ },
14857
14899
  {
14858
14900
  "category": "Sound & Music",
14859
14901
  "svg": "<path d=\"M11.9999 19.5C15.4494 19.5 18.3551 17.1712 19.2303 14M11.9999 19.5C8.55038 19.5 5.64478 17.1712 4.76953 14M11.9999 19.5V21.5M11.9999 16.5C9.51463 16.5 7.49991 14.4853 7.49991 12V7C7.49991 4.51472 9.51463 2.5 11.9999 2.5C14.4852 2.5 16.4999 4.51472 16.4999 7V12C16.4999 14.4853 14.4852 16.5 11.9999 16.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -19404,6 +19446,20 @@
19404
19446
  "packageName": "round-outlined-radius-2-stroke-1",
19405
19447
  "componentName": "IconShield"
19406
19448
  },
19449
+ {
19450
+ "category": "Security",
19451
+ "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\"/>",
19452
+ "iconName": "shield-2, safety, privacy",
19453
+ "variant": {
19454
+ "join": "round",
19455
+ "filled": "off",
19456
+ "radius": "2",
19457
+ "stroke": "1"
19458
+ },
19459
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
19460
+ "packageName": "round-outlined-radius-2-stroke-1",
19461
+ "componentName": "IconShield2"
19462
+ },
19407
19463
  {
19408
19464
  "category": "Security",
19409
19465
  "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\"/>",
@@ -19460,6 +19516,20 @@
19460
19516
  "packageName": "round-outlined-radius-2-stroke-1",
19461
19517
  "componentName": "IconShieldCheck3"
19462
19518
  },
19519
+ {
19520
+ "category": "Security",
19521
+ "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\"/>",
19522
+ "iconName": "shield-code, sandbox",
19523
+ "variant": {
19524
+ "join": "round",
19525
+ "filled": "off",
19526
+ "radius": "2",
19527
+ "stroke": "1"
19528
+ },
19529
+ "createdAt": "2026-02-03T09:00:37.643272+00:00",
19530
+ "packageName": "round-outlined-radius-2-stroke-1",
19531
+ "componentName": "IconShieldCode"
19532
+ },
19463
19533
  {
19464
19534
  "category": "Security",
19465
19535
  "svg": "<path d=\"M14.4758 13.9995L11.9882 11.5001M11.9882 11.5001L9.5 9.00026M11.9882 11.5001L14.4758 9.00048M11.9882 11.5001L9.5 14.0003M20.5 11.9123V6.70499C20.5 5.83761 19.9409 5.0691 19.1156 4.8021L12.6156 2.69916C12.2154 2.56968 11.7846 2.56968 11.3844 2.69916L4.88436 4.8021C4.0591 5.0691 3.5 5.83761 3.5 6.70499V11.9123C3.5 16.8848 8 19.5 12 21.6579C16 19.5 20.5 16.8848 20.5 11.9123Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -12,6 +12,7 @@ export type CentralIconName =
12
12
  | "IconAdobeAcrobat"
13
13
  | "IconAffinity"
14
14
  | "IconAgent"
15
+ | "IconAgenticCoding"
15
16
  | "IconAirdrop"
16
17
  | "IconAirdrop2"
17
18
  | "IconAirplane"
@@ -318,6 +319,7 @@ export type CentralIconName =
318
319
  | "IconBucket"
319
320
  | "IconBug"
320
321
  | "IconBugFace"
322
+ | "IconBuildingBlocks"
321
323
  | "IconBuildings"
322
324
  | "IconBulletList"
323
325
  | "IconBun"
@@ -1060,6 +1062,7 @@ export type CentralIconName =
1060
1062
  | "IconMedicineTablett"
1061
1063
  | "IconMedium"
1062
1064
  | "IconMegaphone"
1065
+ | "IconMegaphone2"
1063
1066
  | "IconMicrophone"
1064
1067
  | "IconMicrophoneOff"
1065
1068
  | "IconMicrophoneSparkle"
@@ -1385,10 +1388,12 @@ export type CentralIconName =
1385
1388
  | "IconShareOs"
1386
1389
  | "IconShareScreen"
1387
1390
  | "IconShield"
1391
+ | "IconShield2"
1388
1392
  | "IconShieldBreak"
1389
1393
  | "IconShieldCheck"
1390
1394
  | "IconShieldCheck2"
1391
1395
  | "IconShieldCheck3"
1396
+ | "IconShieldCode"
1392
1397
  | "IconShieldCrossed"
1393
1398
  | "IconShieldKeyhole"
1394
1399
  | "IconShift"
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.115",
3
+ "version": "1.1.117",
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": 1747,
14
+ "totalIcons": 1752,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 67,
@@ -296,9 +296,10 @@
296
296
  ]
297
297
  },
298
298
  "Code": {
299
- "count": 53,
299
+ "count": 54,
300
300
  "icons": [
301
301
  "IconAgent",
302
+ "IconAgenticCoding",
302
303
  "IconAnchor",
303
304
  "IconAnimation",
304
305
  "IconAnimationAuto",
@@ -1312,7 +1313,7 @@
1312
1313
  ]
1313
1314
  },
1314
1315
  "Security": {
1315
- "count": 28,
1316
+ "count": 30,
1316
1317
  "icons": [
1317
1318
  "IconAnonymous",
1318
1319
  "IconAsterisk",
@@ -1332,10 +1333,12 @@
1332
1333
  "IconPasswordStars",
1333
1334
  "IconSafeSimple",
1334
1335
  "IconShield",
1336
+ "IconShield2",
1335
1337
  "IconShieldBreak",
1336
1338
  "IconShieldCheck",
1337
1339
  "IconShieldCheck2",
1338
1340
  "IconShieldCheck3",
1341
+ "IconShieldCode",
1339
1342
  "IconShieldCrossed",
1340
1343
  "IconShieldKeyhole",
1341
1344
  "IconSiren",
@@ -1551,7 +1554,7 @@
1551
1554
  ]
1552
1555
  },
1553
1556
  "Sound & Music": {
1554
- "count": 52,
1557
+ "count": 53,
1555
1558
  "icons": [
1556
1559
  "IconAirpodLeft",
1557
1560
  "IconAirpodRight",
@@ -1569,6 +1572,7 @@
1569
1572
  "IconHeadphones",
1570
1573
  "IconKeyboard",
1571
1574
  "IconMegaphone",
1575
+ "IconMegaphone2",
1572
1576
  "IconMicrophone",
1573
1577
  "IconMicrophoneOff",
1574
1578
  "IconMute",
@@ -1657,7 +1661,7 @@
1657
1661
  ]
1658
1662
  },
1659
1663
  "Things": {
1660
- "count": 119,
1664
+ "count": 120,
1661
1665
  "icons": [
1662
1666
  "IconAnvil",
1663
1667
  "IconBackpack",
@@ -1674,6 +1678,7 @@
1674
1678
  "IconBooks",
1675
1679
  "IconBronceMedal",
1676
1680
  "IconBroom",
1681
+ "IconBuildingBlocks",
1677
1682
  "IconCap",
1678
1683
  "IconCelebrate",
1679
1684
  "IconCirclesThree",
@@ -1960,6 +1965,7 @@
1960
1965
  "IconAdobeAcrobat": "adobe-acrobat",
1961
1966
  "IconAffinity": "affinity",
1962
1967
  "IconAgent": "agent, flow, diagram, org",
1968
+ "IconAgenticCoding": "agentic-coding, ai-code, vibe-code",
1963
1969
  "IconAirdrop": "airdrop, file-sharing, radar",
1964
1970
  "IconAirdrop2": "airdrop-2, free, drop, parachute",
1965
1971
  "IconAirplane": "airplane, flight",
@@ -2266,6 +2272,7 @@
2266
2272
  "IconBucket": "bucket, trash, can",
2267
2273
  "IconBug": "bug, issue",
2268
2274
  "IconBugFace": "bug-face, issue",
2275
+ "IconBuildingBlocks": "building-blocks, skills, stack",
2269
2276
  "IconBuildings": "buildings, company, workspace",
2270
2277
  "IconBulletList": "bullet-list",
2271
2278
  "IconBun": "bun",
@@ -3008,6 +3015,7 @@
3008
3015
  "IconMedicineTablett": "medicine-tablett, pill",
3009
3016
  "IconMedium": "medium",
3010
3017
  "IconMegaphone": "megaphone, loud, speak, promote, feedback",
3018
+ "IconMegaphone2": "megaphone-2, loud, speak, promote, feedback",
3011
3019
  "IconMicrophone": "microphone, mic, sound, podcast",
3012
3020
  "IconMicrophoneOff": "microphone-off",
3013
3021
  "IconMicrophoneSparkle": "microphone-sparkle, mic, sound, podcast",
@@ -3333,10 +3341,12 @@
3333
3341
  "IconShareOs": "share-os",
3334
3342
  "IconShareScreen": "share-screen, screen-sharing",
3335
3343
  "IconShield": "shield, security, protection",
3344
+ "IconShield2": "shield-2, safety, privacy",
3336
3345
  "IconShieldBreak": "shield-break, not-secure",
3337
3346
  "IconShieldCheck": "shield-check, security, protection",
3338
3347
  "IconShieldCheck2": "shield-check-2, protect, security, check",
3339
3348
  "IconShieldCheck3": "shield-check-3, check",
3349
+ "IconShieldCode": "shield-code, sandbox",
3340
3350
  "IconShieldCrossed": "shield-crossed, security, protection",
3341
3351
  "IconShieldKeyhole": "shield-keyhole",
3342
3352
  "IconShift": "shift",
package/index.d.ts CHANGED
@@ -11,6 +11,7 @@ export { IconAdjustPhoto, default as IconAdjustPhotoDefault, } from "./IconAdjus
11
11
  export { IconAdobeAcrobat, default as IconAdobeAcrobatDefault, } from "./IconAdobeAcrobat";
12
12
  export { IconAffinity, default as IconAffinityDefault } from "./IconAffinity";
13
13
  export { IconAgent, default as IconAgentDefault } from "./IconAgent";
14
+ export { IconAgenticCoding, default as IconAgenticCodingDefault, } from "./IconAgenticCoding";
14
15
  export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens";
15
16
  export { IconAiTranslate, default as IconAiTranslateDefault, } from "./IconAiTranslate";
16
17
  export { IconAirdrop, default as IconAirdropDefault } from "./IconAirdrop";
@@ -317,6 +318,7 @@ export { IconBubbles, default as IconBubblesDefault } from "./IconBubbles";
317
318
  export { IconBucket, default as IconBucketDefault } from "./IconBucket";
318
319
  export { IconBug, default as IconBugDefault } from "./IconBug";
319
320
  export { IconBugFace, default as IconBugFaceDefault } from "./IconBugFace";
321
+ export { IconBuildingBlocks, default as IconBuildingBlocksDefault, } from "./IconBuildingBlocks";
320
322
  export { IconBuildings, default as IconBuildingsDefault, } from "./IconBuildings";
321
323
  export { IconBulletList, default as IconBulletListDefault, } from "./IconBulletList";
322
324
  export { IconBun, default as IconBunDefault } from "./IconBun";
@@ -1059,6 +1061,7 @@ export { IconMedicinePill2, default as IconMedicinePill2Default, } from "./IconM
1059
1061
  export { IconMedicineTablett, default as IconMedicineTablettDefault, } from "./IconMedicineTablett";
1060
1062
  export { IconMedium, default as IconMediumDefault } from "./IconMedium";
1061
1063
  export { IconMegaphone, default as IconMegaphoneDefault, } from "./IconMegaphone";
1064
+ export { IconMegaphone2, default as IconMegaphone2Default, } from "./IconMegaphone2";
1062
1065
  export { IconMicrophone, default as IconMicrophoneDefault, } from "./IconMicrophone";
1063
1066
  export { IconMicrophoneOff, default as IconMicrophoneOffDefault, } from "./IconMicrophoneOff";
1064
1067
  export { IconMicrophoneSparkle, default as IconMicrophoneSparkleDefault, } from "./IconMicrophoneSparkle";
@@ -1384,10 +1387,12 @@ export { IconShareArrowDown, default as IconShareArrowDownDefault, } from "./Ico
1384
1387
  export { IconShareOs, default as IconShareOsDefault } from "./IconShareOs";
1385
1388
  export { IconShareScreen, default as IconShareScreenDefault, } from "./IconShareScreen";
1386
1389
  export { IconShield, default as IconShieldDefault } from "./IconShield";
1390
+ export { IconShield2, default as IconShield2Default } from "./IconShield2";
1387
1391
  export { IconShieldBreak, default as IconShieldBreakDefault, } from "./IconShieldBreak";
1388
1392
  export { IconShieldCheck, default as IconShieldCheckDefault, } from "./IconShieldCheck";
1389
1393
  export { IconShieldCheck2, default as IconShieldCheck2Default, } from "./IconShieldCheck2";
1390
1394
  export { IconShieldCheck3, default as IconShieldCheck3Default, } from "./IconShieldCheck3";
1395
+ export { IconShieldCode, default as IconShieldCodeDefault, } from "./IconShieldCode";
1391
1396
  export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconShieldCrossed";
1392
1397
  export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
1393
1398
  export { IconShift, default as IconShiftDefault } from "./IconShift";