@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.68 → 1.1.70
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/IconChanges/index.d.ts +4 -0
- package/IconChanges/index.js +2 -0
- package/IconChanges/index.js.map +1 -0
- package/IconChanges/index.mjs +2 -0
- package/IconChanges/index.mjs.map +1 -0
- package/IconStableVoice/index.d.ts +4 -0
- package/IconStableVoice/index.js +2 -0
- package/IconStableVoice/index.js.map +1 -0
- package/IconStableVoice/index.mjs +2 -0
- package/IconStableVoice/index.mjs.map +1 -0
- package/IconVibeCoding2/index.d.ts +4 -0
- package/IconVibeCoding2/index.js +2 -0
- package/IconVibeCoding2/index.js.map +1 -0
- package/IconVibeCoding2/index.mjs +2 -0
- package/IconVibeCoding2/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(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 e of k(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var i=(r,o,n)=>(n=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var L={};g(L,{IconChanges:()=>m,default:()=>P});module.exports=x(L);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...n})=>u.default.createElement(c.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 s=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(s.Path,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M9 16.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconChanges});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChanges/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 IconChanges: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 16.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChanges;\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,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChanges_exports","__export","IconChanges","IconChanges_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChanges","props","React","CentralIconBase","IconChanges_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9 16.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconChanges,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChanges/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 IconChanges: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 16.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChanges;\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,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChanges","props","React","CentralIconBase","IconChanges_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of k(o))!B.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(c=f(o,p))||c.enumerable});return r};var C=(r,o,e)=>(e=r!=null?d(x(r)):{},l(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(s({},"__esModule",{value:!0}),r);var v={};I(v,{IconStableVoice:()=>i,default:()=>g});module.exports=P(v);var t=C(require("react"));var a=C(require("react")),u=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.default.createElement(u.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(m,{...r},t.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M7.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M10.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M13.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M16.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"})),g=i;0&&(module.exports={IconStableVoice});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStableVoice/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M7.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M10.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M13.5 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M16.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStableVoice;\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,qBAAAE,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,EAA6B,4BAEhBC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,CACxE,EAIGE,EAAQJ","names":["IconStableVoice_exports","__export","IconStableVoice","IconStableVoice_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStableVoice","props","React","CentralIconBase","IconStableVoice_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as c}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as l,Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(l,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),o.createElement(e,{d:"M7.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M10.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M13.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M16.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"})),I=C;export{C as IconStableVoice,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStableVoice/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M7.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M10.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M13.5 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M16.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStableVoice;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,CACxE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconStableVoice","props","React","CentralIconBase","IconStableVoice_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!I.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(s=d(o,e))||s.enumerable});return r};var i=(r,o,n)=>(n=r!=null?c(B(r)):{},a(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var k={};g(k,{IconVibeCoding2:()=>u,default:()=>P});module.exports=x(k);var t=i(require("react"));var l=i(require("react")),L=require("react-native-svg"),m=({children:r,size:o=24,...n})=>l.default.createElement(L.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 p=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M9.5 4.5L2 12L9.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M22 12L14.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={IconVibeCoding2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVibeCoding2/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 IconVibeCoding2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 4.5L2 12L9.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 12L14.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding2;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,unBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVibeCoding2_exports","__export","IconVibeCoding2","IconVibeCoding2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVibeCoding2","props","React","CentralIconBase","IconVibeCoding2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z",fill:"currentColor"}),o.createElement(e,{d:"M9.5 4.5L2 12L9.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M22 12L14.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconVibeCoding2,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVibeCoding2/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 IconVibeCoding2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 4.5L2 12L9.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 12L14.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding2;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,unBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVibeCoding2","props","React","CentralIconBase","IconVibeCoding2_default"]}
|
package/README.md
CHANGED
|
@@ -425,6 +425,7 @@ Below is a complete list of available icons:
|
|
|
425
425
|
- IconBranch
|
|
426
426
|
- IconBug
|
|
427
427
|
- IconBugFace
|
|
428
|
+
- IconChanges
|
|
428
429
|
- IconCode
|
|
429
430
|
- IconCodeAnalyze
|
|
430
431
|
- IconCodeAssistant
|
|
@@ -450,6 +451,7 @@ Below is a complete list of available icons:
|
|
|
450
451
|
- IconShip
|
|
451
452
|
- IconTestflight
|
|
452
453
|
- IconVibeCoding
|
|
454
|
+
- IconVibeCoding2
|
|
453
455
|
- IconWebsite
|
|
454
456
|
|
|
455
457
|
### Communication
|
|
@@ -1546,6 +1548,7 @@ Below is a complete list of available icons:
|
|
|
1546
1548
|
- IconShuffle
|
|
1547
1549
|
- IconSkip
|
|
1548
1550
|
- IconSoundFx
|
|
1551
|
+
- IconStableVoice
|
|
1549
1552
|
- IconStop
|
|
1550
1553
|
- IconStopCircle
|
|
1551
1554
|
- IconVocalMicrophone
|
package/filtered-icons.json
CHANGED
|
@@ -5250,6 +5250,20 @@
|
|
|
5250
5250
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
5251
5251
|
"componentName": "IconChairModern"
|
|
5252
5252
|
},
|
|
5253
|
+
{
|
|
5254
|
+
"category": "Code",
|
|
5255
|
+
"svg": "<path d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 16.5H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
5256
|
+
"iconName": "changes, plus-inus, compare",
|
|
5257
|
+
"variant": {
|
|
5258
|
+
"join": "round",
|
|
5259
|
+
"filled": "off",
|
|
5260
|
+
"radius": "1",
|
|
5261
|
+
"stroke": "1"
|
|
5262
|
+
},
|
|
5263
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
5264
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
5265
|
+
"componentName": "IconChanges"
|
|
5266
|
+
},
|
|
5253
5267
|
{
|
|
5254
5268
|
"category": "Nature & Energy",
|
|
5255
5269
|
"svg": "<path d=\"M13.5 15.5V4.5C13.5 3.94772 13.0523 3.5 12.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V15.5M13.5 15.5V20.5H3.5V15.5M13.5 15.5H3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 20.5H20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 10.75V15.5C16.5 16.0523 16.9477 16.5 17.5 16.5H19.5C20.0523 16.5 20.5 16.0523 20.5 15.5V7.71837C20.5 7.4216 20.3682 7.14015 20.1402 6.95015L17.5 4.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.31627 6.91746C9.31627 6.52592 8.83606 6.35059 8.59364 6.65363L6.19441 9.65281C5.9768 9.92484 6.16603 10.3333 6.50969 10.3333H7.68685V12.0825C7.68685 12.4741 8.16706 12.6494 8.40948 12.3464L10.8087 9.34719C11.0263 9.07516 10.8371 8.66673 10.4934 8.66673H9.31627V6.91746Z\" fill=\"currentColor\"/>",
|
|
@@ -19642,6 +19656,20 @@
|
|
|
19642
19656
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
19643
19657
|
"componentName": "IconSquized"
|
|
19644
19658
|
},
|
|
19659
|
+
{
|
|
19660
|
+
"category": "Sound & Music",
|
|
19661
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M7.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M10.5 7.5V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M13.5 9.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M16.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
19662
|
+
"iconName": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
19663
|
+
"variant": {
|
|
19664
|
+
"join": "round",
|
|
19665
|
+
"filled": "off",
|
|
19666
|
+
"radius": "1",
|
|
19667
|
+
"stroke": "1"
|
|
19668
|
+
},
|
|
19669
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
19670
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
19671
|
+
"componentName": "IconStableVoice"
|
|
19672
|
+
},
|
|
19645
19673
|
{
|
|
19646
19674
|
"category": "Things",
|
|
19647
19675
|
"svg": "<path d=\"M2.5 5.5C2.5 4.94772 2.94772 4.5 3.5 4.5H20.5C21.0523 4.5 21.5 4.94772 21.5 5.5V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H3.5C2.94771 19.5 2.5 19.0523 2.5 18.5V5.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.2496 18.7498L18.2927 15.7929C18.1052 15.6054 17.8508 15.5 17.5856 15.5H6.41401C6.14879 15.5 5.89444 15.6054 5.7069 15.7929L2.75 18.7498\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -21882,6 +21910,20 @@
|
|
|
21882
21910
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21883
21911
|
"componentName": "IconVibeCoding"
|
|
21884
21912
|
},
|
|
21913
|
+
{
|
|
21914
|
+
"category": "Code",
|
|
21915
|
+
"svg": "<path d=\"M18.2405 5.18518L17.5436 3.37334C17.4571 3.14842 17.241 3 17 3C16.759 3 16.5429 3.14842 16.4564 3.37334L15.7595 5.18518C15.658 5.44927 15.4493 5.65797 15.1852 5.75955L13.3733 6.45641C13.1484 6.54292 13 6.75901 13 7C13 7.24099 13.1484 7.45708 13.3733 7.54359L15.1852 8.24045C15.4493 8.34203 15.658 8.55073 15.7595 8.81482L16.4564 10.6267C16.5429 10.8516 16.759 11 17 11C17.241 11 17.4571 10.8516 17.5436 10.6267L18.2405 8.81482C18.342 8.55073 18.5507 8.34203 18.8148 8.24045L20.6267 7.54359C20.8516 7.45708 21 7.24099 21 7C21 6.75901 20.8516 6.54292 20.6267 6.45641L18.8148 5.75955C18.5507 5.65797 18.342 5.44927 18.2405 5.18518Z\" fill=\"currentColor\"/><path d=\"M9.5 4.5L2 12L9.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 12L14.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
21916
|
+
"iconName": "vibe-coding-2, ai, ide, syntax",
|
|
21917
|
+
"variant": {
|
|
21918
|
+
"join": "round",
|
|
21919
|
+
"filled": "off",
|
|
21920
|
+
"radius": "1",
|
|
21921
|
+
"stroke": "1"
|
|
21922
|
+
},
|
|
21923
|
+
"createdAt": "2025-12-16T19:02:16.049338+00:00",
|
|
21924
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21925
|
+
"componentName": "IconVibeCoding2"
|
|
21926
|
+
},
|
|
21885
21927
|
{
|
|
21886
21928
|
"category": "People",
|
|
21887
21929
|
"svg": "<path d=\"M1.5 20.5C1.5 15.2074 5.51959 12.916 9 13.6259\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 20.4996H19.7192C20.1781 20.4996 20.5781 20.1873 20.6894 19.7422L22.1893 13.7425C22.3471 13.1114 21.8698 12.5 21.2192 12.5H13.6712C12.9829 12.5 12.3829 12.9684 12.2159 13.6362L10.5 20.4996ZM10.5 20.4996H6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.1211 4.82617C17.6862 5.4743 18.074 6.151 18.3162 6.94046C19.0722 6.52325 19.8517 6.16228 20.7065 5.98903\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.79824 10.9857C5.47865 10.9857 3.59824 9.09252 3.59824 6.75714C3.59813 5.17143 4.12325 3.05714 6.22325 3.05714C7.44546 3.05714 9.37313 2 9.37313 2C10.0364 3.0404 11.05 3.3313 11.9982 2.52857C13.2354 3.77414 12.9211 4.9897 11.9982 6.22857V6.75714C11.9982 9.09252 10.1178 10.9857 7.79824 10.9857Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"currentColor\"/><path d=\"M9.375 6.5H4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -374,6 +374,7 @@ export type CentralIconName =
|
|
|
374
374
|
| "IconChainLink4"
|
|
375
375
|
| "IconChair"
|
|
376
376
|
| "IconChairModern"
|
|
377
|
+
| "IconChanges"
|
|
377
378
|
| "IconChargingStation"
|
|
378
379
|
| "IconChart1"
|
|
379
380
|
| "IconChart2"
|
|
@@ -1402,6 +1403,7 @@ export type CentralIconName =
|
|
|
1402
1403
|
| "IconSquarePlus"
|
|
1403
1404
|
| "IconSquareX"
|
|
1404
1405
|
| "IconSquized"
|
|
1406
|
+
| "IconStableVoice"
|
|
1405
1407
|
| "IconStage"
|
|
1406
1408
|
| "IconStamps"
|
|
1407
1409
|
| "IconStar"
|
|
@@ -1562,6 +1564,7 @@ export type CentralIconName =
|
|
|
1562
1564
|
| "IconVerticalAlignmentLeft"
|
|
1563
1565
|
| "IconVerticalAlignmentRight"
|
|
1564
1566
|
| "IconVibeCoding"
|
|
1567
|
+
| "IconVibeCoding2"
|
|
1565
1568
|
| "IconVibeCodingBird"
|
|
1566
1569
|
| "IconVibeCodingStar"
|
|
1567
1570
|
| "IconVideo"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.70",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1644,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
]
|
|
287
287
|
},
|
|
288
288
|
"Code": {
|
|
289
|
-
"count":
|
|
289
|
+
"count": 47,
|
|
290
290
|
"icons": [
|
|
291
291
|
"IconAnchor",
|
|
292
292
|
"IconAnimation",
|
|
@@ -307,6 +307,7 @@
|
|
|
307
307
|
"IconBranch",
|
|
308
308
|
"IconBug",
|
|
309
309
|
"IconBugFace",
|
|
310
|
+
"IconChanges",
|
|
310
311
|
"IconCode",
|
|
311
312
|
"IconCodeAnalyze",
|
|
312
313
|
"IconCodeAssistant",
|
|
@@ -332,6 +333,7 @@
|
|
|
332
333
|
"IconShip",
|
|
333
334
|
"IconTestflight",
|
|
334
335
|
"IconVibeCoding",
|
|
336
|
+
"IconVibeCoding2",
|
|
335
337
|
"IconWebsite"
|
|
336
338
|
]
|
|
337
339
|
},
|
|
@@ -1433,7 +1435,7 @@
|
|
|
1433
1435
|
]
|
|
1434
1436
|
},
|
|
1435
1437
|
"Sound & Music": {
|
|
1436
|
-
"count":
|
|
1438
|
+
"count": 48,
|
|
1437
1439
|
"icons": [
|
|
1438
1440
|
"IconAirpodLeft",
|
|
1439
1441
|
"IconAirpodRight",
|
|
@@ -1470,6 +1472,7 @@
|
|
|
1470
1472
|
"IconShuffle",
|
|
1471
1473
|
"IconSkip",
|
|
1472
1474
|
"IconSoundFx",
|
|
1475
|
+
"IconStableVoice",
|
|
1473
1476
|
"IconStop",
|
|
1474
1477
|
"IconStopCircle",
|
|
1475
1478
|
"IconVocalMicrophone",
|
|
@@ -2206,6 +2209,7 @@
|
|
|
2206
2209
|
"IconChainLink4": "chain-link-4",
|
|
2207
2210
|
"IconChair": "chair, seat",
|
|
2208
2211
|
"IconChairModern": "chair-modern, seat",
|
|
2212
|
+
"IconChanges": "changes, plus-inus, compare",
|
|
2209
2213
|
"IconChargingStation": "charging-station, electric-current, power, e-charge",
|
|
2210
2214
|
"IconChart1": "chart-1, statistics, flipchart, presentation, graph 2",
|
|
2211
2215
|
"IconChart2": "chart-2, statistics, flipchart, presentation, graph",
|
|
@@ -3234,6 +3238,7 @@
|
|
|
3234
3238
|
"IconSquarePlus": "square-plus, add",
|
|
3235
3239
|
"IconSquareX": "square-x, close, x, checkbox, remove",
|
|
3236
3240
|
"IconSquized": "squized, centered, aligned",
|
|
3241
|
+
"IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
3237
3242
|
"IconStage": "stage, show",
|
|
3238
3243
|
"IconStamps": "stamps, collection",
|
|
3239
3244
|
"IconStar": "star, favorite, award",
|
|
@@ -3394,6 +3399,7 @@
|
|
|
3394
3399
|
"IconVerticalAlignmentLeft": "vertical-alignment-left",
|
|
3395
3400
|
"IconVerticalAlignmentRight": "vertical-alignment-right",
|
|
3396
3401
|
"IconVibeCoding": "vibe-coding, ai, ide, syntax",
|
|
3402
|
+
"IconVibeCoding2": "vibe-coding-2, ai, ide, syntax",
|
|
3397
3403
|
"IconVibeCodingBird": "vibe-coding-bird, laptop, work",
|
|
3398
3404
|
"IconVibeCodingStar": "vibe-coding-star, working, home-office",
|
|
3399
3405
|
"IconVideo": "video, camera, movie, play",
|
package/index.d.ts
CHANGED
|
@@ -373,6 +373,7 @@ export { IconChainLink3, default as IconChainLink3Default, } from "./IconChainLi
|
|
|
373
373
|
export { IconChainLink4, default as IconChainLink4Default, } from "./IconChainLink4";
|
|
374
374
|
export { IconChair, default as IconChairDefault } from "./IconChair";
|
|
375
375
|
export { IconChairModern, default as IconChairModernDefault, } from "./IconChairModern";
|
|
376
|
+
export { IconChanges, default as IconChangesDefault } from "./IconChanges";
|
|
376
377
|
export { IconChargingStation, default as IconChargingStationDefault, } from "./IconChargingStation";
|
|
377
378
|
export { IconChart1, default as IconChart1Default } from "./IconChart1";
|
|
378
379
|
export { IconChart2, default as IconChart2Default } from "./IconChart2";
|
|
@@ -1401,6 +1402,7 @@ export { IconSquarePlaceholderDashed, default as IconSquarePlaceholderDashedDefa
|
|
|
1401
1402
|
export { IconSquarePlus, default as IconSquarePlusDefault, } from "./IconSquarePlus";
|
|
1402
1403
|
export { IconSquareX, default as IconSquareXDefault } from "./IconSquareX";
|
|
1403
1404
|
export { IconSquized, default as IconSquizedDefault } from "./IconSquized";
|
|
1405
|
+
export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStableVoice";
|
|
1404
1406
|
export { IconStage, default as IconStageDefault } from "./IconStage";
|
|
1405
1407
|
export { IconStamps, default as IconStampsDefault } from "./IconStamps";
|
|
1406
1408
|
export { IconStar, default as IconStarDefault } from "./IconStar";
|
|
@@ -1561,6 +1563,7 @@ export { IconVerticalAlignmentCenter, default as IconVerticalAlignmentCenterDefa
|
|
|
1561
1563
|
export { IconVerticalAlignmentLeft, default as IconVerticalAlignmentLeftDefault, } from "./IconVerticalAlignmentLeft";
|
|
1562
1564
|
export { IconVerticalAlignmentRight, default as IconVerticalAlignmentRightDefault, } from "./IconVerticalAlignmentRight";
|
|
1563
1565
|
export { IconVibeCoding, default as IconVibeCodingDefault, } from "./IconVibeCoding";
|
|
1566
|
+
export { IconVibeCoding2, default as IconVibeCoding2Default, } from "./IconVibeCoding2";
|
|
1564
1567
|
export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
|
|
1565
1568
|
export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
|
|
1566
1569
|
export { IconVideo, default as IconVideoDefault } from "./IconVideo";
|