@central-icons-react-native/round-outlined-radius-1-stroke-2 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 m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!B.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(C=k(o,n))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(h(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>i(s({},"__esModule",{value:!0}),r);var L={};I(L,{IconChanges:()=>l,default:()=>x});module.exports=g(L);var t=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(d.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"),l=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M20 19V5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M9.5 10H14.5M12 7.5V12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M9.5 16L14.5 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;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=\"M20 19V5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 10H14.5M12 7.5V12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 16L14.5 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,4HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,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 p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(C,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M20 19V5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.5 10H14.5M12 7.5V12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.5 16L14.5 16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconChanges,B 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=\"M20 19V5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 10H14.5M12 7.5V12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 16L14.5 16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,4HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,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 C=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=m(o,s))||p.enumerable});return r};var u=(r,o,e)=>(e=r!=null?C(f(r)):{},d(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>d(i({},"__esModule",{value:!0}),r);var P={};x(P,{IconStableVoice:()=>l,default:()=>I});module.exports=B(P);var n=u(require("react"));var k=u(require("react")),c=require("react-native-svg"),a=({children:r,size:o=24,...e})=>k.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 t=require("react-native-svg"),l=r=>n.default.createElement(a,{...r},n.default.createElement(t.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M7 11V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10.3281 8V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M13.6602 10V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M17 11V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;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\n cx=\"12\"\n cy=\"12\"\n r=\"9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 11V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.3281 8V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.6602 10V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 11V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,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,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,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 i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...s})=>i.createElement(p,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as d,Path as e}from"react-native-svg";var u=n=>o.createElement(t,{...n},o.createElement(d,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M7 11V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10.3281 8V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M13.6602 10V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17 11V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=u;export{u as IconStableVoice,x 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\n cx=\"12\"\n cy=\"12\"\n r=\"9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7 11V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.3281 8V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.6602 10V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 11V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,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 u=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 e in o)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(s=d(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>a(C({},"__esModule",{value:!0}),r);var P={};g(P,{IconVibeCoding2:()=>c,default:()=>x});module.exports=k(P);var n=i(require("react"));var l=i(require("react")),L=require("react-native-svg"),m=({children:r,size:o=24,...e})=>l.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 p=require("react-native-svg"),c=r=>n.default.createElement(m,{...r},n.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"}),n.default.createElement(p.Path,{d:"M9 5L2 11.72L9 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M22 11.7202L15 19.0002",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})),x=c;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 5L2 11.72L9 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 11.7202L15 19.0002\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"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,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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 n=({children:e,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"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{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(t,{d:"M9 5L2 11.72L9 19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M22 11.7202L15 19.0002",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"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 5L2 11.72L9 19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 11.7202L15 19.0002\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"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,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,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-2",
|
|
5251
5251
|
"componentName": "IconChairModern"
|
|
5252
5252
|
},
|
|
5253
|
+
{
|
|
5254
|
+
"category": "Code",
|
|
5255
|
+
"svg": "<path d=\"M20 19V5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 10H14.5M12 7.5V12.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 16L14.5 16\" stroke=\"currentColor\" stroke-width=\"2\" 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": "2"
|
|
5262
|
+
},
|
|
5263
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
5264
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
5265
|
+
"componentName": "IconChanges"
|
|
5266
|
+
},
|
|
5253
5267
|
{
|
|
5254
5268
|
"category": "Nature & Energy",
|
|
5255
5269
|
"svg": "<path d=\"M13 15V5C13 4.44772 12.5523 4 12 4H5C4.44772 4 4 4.44771 4 5V15M13 15V20H4V15M13 15H4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 20H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 11V15C17 15.5523 17.4477 16 18 16H19C19.5523 16 20 15.5523 20 15V7.46837C20 7.1716 19.8682 6.89015 19.6402 6.70015L17 4.5\" stroke=\"currentColor\" stroke-width=\"2\" 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-2",
|
|
19643
19657
|
"componentName": "IconSquized"
|
|
19644
19658
|
},
|
|
19659
|
+
{
|
|
19660
|
+
"category": "Sound & Music",
|
|
19661
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 11V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.3281 8V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.6602 10V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 11V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19662
|
+
"iconName": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
19663
|
+
"variant": {
|
|
19664
|
+
"join": "round",
|
|
19665
|
+
"filled": "off",
|
|
19666
|
+
"radius": "1",
|
|
19667
|
+
"stroke": "2"
|
|
19668
|
+
},
|
|
19669
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
19670
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
19671
|
+
"componentName": "IconStableVoice"
|
|
19672
|
+
},
|
|
19645
19673
|
{
|
|
19646
19674
|
"category": "Things",
|
|
19647
19675
|
"svg": "<path d=\"M21 6C21 5.44772 20.5523 5 20 5H4C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 18L6.70711 14.2929C6.89464 14.1054 7.149 14 7.41421 14H16.5858C16.851 14 17.1054 14.1054 17.2929 14.2929L21 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -21882,6 +21910,20 @@
|
|
|
21882
21910
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
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 5L2 11.72L9 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 11.7202L15 19.0002\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
21916
|
+
"iconName": "vibe-coding-2, ai, ide, syntax",
|
|
21917
|
+
"variant": {
|
|
21918
|
+
"join": "round",
|
|
21919
|
+
"filled": "off",
|
|
21920
|
+
"radius": "1",
|
|
21921
|
+
"stroke": "2"
|
|
21922
|
+
},
|
|
21923
|
+
"createdAt": "2025-12-16T19:02:16.049338+00:00",
|
|
21924
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
21925
|
+
"componentName": "IconVibeCoding2"
|
|
21926
|
+
},
|
|
21885
21927
|
{
|
|
21886
21928
|
"category": "People",
|
|
21887
21929
|
"svg": "<path d=\"M2 20C2 15.4635 5.48364 13.4994 8.5 14.108\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 5C17 5 18 6.1 18 7C19 6.1 20 6.1 20 6.1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.00011 7L4.90011 6.99993V7H4.00011ZM12.0001 6.5H11.1001C11.1001 6.30527 11.1633 6.11579 11.2801 5.96L12.0001 6.5ZM12.4594 5.88767L13.1794 6.42767L13.1794 6.42767L12.4594 5.88767ZM12.2736 3.27346L11.6372 3.90985L12.2736 3.27346ZM12.0001 3L11.4209 2.31116C11.7783 2.0106 12.3063 2.03338 12.6365 2.3636L12.0001 3ZM11.0001 3.5L10.9473 2.60155L11.0001 3.5ZM9.50011 2L8.73162 1.53158C8.90651 1.24465 9.22668 1.07905 9.56191 1.10212C9.89715 1.1252 10.1916 1.33311 10.3255 1.64129L9.50011 2ZM8.50011 3L8.82998 3.83737L8.50011 3ZM4.00011 7H4.90011C4.90011 8.71208 6.28803 10.1 8.00011 10.1V11V11.9C5.29391 11.9 3.10011 9.7062 3.10011 7H4.00011ZM8.00011 11V10.1C9.71219 10.1 11.1001 8.71208 11.1001 7H12.0001H12.9001C12.9001 9.7062 10.7063 11.9 8.00011 11.9V11ZM12.0001 6.5L11.2801 5.96L11.7394 5.34767L12.4594 5.88767L13.1794 6.42767L12.7201 7.04L12.0001 6.5ZM12.2736 3.27346L11.6372 3.90985L11.3637 3.6364L12.0001 3L12.6365 2.3636L12.91 2.63706L12.2736 3.27346ZM12.0001 3C12.5793 3.68884 12.5792 3.68894 12.5791 3.68905C12.579 3.68908 12.5789 3.68919 12.5788 3.68926C12.5787 3.68941 12.5785 3.68957 12.5783 3.68973C12.5779 3.69006 12.5775 3.69042 12.577 3.6908C12.5761 3.69158 12.575 3.69247 12.5738 3.69347C12.5714 3.69548 12.5684 3.69795 12.5648 3.70085C12.5578 3.70665 12.5485 3.71419 12.5372 3.72323C12.5147 3.74126 12.4838 3.76549 12.4459 3.79395C12.371 3.85024 12.2648 3.92616 12.1394 4.00429C11.9284 4.13577 11.5128 4.3714 11.053 4.39845L11.0001 3.5L10.9473 2.60155C10.916 2.60339 10.9277 2.60825 10.991 2.58159C11.048 2.55759 11.1159 2.52123 11.1877 2.47648C11.2578 2.43281 11.3199 2.38854 11.3644 2.35509C11.3862 2.33867 11.4028 2.32565 11.4128 2.31764C11.4178 2.31365 11.4211 2.31098 11.4225 2.30981C11.4232 2.30923 11.4234 2.30904 11.4232 2.30925C11.423 2.30936 11.4228 2.30957 11.4224 2.30988C11.4222 2.31004 11.422 2.31023 11.4217 2.31044C11.4216 2.31055 11.4215 2.31066 11.4213 2.31078C11.4213 2.31084 11.4212 2.31093 11.4211 2.31096C11.421 2.31106 11.4209 2.31116 12.0001 3ZM11.0001 3.5L11.053 4.39845C10.5489 4.4281 10.1413 4.21022 9.86723 3.99883C9.59033 3.78529 9.36938 3.5183 9.2071 3.29062C9.04069 3.05715 8.90987 2.82779 8.82177 2.6604C8.77711 2.57556 8.74197 2.50384 8.71731 2.45179C8.70495 2.42571 8.69514 2.40439 8.68802 2.38865C8.68445 2.38077 8.68154 2.37428 8.67932 2.36926C8.67821 2.36675 8.67726 2.3646 8.67649 2.36284C8.6761 2.36196 8.67576 2.36118 8.67546 2.36049C8.67531 2.36014 8.67517 2.35982 8.67504 2.35952C8.67497 2.35938 8.67488 2.35917 8.67485 2.3591C8.67477 2.3589 8.67468 2.35871 9.50011 2C10.3255 1.64129 10.3255 1.64111 10.3254 1.64094C10.3254 1.64089 10.3253 1.64072 10.3252 1.64062C10.3252 1.64041 10.3251 1.64023 10.325 1.64008C10.3249 1.63976 10.3248 1.63954 10.3247 1.6394C10.3246 1.63913 10.3246 1.63921 10.3248 1.63963C10.3252 1.64046 10.3262 1.64266 10.3277 1.64611C10.3309 1.65303 10.3363 1.66494 10.344 1.68111C10.3594 1.71356 10.3832 1.76245 10.4146 1.82203C10.4785 1.94349 10.5677 2.09825 10.6729 2.24586C10.7822 2.39927 10.8846 2.51032 10.9665 2.57346C11.0511 2.63877 11.0378 2.59622 10.9473 2.60155L11.0001 3.5ZM9.50011 2C10.2686 2.46842 10.2685 2.46856 10.2684 2.4687C10.2684 2.46875 10.2683 2.46889 10.2683 2.469C10.2681 2.4692 10.268 2.46942 10.2679 2.46965C10.2676 2.4701 10.2673 2.47061 10.2669 2.47117C10.2662 2.47228 10.2654 2.4736 10.2645 2.4751C10.2626 2.47811 10.2603 2.48189 10.2575 2.4864C10.2518 2.49541 10.2443 2.50736 10.2349 2.5219C10.2162 2.55091 10.1902 2.59052 10.1576 2.63782C10.0932 2.73156 10.0003 2.85982 9.88644 2.99756C9.68902 3.23635 9.31543 3.64613 8.82998 3.83737L8.50011 3L8.17024 2.16263C8.16631 2.16418 8.20429 2.14779 8.28006 2.08141C8.35063 2.01958 8.42594 1.93918 8.49916 1.85062C8.57106 1.76366 8.63186 1.67988 8.67459 1.61775C8.69566 1.58711 8.71159 1.56283 8.72151 1.54744C8.72645 1.53976 8.72984 1.53438 8.73157 1.53161C8.73244 1.53023 8.73288 1.52951 8.7329 1.52949C8.7329 1.52948 8.7328 1.52964 8.73259 1.52999C8.73248 1.53016 8.73235 1.53038 8.73219 1.53064C8.7321 1.53078 8.73202 1.53092 8.73192 1.53108C8.73187 1.53115 8.7318 1.53128 8.73177 1.53132C8.7317 1.53145 8.73162 1.53158 9.50011 2ZM6.50011 3.5V4.4C5.87765 4.4 5.53197 4.67518 5.29017 5.11848C5.01684 5.61956 4.90006 6.32357 4.90011 6.99993L4.00011 7L3.10011 7.00007C3.10005 6.17643 3.23327 5.13044 3.70997 4.25652C4.21819 3.32482 5.12257 2.6 6.50011 2.6V3.5ZM8.50011 3L8.82998 3.83737C7.53206 4.34867 6.69607 4.4 6.50011 4.4V3.5V2.6C6.46078 2.6 7.07344 2.5947 8.17024 2.16263L8.50011 3ZM12.4594 5.88767L11.7394 5.34767C12.0678 4.90974 12.0243 4.29694 11.6372 3.90986L12.2736 3.27346L12.91 2.63706C13.9304 3.65755 14.0453 5.27312 13.1794 6.42767L12.4594 5.88767ZM12.0001 6.5H12.9001V7H12.0001H11.1001V6.5H12.0001Z\" fill=\"currentColor\"/><rect width=\"4\" height=\"2.5\" rx=\"0.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><rect width=\"3\" height=\"2.5\" rx=\"0.5\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"currentColor\"/><path d=\"M9.5 6.75H7.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 20H19.2457C19.6922 20 20.0846 19.704 20.2072 19.2747L21.5994 14.4022C21.8001 13.6995 21.2725 13 20.5417 13H14.1315C13.4617 13 12.8732 13.444 12.6892 14.0879L11 20ZM11 20H7\" stroke=\"currentColor\" stroke-width=\"2\" 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-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.70",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 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";
|