@central-icons-react-native/square-outlined-radius-0-stroke-1 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.
- 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 m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of d(o))!g.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=k(o,s))||a.enumerable});return r};var u=(r,o,e)=>(e=r!=null?m(f(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconAgenticCoding:()=>i,default:()=>x});module.exports=I(P);var t=u(require("react"));var c=u(require("react")),l=require("react-native-svg"),L=({children:r,size:o=24,...e})=>c.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 n=require("react-native-svg"),i=r=>t.default.createElement(L,{...r},t.default.createElement(n.Path,{d:"M3.5 5.5H12.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M15.5 5.5L20.5 5.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M3.5 11.5H5.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M8.5 11.5L12.5 11.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M3.5 17.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M18.45 11.5H17.55L16.425 14.425L13.5 15.55V16.45L16.425 17.575L17.55 20.5H18.45L19.575 17.575L22.5 16.45V15.55L19.575 14.425L18.45 11.5Z",stroke:"currentColor"})),x=i;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 d=\"M3.5 5.5H12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M15.5 5.5L20.5 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M3.5 11.5H5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M8.5 11.5L12.5 11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M3.5 17.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M18.45 11.5H17.55L16.425 14.425L13.5 15.55V16.45L16.425 17.575L17.55 20.5H18.45L19.575 17.575L22.5 16.45V15.55L19.575 14.425L18.45 11.5Z\"\n stroke=\"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,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QACC,EAAE,2IACF,OAAO,eACT,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 p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:o=24,...s})=>p.createElement(a,{...s,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 e}from"react-native-svg";var C=t=>r.createElement(n,{...t},r.createElement(e,{d:"M3.5 5.5H12.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M15.5 5.5L20.5 5.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M3.5 11.5H5.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M8.5 11.5L12.5 11.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M3.5 17.5H9.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M18.45 11.5H17.55L16.425 14.425L13.5 15.55V16.45L16.425 17.575L17.55 20.5H18.45L19.575 17.575L22.5 16.45V15.55L19.575 14.425L18.45 11.5Z",stroke:"currentColor"})),g=C;export{C 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 d=\"M3.5 5.5H12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M15.5 5.5L20.5 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M3.5 11.5H5.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M8.5 11.5L12.5 11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M3.5 17.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M18.45 11.5H17.55L16.425 14.425L13.5 15.55V16.45L16.425 17.575L17.55 20.5H18.45L19.575 17.575L22.5 16.45V15.55L19.575 14.425L18.45 11.5Z\"\n stroke=\"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,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CACC,EAAE,sBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CACC,EAAE,2IACF,OAAO,eACT,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 B=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of g(o))!P.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(s=I(o,n))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?B(x(r)):{},l(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),i=r=>l(C({},"__esModule",{value:!0}),r);var v={};d(v,{IconMegaphone2:()=>f,default:()=>h});module.exports=i(v);var t=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),f=r=>t.default.createElement(u,{...r},t.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"}),t.default.createElement(p.Path,{d:"M18 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18",stroke:"currentColor"}),t.default.createElement(p.Path,{d:"M18.5 3.5L10.5 7.5V15.5L18.5 19.5V3.5Z",stroke:"currentColor"}),t.default.createElement(p.Path,{d:"M12.5 16.5V21.5H8.5V15.5",stroke:"currentColor"})),h=f;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 />\n <Path\n d=\"M18 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18\"\n stroke=\"currentColor\"\n />\n <Path d=\"M18.5 3.5L10.5 7.5V15.5L18.5 19.5V3.5Z\" stroke=\"currentColor\" />\n <Path d=\"M12.5 16.5V21.5H8.5V15.5\" stroke=\"currentColor\" />\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,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+EACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yCAAyC,OAAO,eAAe,EACvE,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,OAAO,eAAe,CAC3D,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 C from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(e,{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"}),o.createElement(e,{d:"M18 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18",stroke:"currentColor"}),o.createElement(e,{d:"M18.5 3.5L10.5 7.5V15.5L18.5 19.5V3.5Z",stroke:"currentColor"}),o.createElement(e,{d:"M12.5 16.5V21.5H8.5V15.5",stroke:"currentColor"})),P=l;export{l as IconMegaphone2,P 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 />\n <Path\n d=\"M18 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18\"\n stroke=\"currentColor\"\n />\n <Path d=\"M18.5 3.5L10.5 7.5V15.5L18.5 19.5V3.5Z\" stroke=\"currentColor\" />\n <Path d=\"M12.5 16.5V21.5H8.5V15.5\" stroke=\"currentColor\" />\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,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+EACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yCAAyC,OAAO,eAAe,EACvEG,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,OAAO,eAAe,CAC3D,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": "square-outlined-radius-0-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=\"square\"/><path d=\"M15.5 5.5L20.5 5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3.5 11.5H5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M8.5 11.5L12.5 11.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3.5 17.5H9.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M18.45 11.5H17.55L16.425 14.425L13.5 15.55V16.45L16.425 17.575L17.55 20.5H18.45L19.575 17.575L22.5 16.45V15.55L19.575 14.425L18.45 11.5Z\" stroke=\"currentColor\"/>",
|
|
188
|
+
"iconName": "agentic-coding, ai-code, vibe-code",
|
|
189
|
+
"variant": {
|
|
190
|
+
"join": "square",
|
|
191
|
+
"filled": "off",
|
|
192
|
+
"radius": "0",
|
|
193
|
+
"stroke": "1"
|
|
194
|
+
},
|
|
195
|
+
"createdAt": "2026-02-04T09:00:55.535949+00:00",
|
|
196
|
+
"packageName": "square-outlined-radius-0-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\"/><path d=\"M12.5 11.5H11.5V12.5H12.5V11.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><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=\"square\"/><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=\"square\"/>",
|
|
@@ -14868,6 +14882,20 @@
|
|
|
14868
14882
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
14869
14883
|
"componentName": "IconMegaphone"
|
|
14870
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\"/><path d=\"M18 8.5H19C20.6569 8.5 22 9.84315 22 11.5C22 13.1569 20.6569 14.5 19 14.5H18\" stroke=\"currentColor\"/><path d=\"M18.5 3.5L10.5 7.5V15.5L18.5 19.5V3.5Z\" stroke=\"currentColor\"/><path d=\"M12.5 16.5V21.5H8.5V15.5\" stroke=\"currentColor\"/>",
|
|
14888
|
+
"iconName": "megaphone-2, loud, speak, promote, feedback",
|
|
14889
|
+
"variant": {
|
|
14890
|
+
"join": "square",
|
|
14891
|
+
"filled": "off",
|
|
14892
|
+
"radius": "0",
|
|
14893
|
+
"stroke": "1"
|
|
14894
|
+
},
|
|
14895
|
+
"createdAt": "2026-02-04T09:00:55.535949+00:00",
|
|
14896
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
14897
|
+
"componentName": "IconMegaphone2"
|
|
14898
|
+
},
|
|
14871
14899
|
{
|
|
14872
14900
|
"category": "Sound & Music",
|
|
14873
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.49992 14.4853 7.49992 12V7C7.49992 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=\"square\"/>",
|
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-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.117",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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":
|
|
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";
|