@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.116 → 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 V=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of a(o))!g.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=c(o,l))||C.enumerable});return r};var i=(r,o,n)=>(n=r!=null?V(d(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>f(p({},"__esModule",{value:!0}),r);var x={};B(x,{IconAgenticCoding:()=>H,default:()=>L});module.exports=I(x);var t=i(require("react"));var m=i(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...n})=>m.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),H=r=>t.default.createElement(u,{...r},t.default.createElement(e.Path,{d:"M18.5 11L19.75 14.25L23 15.5V16.5L19.75 17.75L18.5 21H17.5L16.25 17.75L13 16.5V15.5L16.25 14.25L17.5 11H18.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M10 19H3V17H10V19Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M6 13H3V11H6V13Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M13 13H8V11H13V13Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M13 7H3V5H13V7Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 7H15V5H21V7Z",fill:"currentColor"})),L=H;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=\"M18.5 11L19.75 14.25L23 15.5V16.5L19.75 17.75L18.5 21H17.5L16.25 17.75L13 16.5V15.5L16.25 14.25L17.5 11H18.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M10 19H3V17H10V19Z\" fill=\"currentColor\" />\n <Path d=\"M6 13H3V11H6V13Z\" fill=\"currentColor\" />\n <Path d=\"M13 13H8V11H13V13Z\" fill=\"currentColor\" />\n <Path d=\"M13 7H3V5H13V7Z\" fill=\"currentColor\" />\n <Path d=\"M21 7H15V5H21V7Z\" fill=\"currentColor\" />\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,gHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,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 r from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:o=24,...l})=>p.createElement(C,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>r.createElement(e,{...t},r.createElement(n,{d:"M18.5 11L19.75 14.25L23 15.5V16.5L19.75 17.75L18.5 21H17.5L16.25 17.75L13 16.5V15.5L16.25 14.25L17.5 11H18.5Z",fill:"currentColor"}),r.createElement(n,{d:"M10 19H3V17H10V19Z",fill:"currentColor"}),r.createElement(n,{d:"M6 13H3V11H6V13Z",fill:"currentColor"}),r.createElement(n,{d:"M13 13H8V11H13V13Z",fill:"currentColor"}),r.createElement(n,{d:"M13 7H3V5H13V7Z",fill:"currentColor"}),r.createElement(n,{d:"M21 7H15V5H21V7Z",fill:"currentColor"})),g=f;export{f 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=\"M18.5 11L19.75 14.25L23 15.5V16.5L19.75 17.75L18.5 21H17.5L16.25 17.75L13 16.5V15.5L16.25 14.25L17.5 11H18.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M10 19H3V17H10V19Z\" fill=\"currentColor\" />\n <Path d=\"M6 13H3V11H6V13Z\" fill=\"currentColor\" />\n <Path d=\"M13 13H8V11H13V13Z\" fill=\"currentColor\" />\n <Path d=\"M13 7H3V5H13V7Z\" fill=\"currentColor\" />\n <Path d=\"M21 7H15V5H21V7Z\" fill=\"currentColor\" />\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,gHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/CG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,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 IconMegaphone2: FC<CentralIconBaseProps>;
4
+ export default IconMegaphone2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==n&&p(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>a(p({},"__esModule",{value:!0}),r);var h={};P(h,{IconMegaphone2:()=>i,default:()=>V});module.exports=d(h);var e=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...n})=>m.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(l.Path,{d:"M12.5 17.6768V22H7.5V16.5H10.1455L12.5 17.6768Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M18.5 19L10.5 15V7L18.5 3V19Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M9 15H5.5C3.29086 15 1.5 13.2091 1.5 11C1.5 8.79086 3.29086 7 5.5 7H9V15Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M20 9C21.3807 9 22.5 10.1193 22.5 11.5C22.5 12.8807 21.3807 14 20 14V9Z",fill:"currentColor"})),V=i;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=\"M12.5 17.6768V22H7.5V16.5H10.1455L12.5 17.6768Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 19L10.5 15V7L18.5 3V19Z\" fill=\"currentColor\" />\n <Path\n d=\"M9 15H5.5C3.29086 15 1.5 13.2091 1.5 11C1.5 8.79086 3.29086 7 5.5 7H9V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 9C21.3807 9 22.5 10.1193 22.5 11.5C22.5 12.8807 21.3807 14 20 14V9Z\"\n fill=\"currentColor\"\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,kDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,4EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0EACF,KAAK,eACP,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 o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...l})=>p.createElement(C,{...l,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 a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12.5 17.6768V22H7.5V16.5H10.1455L12.5 17.6768Z",fill:"currentColor"}),o.createElement(n,{d:"M18.5 19L10.5 15V7L18.5 3V19Z",fill:"currentColor"}),o.createElement(n,{d:"M9 15H5.5C3.29086 15 1.5 13.2091 1.5 11C1.5 8.79086 3.29086 7 5.5 7H9V15Z",fill:"currentColor"}),o.createElement(n,{d:"M20 9C21.3807 9 22.5 10.1193 22.5 11.5C22.5 12.8807 21.3807 14 20 14V9Z",fill:"currentColor"})),x=a;export{a as IconMegaphone2,x 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=\"M12.5 17.6768V22H7.5V16.5H10.1455L12.5 17.6768Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 19L10.5 15V7L18.5 3V19Z\" fill=\"currentColor\" />\n <Path\n d=\"M9 15H5.5C3.29086 15 1.5 13.2091 1.5 11C1.5 8.79086 3.29086 7 5.5 7H9V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 9C21.3807 9 22.5 10.1193 22.5 11.5C22.5 12.8807 21.3807 14 20 14V9Z\"\n fill=\"currentColor\"\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,kDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,4EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMegaphone2","props","React","CentralIconBase","IconMegaphone2_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
@@ -1643,6 +1644,7 @@ Below is a complete list of available icons:
1643
1644
  - IconHeadphones
1644
1645
  - IconKeyboard
1645
1646
  - IconMegaphone
1647
+ - IconMegaphone2
1646
1648
  - IconMicrophone
1647
1649
  - IconMicrophoneOff
1648
1650
  - IconMute
@@ -182,6 +182,20 @@
182
182
  "packageName": "square-filled-radius-0-stroke-2",
183
183
  "componentName": "IconAgent"
184
184
  },
185
+ {
186
+ "category": "Code",
187
+ "svg": "<path d=\"M18.5 11L19.75 14.25L23 15.5V16.5L19.75 17.75L18.5 21H17.5L16.25 17.75L13 16.5V15.5L16.25 14.25L17.5 11H18.5Z\" fill=\"currentColor\"/><path d=\"M10 19H3V17H10V19Z\" fill=\"currentColor\"/><path d=\"M6 13H3V11H6V13Z\" fill=\"currentColor\"/><path d=\"M13 13H8V11H13V13Z\" fill=\"currentColor\"/><path d=\"M13 7H3V5H13V7Z\" fill=\"currentColor\"/><path d=\"M21 7H15V5H21V7Z\" fill=\"currentColor\"/>",
188
+ "iconName": "agentic-coding, ai-code, vibe-code",
189
+ "variant": {
190
+ "join": "square",
191
+ "filled": "on",
192
+ "radius": "0",
193
+ "stroke": "2"
194
+ },
195
+ "createdAt": "2026-02-04T09:00:55.535949+00:00",
196
+ "packageName": "square-filled-radius-0-stroke-2",
197
+ "componentName": "IconAgenticCoding"
198
+ },
185
199
  {
186
200
  "category": "Devices & Signals",
187
201
  "svg": "<path d=\"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4C7.58172 4 4 7.58172 4 12C4 14.9597 5.60667 17.5452 8.00019 18.93L6.9986 20.6612C4.01258 18.9335 2 15.7024 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.7024 19.9874 18.9336 17.0014 20.6612L15.9998 18.9301C18.3933 17.5452 20 14.9597 20 12C20 7.58172 16.4183 4 12 4Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 8C9.79086 8 8 9.79086 8 12C8 13.4792 8.8024 14.7722 10.0005 15.4653L8.99889 17.1965C7.20831 16.1605 6 14.2219 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 14.2219 16.7917 16.1605 15.0011 17.1965L13.9995 15.4653C15.1976 14.7722 16 13.4792 16 12C16 9.79086 14.2091 8 12 8Z\" fill=\"currentColor\"/>",
@@ -14868,6 +14882,20 @@
14868
14882
  "packageName": "square-filled-radius-0-stroke-2",
14869
14883
  "componentName": "IconMegaphone"
14870
14884
  },
14885
+ {
14886
+ "category": "Sound & Music",
14887
+ "svg": "<path d=\"M12.5 17.6768V22H7.5V16.5H10.1455L12.5 17.6768Z\" fill=\"currentColor\"/><path d=\"M18.5 19L10.5 15V7L18.5 3V19Z\" fill=\"currentColor\"/><path d=\"M9 15H5.5C3.29086 15 1.5 13.2091 1.5 11C1.5 8.79086 3.29086 7 5.5 7H9V15Z\" fill=\"currentColor\"/><path d=\"M20 9C21.3807 9 22.5 10.1193 22.5 11.5C22.5 12.8807 21.3807 14 20 14V9Z\" fill=\"currentColor\"/>",
14888
+ "iconName": "megaphone-2, loud, speak, promote, feedback",
14889
+ "variant": {
14890
+ "join": "square",
14891
+ "filled": "on",
14892
+ "radius": "0",
14893
+ "stroke": "2"
14894
+ },
14895
+ "createdAt": "2026-02-04T09:00:55.535949+00:00",
14896
+ "packageName": "square-filled-radius-0-stroke-2",
14897
+ "componentName": "IconMegaphone2"
14898
+ },
14871
14899
  {
14872
14900
  "category": "Sound & Music",
14873
14901
  "svg": "<path d=\"M12.0017 2C9.24027 2 7.0017 4.23858 7.0017 7V11C7.0017 13.7614 9.24027 16 12.0017 16C14.7631 16 17.0017 13.7614 17.0017 11V7C17.0017 4.23858 14.7631 2 12.0017 2Z\" fill=\"currentColor\"/><path d=\"M5.85487 14.4556L5.31051 13.6168L3.63281 14.7055L4.17718 15.5444C5.30081 17.2758 7.44816 19.5784 11.0017 19.9488V22H13.0017V19.9488C16.5552 19.5784 18.7026 17.2758 19.8262 15.5444L20.3706 14.7055L18.6929 13.6168L18.1485 14.4556C17.1089 16.0576 15.2018 18 12.0017 18C8.80159 18 6.89449 16.0576 5.85487 14.4556Z\" fill=\"currentColor\"/>",
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"
@@ -1061,6 +1062,7 @@ export type CentralIconName =
1061
1062
  | "IconMedicineTablett"
1062
1063
  | "IconMedium"
1063
1064
  | "IconMegaphone"
1065
+ | "IconMegaphone2"
1064
1066
  | "IconMicrophone"
1065
1067
  | "IconMicrophoneOff"
1066
1068
  | "IconMicrophoneSparkle"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.116",
3
+ "version": "1.1.117",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1750,
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",
@@ -1553,7 +1554,7 @@
1553
1554
  ]
1554
1555
  },
1555
1556
  "Sound & Music": {
1556
- "count": 52,
1557
+ "count": 53,
1557
1558
  "icons": [
1558
1559
  "IconAirpodLeft",
1559
1560
  "IconAirpodRight",
@@ -1571,6 +1572,7 @@
1571
1572
  "IconHeadphones",
1572
1573
  "IconKeyboard",
1573
1574
  "IconMegaphone",
1575
+ "IconMegaphone2",
1574
1576
  "IconMicrophone",
1575
1577
  "IconMicrophoneOff",
1576
1578
  "IconMute",
@@ -1963,6 +1965,7 @@
1963
1965
  "IconAdobeAcrobat": "adobe-acrobat",
1964
1966
  "IconAffinity": "affinity",
1965
1967
  "IconAgent": "agent, flow, diagram, org",
1968
+ "IconAgenticCoding": "agentic-coding, ai-code, vibe-code",
1966
1969
  "IconAirdrop": "airdrop, file-sharing, radar",
1967
1970
  "IconAirdrop2": "airdrop-2, free, drop, parachute",
1968
1971
  "IconAirplane": "airplane, flight",
@@ -3012,6 +3015,7 @@
3012
3015
  "IconMedicineTablett": "medicine-tablett, pill",
3013
3016
  "IconMedium": "medium",
3014
3017
  "IconMegaphone": "megaphone, loud, speak, promote, feedback",
3018
+ "IconMegaphone2": "megaphone-2, loud, speak, promote, feedback",
3015
3019
  "IconMicrophone": "microphone, mic, sound, podcast",
3016
3020
  "IconMicrophoneOff": "microphone-off",
3017
3021
  "IconMicrophoneSparkle": "microphone-sparkle, mic, sound, podcast",
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";
@@ -1060,6 +1061,7 @@ export { IconMedicinePill2, default as IconMedicinePill2Default, } from "./IconM
1060
1061
  export { IconMedicineTablett, default as IconMedicineTablettDefault, } from "./IconMedicineTablett";
1061
1062
  export { IconMedium, default as IconMediumDefault } from "./IconMedium";
1062
1063
  export { IconMegaphone, default as IconMegaphoneDefault, } from "./IconMegaphone";
1064
+ export { IconMegaphone2, default as IconMegaphone2Default, } from "./IconMegaphone2";
1063
1065
  export { IconMicrophone, default as IconMicrophoneDefault, } from "./IconMicrophone";
1064
1066
  export { IconMicrophoneOff, default as IconMicrophoneOffDefault, } from "./IconMicrophoneOff";
1065
1067
  export { IconMicrophoneSparkle, default as IconMicrophoneSparkleDefault, } from "./IconMicrophoneSparkle";