@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.116 → 1.1.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconAgenticCoding/index.d.ts +4 -0
- package/IconAgenticCoding/index.js +2 -0
- package/IconAgenticCoding/index.js.map +1 -0
- package/IconAgenticCoding/index.mjs +2 -0
- package/IconAgenticCoding/index.mjs.map +1 -0
- package/IconMegaphone2/index.d.ts +4 -0
- package/IconMegaphone2/index.js +2 -0
- package/IconMegaphone2/index.js.map +1 -0
- package/IconMegaphone2/index.mjs +2 -0
- package/IconMegaphone2/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==e&&C(r,s,{get:()=>o[s],enumerable:!(i=a(o,s))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?c(f(r)):{},p(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(C({},"__esModule",{value:!0}),r);var x={};g(x,{IconAgenticCoding:()=>l,default:()=>I});module.exports=B(x);var n=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),L=({children:r,size:o=24,...e})=>u.default.createElement(k.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 t=require("react-native-svg"),l=r=>n.default.createElement(L,{...r},n.default.createElement(t.Path,{d:"M4 6H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M16 6L20 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4 12H5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9 12H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4 18H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z",fill:"currentColor"})),I=l;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=\"M4 6H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 6L20 6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 12H5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 12H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 18H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z\"\n fill=\"currentColor\"\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,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ooBACF,KAAK,eACP,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 r from"react";import C from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:o=24,...s})=>C.createElement(i,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var p=n=>r.createElement(t,{...n},r.createElement(e,{d:"M4 6H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M16 6L20 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4 12H5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M9 12H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4 18H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z",fill:"currentColor"})),h=p;export{p as IconAgenticCoding,h 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=\"M4 6H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 6L20 6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 12H5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 12H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 18H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z\"\n fill=\"currentColor\"\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,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ooBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAgenticCoding","props","React","CentralIconBase","IconAgenticCoding_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of L(r))!h.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(i=m(r,t))||i.enumerable});return o};var d=(o,r,e)=>(e=o!=null?l(f(o)):{},C(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>C(p({},"__esModule",{value:!0}),o);var x={};B(x,{IconMegaphone2:()=>c,default:()=>g});module.exports=I(x);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({children:o,size:r=24,...e})=>u.default.createElement(a.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"),c=o=>n.default.createElement(k,{...o},n.default.createElement(s.Path,{d:"M10 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M18 4L10 8V15L18 19V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M12 16.5V21H8V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=c;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 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 4L10 8V15L18 19V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V21H8V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,iEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,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 p from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:o=24,...s})=>p.createElement(i,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var C=n=>r.createElement(t,{...n},r.createElement(e,{d:"M10 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M18 4L10 8V15L18 19V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 16.5V21H8V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=C;export{C as IconMegaphone2,h 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 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 4L10 8V15L18 19V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V21H8V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,iEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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
|
package/filtered-icons.json
CHANGED
|
@@ -182,6 +182,20 @@
|
|
|
182
182
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
183
183
|
"componentName": "IconAgent"
|
|
184
184
|
},
|
|
185
|
+
{
|
|
186
|
+
"category": "Code",
|
|
187
|
+
"svg": "<path d=\"M4 6H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 6L20 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 12H5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 12H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 18H9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z\" fill=\"currentColor\"/>",
|
|
188
|
+
"iconName": "agentic-coding, ai-code, vibe-code",
|
|
189
|
+
"variant": {
|
|
190
|
+
"join": "round",
|
|
191
|
+
"filled": "off",
|
|
192
|
+
"radius": "0",
|
|
193
|
+
"stroke": "2"
|
|
194
|
+
},
|
|
195
|
+
"createdAt": "2026-02-04T09:00:55.535949+00:00",
|
|
196
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
197
|
+
"componentName": "IconAgenticCoding"
|
|
198
|
+
},
|
|
185
199
|
{
|
|
186
200
|
"category": "Devices & Signals",
|
|
187
201
|
"svg": "<path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 19.4845C19.412 17.8699 21 15.1204 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 15.1204 4.58803 17.8699 7 19.4845\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 16.0004C7.78555 15.0882 7 13.6358 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 13.6358 16.2144 15.0882 15 16.0004\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -14868,6 +14882,20 @@
|
|
|
14868
14882
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
14869
14883
|
"componentName": "IconMegaphone"
|
|
14870
14884
|
},
|
|
14885
|
+
{
|
|
14886
|
+
"category": "Sound & Music",
|
|
14887
|
+
"svg": "<path d=\"M10 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 4L10 8V15L18 19V4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16.5V21H8V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
14888
|
+
"iconName": "megaphone-2, loud, speak, promote, feedback",
|
|
14889
|
+
"variant": {
|
|
14890
|
+
"join": "round",
|
|
14891
|
+
"filled": "off",
|
|
14892
|
+
"radius": "0",
|
|
14893
|
+
"stroke": "2"
|
|
14894
|
+
},
|
|
14895
|
+
"createdAt": "2026-02-04T09:00:55.535949+00:00",
|
|
14896
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
14897
|
+
"componentName": "IconMegaphone2"
|
|
14898
|
+
},
|
|
14871
14899
|
{
|
|
14872
14900
|
"category": "Sound & Music",
|
|
14873
14901
|
"svg": "<path d=\"M12.0013 19V21M12.0013 19C8.32307 19 6.14811 16.7451 5.01562 15M12.0013 19C15.6795 19 17.8545 16.7451 18.987 15M16.0013 7V11C16.0013 13.2091 14.2104 15 12.0013 15C9.79215 15 8.00129 13.2091 8.00129 11V7C8.00129 4.79086 9.79215 3 12.0013 3C14.2104 3 16.0013 4.79086 16.0013 7Z\" stroke=\"currentColor\" stroke-width=\"2\" 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"
|
|
@@ -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/round-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.118",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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":
|
|
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":
|
|
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":
|
|
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";
|