@central-icons-react-native/round-filled-radius-0-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 u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of H(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=B(r,n))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>l(t({},"__esModule",{value:!0}),o);var P={};g(P,{IconChanges:()=>i,default:()=>x});module.exports=v(P);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z",fill:"currentColor"})),x=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,gjBACF,KAAK,eACP,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 n from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>C.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z",fill:"currentColor"})),d=a;export{a as IconChanges,d 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,gjBACF,KAAK,eACP,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 u=Object.create;var t=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!d.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=V(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(t({},"__esModule",{value:!0}),o);var g={};v(g,{IconStableVoice:()=>i,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(s,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z",fill:"currentColor"})),P=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 { Path } from \"react-native-svg\";\n\nexport const IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,orBACF,KAAK,eACP,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 C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z",fill:"currentColor"})),d=a;export{a as IconStableVoice,d 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 { Path } from \"react-native-svg\";\n\nexport const IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,orBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStableVoice","props","React","CentralIconBase","IconStableVoice_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},L=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!g.call(r,n)&&n!==C&&e(r,n,{get:()=>o[n],enumerable:!(l=u(o,n))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?c(I(r)):{},L(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>L(e({},"__esModule",{value:!0}),r);var v={};x(v,{IconVibeCoding2:()=>i,default:()=>d});module.exports=P(v);var t=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(f.Svg,{...C,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"),i=r=>t.default.createElement(s,{...r},t.default.createElement(p.Path,{d:"M9.14645 4.14648C9.34171 3.95124 9.65822 3.95123 9.85348 4.14648C10.0487 4.34174 10.0487 4.65826 9.85348 4.85352L2.70699 12L9.85348 19.1465C10.0487 19.3417 10.0487 19.6583 9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535L1.64645 12.3535C1.45118 12.1583 1.45118 11.8417 1.64645 11.6465L9.14645 4.14648Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M21.6464 11.6465C21.8417 11.4512 22.1582 11.4512 22.3535 11.6465C22.5487 11.8417 22.5487 12.1583 22.3535 12.3535L14.8535 19.8535C14.6582 20.0488 14.3417 20.0488 14.1464 19.8535C13.9512 19.6583 13.9512 19.3417 14.1464 19.1465L21.6464 11.6465Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M17 3C17.2409 3.00002 17.4574 3.1482 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.65819 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 21 6.75907 21 7C21 7.24093 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.34181 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 17 11C16.759 11 16.5426 10.8518 16.456 10.627L15.7597 8.81445C15.6582 8.55056 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 13 7.24095 13 7C13 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6582 5.44944 15.7597 5.18555L16.456 3.37305C16.5426 3.14821 16.759 3 17 3Z",fill:"currentColor"})),d=i;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=\"M9.14645 4.14648C9.34171 3.95124 9.65822 3.95123 9.85348 4.14648C10.0487 4.34174 10.0487 4.65826 9.85348 4.85352L2.70699 12L9.85348 19.1465C10.0487 19.3417 10.0487 19.6583 9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535L1.64645 12.3535C1.45118 12.1583 1.45118 11.8417 1.64645 11.6465L9.14645 4.14648Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6464 11.6465C21.8417 11.4512 22.1582 11.4512 22.3535 11.6465C22.5487 11.8417 22.5487 12.1583 22.3535 12.3535L14.8535 19.8535C14.6582 20.0488 14.3417 20.0488 14.1464 19.8535C13.9512 19.6583 13.9512 19.3417 14.1464 19.1465L21.6464 11.6465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 3C17.2409 3.00002 17.4574 3.1482 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.65819 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 21 6.75907 21 7C21 7.24093 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.34181 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 17 11C16.759 11 16.5426 10.8518 16.456 10.627L15.7597 8.81445C15.6582 8.55056 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 13 7.24095 13 7C13 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6582 5.44944 15.7597 5.18555L16.456 3.37305C16.5426 3.14821 16.759 3 17 3Z\"\n fill=\"currentColor\"\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,+TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,inBACF,KAAK,eACP,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 l}from"react-native-svg";var t=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as n}from"react-native-svg";var L=C=>o.createElement(t,{...C},o.createElement(n,{d:"M9.14645 4.14648C9.34171 3.95124 9.65822 3.95123 9.85348 4.14648C10.0487 4.34174 10.0487 4.65826 9.85348 4.85352L2.70699 12L9.85348 19.1465C10.0487 19.3417 10.0487 19.6583 9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535L1.64645 12.3535C1.45118 12.1583 1.45118 11.8417 1.64645 11.6465L9.14645 4.14648Z",fill:"currentColor"}),o.createElement(n,{d:"M21.6464 11.6465C21.8417 11.4512 22.1582 11.4512 22.3535 11.6465C22.5487 11.8417 22.5487 12.1583 22.3535 12.3535L14.8535 19.8535C14.6582 20.0488 14.3417 20.0488 14.1464 19.8535C13.9512 19.6583 13.9512 19.3417 14.1464 19.1465L21.6464 11.6465Z",fill:"currentColor"}),o.createElement(n,{d:"M17 3C17.2409 3.00002 17.4574 3.1482 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.65819 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 21 6.75907 21 7C21 7.24093 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.34181 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 17 11C16.759 11 16.5426 10.8518 16.456 10.627L15.7597 8.81445C15.6582 8.55056 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 13 7.24095 13 7C13 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6582 5.44944 15.7597 5.18555L16.456 3.37305C16.5426 3.14821 16.759 3 17 3Z",fill:"currentColor"})),g=L;export{L as IconVibeCoding2,g 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=\"M9.14645 4.14648C9.34171 3.95124 9.65822 3.95123 9.85348 4.14648C10.0487 4.34174 10.0487 4.65826 9.85348 4.85352L2.70699 12L9.85348 19.1465C10.0487 19.3417 10.0487 19.6583 9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535L1.64645 12.3535C1.45118 12.1583 1.45118 11.8417 1.64645 11.6465L9.14645 4.14648Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6464 11.6465C21.8417 11.4512 22.1582 11.4512 22.3535 11.6465C22.5487 11.8417 22.5487 12.1583 22.3535 12.3535L14.8535 19.8535C14.6582 20.0488 14.3417 20.0488 14.1464 19.8535C13.9512 19.6583 13.9512 19.3417 14.1464 19.1465L21.6464 11.6465Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 3C17.2409 3.00002 17.4574 3.1482 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.65819 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 21 6.75907 21 7C21 7.24093 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.34181 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 17 11C16.759 11 16.5426 10.8518 16.456 10.627L15.7597 8.81445C15.6582 8.55056 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 13 7.24095 13 7C13 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6582 5.44944 15.7597 5.18555L16.456 3.37305C16.5426 3.14821 16.759 3 17 3Z\"\n fill=\"currentColor\"\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,+TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,inBACF,KAAK,eACP,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-filled-radius-0-stroke-1",
|
|
5251
5251
|
"componentName": "IconChairModern"
|
|
5252
5252
|
},
|
|
5253
|
+
{
|
|
5254
|
+
"category": "Code",
|
|
5255
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z\" fill=\"currentColor\"/>",
|
|
5256
|
+
"iconName": "changes, plus-inus, compare",
|
|
5257
|
+
"variant": {
|
|
5258
|
+
"join": "round",
|
|
5259
|
+
"filled": "on",
|
|
5260
|
+
"radius": "0",
|
|
5261
|
+
"stroke": "1"
|
|
5262
|
+
},
|
|
5263
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
5264
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
5265
|
+
"componentName": "IconChanges"
|
|
5266
|
+
},
|
|
5253
5267
|
{
|
|
5254
5268
|
"category": "Nature & Energy",
|
|
5255
5269
|
"svg": "<path d=\"M8.59206 6.65363C8.83448 6.35059 9.31469 6.52592 9.31469 6.91746V8.66673H10.4918C10.8355 8.66673 11.0247 9.07516 10.8071 9.34719L8.4079 12.3464C8.16547 12.6494 7.68526 12.4741 7.68526 12.0825V10.3333H6.5081C6.16445 10.3333 5.97521 9.92484 6.19283 9.65281L8.59206 6.65363Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H13.5C13.7761 3 14 3.22386 14 3.5V20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5ZM4 4V15H13V4H4Z\" fill=\"currentColor\"/><path d=\"M17.1159 4.42992C17.2927 4.21778 17.608 4.18912 17.8201 4.3659L20.8201 6.8659C20.9341 6.9609 21 7.10162 21 7.25001V16.5C21 16.7762 20.7761 17 20.5 17H16.5C16.2239 17 16 16.7762 16 16.5V10.75C16 10.4739 16.2239 10.25 16.5 10.25C16.7761 10.25 17 10.4739 17 10.75V16H20V7.4842L17.1799 5.13412C16.9678 4.95734 16.9391 4.64206 17.1159 4.42992Z\" fill=\"currentColor\"/>",
|
|
@@ -19642,6 +19656,20 @@
|
|
|
19642
19656
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
19643
19657
|
"componentName": "IconSquized"
|
|
19644
19658
|
},
|
|
19659
|
+
{
|
|
19660
|
+
"category": "Sound & Music",
|
|
19661
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z\" fill=\"currentColor\"/>",
|
|
19662
|
+
"iconName": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
19663
|
+
"variant": {
|
|
19664
|
+
"join": "round",
|
|
19665
|
+
"filled": "on",
|
|
19666
|
+
"radius": "0",
|
|
19667
|
+
"stroke": "1"
|
|
19668
|
+
},
|
|
19669
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
19670
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
19671
|
+
"componentName": "IconStableVoice"
|
|
19672
|
+
},
|
|
19645
19673
|
{
|
|
19646
19674
|
"category": "Things",
|
|
19647
19675
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4.5C2 4.22386 2.22386 4 2.5 4H21.5C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V19.0001V4.5ZM3.20711 19H20.7929L17.7929 16H6.20711L3.20711 19Z\" fill=\"currentColor\"/>",
|
|
@@ -21882,6 +21910,20 @@
|
|
|
21882
21910
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
21883
21911
|
"componentName": "IconVibeCoding"
|
|
21884
21912
|
},
|
|
21913
|
+
{
|
|
21914
|
+
"category": "Code",
|
|
21915
|
+
"svg": "<path d=\"M9.14645 4.14648C9.34171 3.95124 9.65822 3.95123 9.85348 4.14648C10.0487 4.34174 10.0487 4.65826 9.85348 4.85352L2.70699 12L9.85348 19.1465C10.0487 19.3417 10.0487 19.6583 9.85348 19.8535C9.65822 20.0488 9.34171 20.0488 9.14645 19.8535L1.64645 12.3535C1.45118 12.1583 1.45118 11.8417 1.64645 11.6465L9.14645 4.14648Z\" fill=\"currentColor\"/><path d=\"M21.6464 11.6465C21.8417 11.4512 22.1582 11.4512 22.3535 11.6465C22.5487 11.8417 22.5487 12.1583 22.3535 12.3535L14.8535 19.8535C14.6582 20.0488 14.3417 20.0488 14.1464 19.8535C13.9512 19.6583 13.9512 19.3417 14.1464 19.1465L21.6464 11.6465Z\" fill=\"currentColor\"/><path d=\"M17 3C17.2409 3.00002 17.4574 3.1482 17.5439 3.37305L18.2402 5.18555C18.3418 5.44945 18.5505 5.65819 18.8144 5.75977L20.6269 6.45605C20.8517 6.54261 21 6.75907 21 7C21 7.24093 20.8517 7.45739 20.6269 7.54395L18.8144 8.24023C18.5505 8.34181 18.3418 8.55055 18.2402 8.81445L17.5439 10.627C17.4574 10.8518 17.2409 11 17 11C16.759 11 16.5426 10.8518 16.456 10.627L15.7597 8.81445C15.6582 8.55056 15.4494 8.34182 15.1855 8.24023L13.373 7.54395C13.1481 7.45741 13 7.24095 13 7C13 6.75905 13.1481 6.54259 13.373 6.45605L15.1855 5.75977C15.4494 5.65818 15.6582 5.44944 15.7597 5.18555L16.456 3.37305C16.5426 3.14821 16.759 3 17 3Z\" fill=\"currentColor\"/>",
|
|
21916
|
+
"iconName": "vibe-coding-2, ai, ide, syntax",
|
|
21917
|
+
"variant": {
|
|
21918
|
+
"join": "round",
|
|
21919
|
+
"filled": "on",
|
|
21920
|
+
"radius": "0",
|
|
21921
|
+
"stroke": "1"
|
|
21922
|
+
},
|
|
21923
|
+
"createdAt": "2025-12-16T19:02:16.049338+00:00",
|
|
21924
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
21925
|
+
"componentName": "IconVibeCoding2"
|
|
21926
|
+
},
|
|
21885
21927
|
{
|
|
21886
21928
|
"category": "People",
|
|
21887
21929
|
"svg": "<path d=\"M3.63379 14.4208C5.09804 13.2559 6.97115 12.809 8.74609 13.0732L9.09961 13.1357L9.19629 13.1659C9.41029 13.257 9.53832 13.4888 9.49023 13.7255C9.44195 13.9622 9.23348 14.1257 9.00098 14.1259L8.90039 14.1161L8.59863 14.0624C7.08331 13.8368 5.49151 14.2199 4.25586 15.203C2.94791 16.2438 2.00002 17.9891 2 20.4999C2 20.7761 1.77614 20.9999 1.5 20.9999C1.22386 20.9999 1 20.7761 1 20.4999C1.00002 17.7183 2.06192 15.6715 3.63379 14.4208Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5 11.9999C22.654 11.9999 22.7998 12.071 22.8945 12.1923C22.9891 12.3135 23.0226 12.4718 22.9854 12.621L20.9854 20.621C20.9297 20.8435 20.7294 20.9999 20.5 20.9999H6.5C6.22399 20.9999 6.00021 20.7759 6 20.4999C6.00003 20.2238 6.22388 19.9999 6.5 19.9999H10.1094L12.0146 12.3788L12.042 12.2987C12.1206 12.1196 12.2991 11.9999 12.5 11.9999H22.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.13477 1.56145C9.33689 1.45068 9.58394 1.4938 9.7373 1.6552L9.79688 1.73137C10.0815 2.17772 10.4023 2.40274 10.6904 2.4677C10.9629 2.52906 11.2973 2.46764 11.6768 2.14641C11.8509 1.999 12.099 1.99101 12.2812 2.11516L12.3545 2.1757C13.0524 2.87834 13.3597 3.62787 13.3096 4.41301C13.2646 5.11622 12.9351 5.77663 12.5 6.38859V6.75676C12.5 9.36507 10.3987 11.4853 7.7998 11.4853C5.28221 11.4851 3.23204 9.49559 3.10645 6.99992L3.10059 6.75676C3.10057 5.92344 3.23594 4.90399 3.68555 4.07414C4.15252 3.21232 4.96416 2.55754 6.22559 2.55754C6.72858 2.55742 7.43544 2.33004 8.06641 2.0673C8.37115 1.94041 8.64032 1.81229 8.83301 1.71672C8.92892 1.66914 9.00559 1.62976 9.05762 1.60246L9.13086 1.5634L9.13477 1.56145ZM4.10938 6.99992C4.2337 8.94845 5.84055 10.4851 7.7998 10.4853C9.21652 10.4853 10.4488 9.68145 11.0703 8.49992H9V6.99992H8V8.49992H5V6.99992H4.10938ZM9.22656 2.63762C9.02419 2.73697 8.7542 2.86357 8.4502 2.99016C7.8121 3.25583 6.94453 3.55743 6.22559 3.55754C5.3871 3.55754 4.88502 3.95905 4.56445 4.5507C4.33774 4.96925 4.20648 5.48115 4.14453 5.99992H11.5557L11.5566 5.99797L11.5996 5.92961C12.0379 5.34114 12.2812 4.82193 12.3115 4.34953C12.3343 3.99291 12.2363 3.61295 11.918 3.19523C11.4563 3.46207 10.9611 3.55372 10.4707 3.44328C9.98691 3.33427 9.56781 3.04146 9.22656 2.63762Z\" fill=\"currentColor\"/><path d=\"M16.7939 4.44914C16.9761 4.29064 17.24 4.28763 17.4248 4.42863L17.499 4.49797L17.7178 4.76066C18.0831 5.22101 18.3713 5.70363 18.5908 6.23039C19.2166 5.91576 19.8831 5.64595 20.6084 5.49895C20.8789 5.44428 21.1424 5.61911 21.1973 5.88957C21.2521 6.1602 21.0773 6.42455 20.8066 6.47941C20.0249 6.63789 19.297 6.97033 18.5586 7.37785C18.4268 7.45056 18.2694 7.46057 18.1299 7.40422C17.9903 7.34774 17.883 7.2308 17.8389 7.08684C17.6464 6.45979 17.3539 5.91002 16.9336 5.38078L16.7451 5.15422L16.6865 5.07219C16.5719 4.86981 16.6118 4.60793 16.7939 4.44914Z\" fill=\"currentColor\"/>",
|
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-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.70",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-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": 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";
|