@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.2 → 1.1.3
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/IconGooey/index.d.ts +4 -0
- package/IconGooey/index.js +2 -0
- package/IconGooey/index.js.map +1 -0
- package/IconGooey/index.mjs +2 -0
- package/IconGooey/index.mjs.map +1 -0
- package/IconPrompt1/index.d.ts +4 -0
- package/IconPrompt1/index.js +2 -0
- package/IconPrompt1/index.js.map +1 -0
- package/IconPrompt1/index.mjs +2 -0
- package/IconPrompt1/index.mjs.map +1 -0
- package/IconVocalMicrophone/index.d.ts +4 -0
- package/IconVocalMicrophone/index.js +2 -0
- package/IconVocalMicrophone/index.js.map +1 -0
- package/IconVocalMicrophone/index.mjs +2 -0
- package/IconVocalMicrophone/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 +11 -5
- 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 I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of u(r))!P.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=i(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var h={};g(h,{IconGooey:()=>B,default:()=>y});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,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"),B=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{d:"M7.58691 5.28271C9.37138 5.37688 10.9719 6.16775 12.1201 7.38525C12.8451 8.15387 13.5859 8.61365 14.3027 8.61377C14.8705 8.61377 15.4412 8.31492 16.249 7.84131C16.9637 7.42233 17.796 7.18217 18.6816 7.18213C21.3423 7.18213 23.4997 9.33862 23.5 11.9995C23.5 14.6605 21.3426 16.8179 18.6816 16.8179C17.796 16.8178 16.9637 16.5777 16.249 16.1587C15.4412 15.6851 14.8705 15.3862 14.3027 15.3862C13.5858 15.3864 12.8451 15.8469 12.1201 16.6157C10.9719 17.8332 9.37132 18.6231 7.58691 18.7173L7.22754 18.7271C3.62868 18.7271 0.689367 15.9014 0.508789 12.3472L0.5 12.0005C0.5 8.28512 3.51217 5.27295 7.22754 5.27295L7.58691 5.28271Z",fill:"currentColor"})),y=B;0&&(module.exports={IconGooey});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGooey/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 IconGooey: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.58691 5.28271C9.37138 5.37688 10.9719 6.16775 12.1201 7.38525C12.8451 8.15387 13.5859 8.61365 14.3027 8.61377C14.8705 8.61377 15.4412 8.31492 16.249 7.84131C16.9637 7.42233 17.796 7.18217 18.6816 7.18213C21.3423 7.18213 23.4997 9.33862 23.5 11.9995C23.5 14.6605 21.3426 16.8179 18.6816 16.8179C17.796 16.8178 16.9637 16.5777 16.249 16.1587C15.4412 15.6851 14.8705 15.3862 14.3027 15.3862C13.5858 15.3864 12.8451 15.8469 12.1201 16.6157C10.9719 17.8332 9.37132 18.6231 7.58691 18.7173L7.22754 18.7271C3.62868 18.7271 0.689367 15.9014 0.508789 12.3472L0.5 12.0005C0.5 8.28512 3.51217 5.27295 7.22754 5.27295L7.58691 5.28271Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGooey;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGooey_exports","__export","IconGooey","IconGooey_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGooey","props","React","CentralIconBase","IconGooey_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:r,size:o=24,...n})=>C.createElement(p,{...n,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 a}from"react-native-svg";var l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M7.58691 5.28271C9.37138 5.37688 10.9719 6.16775 12.1201 7.38525C12.8451 8.15387 13.5859 8.61365 14.3027 8.61377C14.8705 8.61377 15.4412 8.31492 16.249 7.84131C16.9637 7.42233 17.796 7.18217 18.6816 7.18213C21.3423 7.18213 23.4997 9.33862 23.5 11.9995C23.5 14.6605 21.3426 16.8179 18.6816 16.8179C17.796 16.8178 16.9637 16.5777 16.249 16.1587C15.4412 15.6851 14.8705 15.3862 14.3027 15.3862C13.5858 15.3864 12.8451 15.8469 12.1201 16.6157C10.9719 17.8332 9.37132 18.6231 7.58691 18.7173L7.22754 18.7271C3.62868 18.7271 0.689367 15.9014 0.508789 12.3472L0.5 12.0005C0.5 8.28512 3.51217 5.27295 7.22754 5.27295L7.58691 5.28271Z",fill:"currentColor"})),P=l;export{l as IconGooey,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGooey/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 IconGooey: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.58691 5.28271C9.37138 5.37688 10.9719 6.16775 12.1201 7.38525C12.8451 8.15387 13.5859 8.61365 14.3027 8.61377C14.8705 8.61377 15.4412 8.31492 16.249 7.84131C16.9637 7.42233 17.796 7.18217 18.6816 7.18213C21.3423 7.18213 23.4997 9.33862 23.5 11.9995C23.5 14.6605 21.3426 16.8179 18.6816 16.8179C17.796 16.8178 16.9637 16.5777 16.249 16.1587C15.4412 15.6851 14.8705 15.3862 14.3027 15.3862C13.5858 15.3864 12.8451 15.8469 12.1201 16.6157C10.9719 17.8332 9.37132 18.6231 7.58691 18.7173L7.22754 18.7271C3.62868 18.7271 0.689367 15.9014 0.508789 12.3472L0.5 12.0005C0.5 8.28512 3.51217 5.27295 7.22754 5.27295L7.58691 5.28271Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGooey;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGooey","props","React","CentralIconBase","IconGooey_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(L(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>l(n({},"__esModule",{value:!0}),o);var g={};d(g,{IconPrompt1:()=>i,default:()=>x});module.exports=v(g);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:"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM12 7C11.6988 7 11.4284 7.18564 11.3203 7.4668L10.7412 8.97266C10.4286 9.78556 9.78556 10.4286 8.97266 10.7412L7.4668 11.3203C7.18564 11.4284 7 11.6988 7 12C7 12.3012 7.18564 12.5716 7.4668 12.6797L8.97266 13.2588C9.78556 13.5714 10.4286 14.2144 10.7412 15.0273L11.3203 16.5332C11.4284 16.8144 11.6988 17 12 17C12.3012 17 12.5716 16.8144 12.6797 16.5332L13.2588 15.0273C13.5714 14.2144 14.2144 13.5714 15.0273 13.2588L16.5332 12.6797C16.8144 12.5716 17 12.3012 17 12C17 11.6988 16.8144 11.4284 16.5332 11.3203L15.0273 10.7412C14.2144 10.4286 13.5714 9.78556 13.2588 8.97266L12.6797 7.4668C12.5716 7.18564 12.3012 7 12 7Z",fill:"currentColor"})),x=i;0&&(module.exports={IconPrompt1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPrompt1/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 IconPrompt1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM12 7C11.6988 7 11.4284 7.18564 11.3203 7.4668L10.7412 8.97266C10.4286 9.78556 9.78556 10.4286 8.97266 10.7412L7.4668 11.3203C7.18564 11.4284 7 11.6988 7 12C7 12.3012 7.18564 12.5716 7.4668 12.6797L8.97266 13.2588C9.78556 13.5714 10.4286 14.2144 10.7412 15.0273L11.3203 16.5332C11.4284 16.8144 11.6988 17 12 17C12.3012 17 12.5716 16.8144 12.6797 16.5332L13.2588 15.0273C13.5714 14.2144 14.2144 13.5714 15.0273 13.2588L16.5332 12.6797C16.8144 12.5716 17 12.3012 17 12C17 11.6988 16.8144 11.4284 16.5332 11.3203L15.0273 10.7412C14.2144 10.4286 13.5714 9.78556 13.2588 8.97266L12.6797 7.4668C12.5716 7.18564 12.3012 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPrompt1;\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,uuBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPrompt1_exports","__export","IconPrompt1","IconPrompt1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPrompt1","props","React","CentralIconBase","IconPrompt1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,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=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM12 7C11.6988 7 11.4284 7.18564 11.3203 7.4668L10.7412 8.97266C10.4286 9.78556 9.78556 10.4286 8.97266 10.7412L7.4668 11.3203C7.18564 11.4284 7 11.6988 7 12C7 12.3012 7.18564 12.5716 7.4668 12.6797L8.97266 13.2588C9.78556 13.5714 10.4286 14.2144 10.7412 15.0273L11.3203 16.5332C11.4284 16.8144 11.6988 17 12 17C12.3012 17 12.5716 16.8144 12.6797 16.5332L13.2588 15.0273C13.5714 14.2144 14.2144 13.5714 15.0273 13.2588L16.5332 12.6797C16.8144 12.5716 17 12.3012 17 12C17 11.6988 16.8144 11.4284 16.5332 11.3203L15.0273 10.7412C14.2144 10.4286 13.5714 9.78556 13.2588 8.97266L12.6797 7.4668C12.5716 7.18564 12.3012 7 12 7Z",fill:"currentColor"})),P=a;export{a as IconPrompt1,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPrompt1/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 IconPrompt1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM12 7C11.6988 7 11.4284 7.18564 11.3203 7.4668L10.7412 8.97266C10.4286 9.78556 9.78556 10.4286 8.97266 10.7412L7.4668 11.3203C7.18564 11.4284 7 11.6988 7 12C7 12.3012 7.18564 12.5716 7.4668 12.6797L8.97266 13.2588C9.78556 13.5714 10.4286 14.2144 10.7412 15.0273L11.3203 16.5332C11.4284 16.8144 11.6988 17 12 17C12.3012 17 12.5716 16.8144 12.6797 16.5332L13.2588 15.0273C13.5714 14.2144 14.2144 13.5714 15.0273 13.2588L16.5332 12.6797C16.8144 12.5716 17 12.3012 17 12C17 11.6988 16.8144 11.4284 16.5332 11.3203L15.0273 10.7412C14.2144 10.4286 13.5714 9.78556 13.2588 8.97266L12.6797 7.4668C12.5716 7.18564 12.3012 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPrompt1;\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,uuBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPrompt1","props","React","CentralIconBase","IconPrompt1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconVocalMicrophone:()=>i,default:()=>v});module.exports=h(d);var p=m(require("react"));var c=m(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>c.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M14.499 13.5L6.53517 20.542C5.67197 21.3052 4.36364 21.2649 3.54884 20.4502C2.73407 19.6354 2.69381 18.3271 3.45705 17.4639L10.499 9.5L14.499 13.5Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M16.4981 2.5C19.2595 2.5 21.4981 4.73858 21.4981 7.5C21.4981 10.2614 19.2595 12.5 16.4981 12.5C16.2986 12.5 16.1016 12.4886 15.9082 12.4658L11.5332 8.08984C11.5105 7.89638 11.4981 7.69957 11.4981 7.5C11.4981 4.73872 13.7368 2.50024 16.4981 2.5Z",fill:"currentColor"})),v=i;0&&(module.exports={IconVocalMicrophone});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVocalMicrophone/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 IconVocalMicrophone: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.499 13.5L6.53517 20.542C5.67197 21.3052 4.36364 21.2649 3.54884 20.4502C2.73407 19.6354 2.69381 18.3271 3.45705 17.4639L10.499 9.5L14.499 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.4981 2.5C19.2595 2.5 21.4981 4.73858 21.4981 7.5C21.4981 10.2614 19.2595 12.5 16.4981 12.5C16.2986 12.5 16.1016 12.4886 15.9082 12.4658L11.5332 8.08984C11.5105 7.89638 11.4981 7.69957 11.4981 7.5C11.4981 4.73872 13.7368 2.50024 16.4981 2.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVocalMicrophone;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVocalMicrophone_exports","__export","IconVocalMicrophone","IconVocalMicrophone_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVocalMicrophone","props","React","CentralIconBase","IconVocalMicrophone_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M14.499 13.5L6.53517 20.542C5.67197 21.3052 4.36364 21.2649 3.54884 20.4502C2.73407 19.6354 2.69381 18.3271 3.45705 17.4639L10.499 9.5L14.499 13.5Z",fill:"currentColor"}),t.createElement(n,{d:"M16.4981 2.5C19.2595 2.5 21.4981 4.73858 21.4981 7.5C21.4981 10.2614 19.2595 12.5 16.4981 12.5C16.2986 12.5 16.1016 12.4886 15.9082 12.4658L11.5332 8.08984C11.5105 7.89638 11.4981 7.69957 11.4981 7.5C11.4981 4.73872 13.7368 2.50024 16.4981 2.5Z",fill:"currentColor"})),P=a;export{a as IconVocalMicrophone,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVocalMicrophone/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 IconVocalMicrophone: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.499 13.5L6.53517 20.542C5.67197 21.3052 4.36364 21.2649 3.54884 20.4502C2.73407 19.6354 2.69381 18.3271 3.45705 17.4639L10.499 9.5L14.499 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.4981 2.5C19.2595 2.5 21.4981 4.73858 21.4981 7.5C21.4981 10.2614 19.2595 12.5 16.4981 12.5C16.2986 12.5 16.1016 12.4886 15.9082 12.4658L11.5332 8.08984C11.5105 7.89638 11.4981 7.69957 11.4981 7.5C11.4981 4.73872 13.7368 2.50024 16.4981 2.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVocalMicrophone;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVocalMicrophone","props","React","CentralIconBase","IconVocalMicrophone_default"]}
|
package/README.md
CHANGED
|
@@ -167,6 +167,7 @@ Below is a complete list of available icons:
|
|
|
167
167
|
- IconMagicWand3
|
|
168
168
|
- IconPencilSparkle
|
|
169
169
|
- IconPrompt
|
|
170
|
+
- IconPrompt1
|
|
170
171
|
- IconRobot
|
|
171
172
|
- IconSparkle
|
|
172
173
|
- IconSparkle2
|
|
@@ -576,6 +577,7 @@ Below is a complete list of available icons:
|
|
|
576
577
|
- IconEraserSimple
|
|
577
578
|
- IconFeather
|
|
578
579
|
- IconGlass
|
|
580
|
+
- IconGooey
|
|
579
581
|
- IconHighlight
|
|
580
582
|
- IconKeyframe
|
|
581
583
|
- IconLineThickness
|
|
@@ -1447,6 +1449,7 @@ Below is a complete list of available icons:
|
|
|
1447
1449
|
- IconStop
|
|
1448
1450
|
- IconStopCircle
|
|
1449
1451
|
- IconTextToSpeach
|
|
1452
|
+
- IconVocalMicrophone
|
|
1450
1453
|
- IconVoice1
|
|
1451
1454
|
- IconVoice2
|
|
1452
1455
|
- IconVoice3
|
package/filtered-icons.json
CHANGED
|
@@ -10402,6 +10402,20 @@
|
|
|
10402
10402
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
10403
10403
|
"componentName": "IconGolfBall"
|
|
10404
10404
|
},
|
|
10405
|
+
{
|
|
10406
|
+
"category": "Edit",
|
|
10407
|
+
"svg": "<path d=\"M7.58691 5.28271C9.37138 5.37688 10.9719 6.16775 12.1201 7.38525C12.8451 8.15387 13.5859 8.61365 14.3027 8.61377C14.8705 8.61377 15.4412 8.31492 16.249 7.84131C16.9637 7.42233 17.796 7.18217 18.6816 7.18213C21.3423 7.18213 23.4997 9.33862 23.5 11.9995C23.5 14.6605 21.3426 16.8179 18.6816 16.8179C17.796 16.8178 16.9637 16.5777 16.249 16.1587C15.4412 15.6851 14.8705 15.3862 14.3027 15.3862C13.5858 15.3864 12.8451 15.8469 12.1201 16.6157C10.9719 17.8332 9.37132 18.6231 7.58691 18.7173L7.22754 18.7271C3.62868 18.7271 0.689367 15.9014 0.508789 12.3472L0.5 12.0005C0.5 8.28512 3.51217 5.27295 7.22754 5.27295L7.58691 5.28271Z\" fill=\"currentColor\"/>",
|
|
10408
|
+
"iconName": "gooey, morph, liquid-glass",
|
|
10409
|
+
"variant": {
|
|
10410
|
+
"join": "round",
|
|
10411
|
+
"filled": "on",
|
|
10412
|
+
"radius": "3",
|
|
10413
|
+
"stroke": "2"
|
|
10414
|
+
},
|
|
10415
|
+
"createdAt": "2025-09-18T11:30:31.15911+00:00",
|
|
10416
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
10417
|
+
"componentName": "IconGooey"
|
|
10418
|
+
},
|
|
10405
10419
|
{
|
|
10406
10420
|
"category": "Social Media & Brands",
|
|
10407
10421
|
"svg": "<path d=\"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z\" fill=\"currentColor\"/><path d=\"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z\" fill=\"currentColor\"/><path d=\"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z\" fill=\"currentColor\"/><path d=\"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z\" fill=\"currentColor\"/>",
|
|
@@ -15428,6 +15442,20 @@
|
|
|
15428
15442
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
15429
15443
|
"componentName": "IconPrompt"
|
|
15430
15444
|
},
|
|
15445
|
+
{
|
|
15446
|
+
"category": "AI & Magic",
|
|
15447
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM12 7C11.6988 7 11.4284 7.18564 11.3203 7.4668L10.7412 8.97266C10.4286 9.78556 9.78556 10.4286 8.97266 10.7412L7.4668 11.3203C7.18564 11.4284 7 11.6988 7 12C7 12.3012 7.18564 12.5716 7.4668 12.6797L8.97266 13.2588C9.78556 13.5714 10.4286 14.2144 10.7412 15.0273L11.3203 16.5332C11.4284 16.8144 11.6988 17 12 17C12.3012 17 12.5716 16.8144 12.6797 16.5332L13.2588 15.0273C13.5714 14.2144 14.2144 13.5714 15.0273 13.2588L16.5332 12.6797C16.8144 12.5716 17 12.3012 17 12C17 11.6988 16.8144 11.4284 16.5332 11.3203L15.0273 10.7412C14.2144 10.4286 13.5714 9.78556 13.2588 8.97266L12.6797 7.4668C12.5716 7.18564 12.3012 7 12 7Z\" fill=\"currentColor\"/>",
|
|
15448
|
+
"iconName": "prompt, vibe-designing, box-sparkle",
|
|
15449
|
+
"variant": {
|
|
15450
|
+
"join": "round",
|
|
15451
|
+
"filled": "on",
|
|
15452
|
+
"radius": "3",
|
|
15453
|
+
"stroke": "2"
|
|
15454
|
+
},
|
|
15455
|
+
"createdAt": "2025-09-18T11:30:31.15911+00:00",
|
|
15456
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
15457
|
+
"componentName": "IconPrompt1"
|
|
15458
|
+
},
|
|
15431
15459
|
{
|
|
15432
15460
|
"category": "Code",
|
|
15433
15461
|
"svg": "<path d=\"M6 3C4.34315 3 3 4.34315 3 6C3 7.30622 3.83481 8.41746 5 8.82929V15.1707C3.83481 15.5825 3 16.6938 3 18C3 19.6569 4.34315 21 6 21C7.65685 21 9 19.6569 9 18C9 16.6938 8.16519 15.5825 7 15.1707V8.82929C8.16519 8.41746 9 7.30622 9 6C9 4.34315 7.65685 3 6 3Z\" fill=\"currentColor\"/><path d=\"M14.4142 5L14.7071 4.70711C15.0976 4.31658 15.0976 3.68342 14.7071 3.29289C14.3166 2.90237 13.6834 2.90237 13.2929 3.29289L11.2929 5.29289C10.9024 5.68342 10.9024 6.31658 11.2929 6.70711L13.2929 8.70711C13.6834 9.09763 14.3166 9.09763 14.7071 8.70711C15.0976 8.31658 15.0976 7.68342 14.7071 7.29289L14.4142 7H15C16.1046 7 17 7.89543 17 9V15.1707C15.8348 15.5825 15 16.6938 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.6938 20.1652 15.5825 19 15.1707V9C19 6.79086 17.2091 5 15 5H14.4142Z\" fill=\"currentColor\"/>",
|
|
@@ -20608,6 +20636,20 @@
|
|
|
20608
20636
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
20609
20637
|
"componentName": "IconVkontakte"
|
|
20610
20638
|
},
|
|
20639
|
+
{
|
|
20640
|
+
"category": "Sound & Music",
|
|
20641
|
+
"svg": "<path d=\"M14.499 13.5L6.53517 20.542C5.67197 21.3052 4.36364 21.2649 3.54884 20.4502C2.73407 19.6354 2.69381 18.3271 3.45705 17.4639L10.499 9.5L14.499 13.5Z\" fill=\"currentColor\"/><path d=\"M16.4981 2.5C19.2595 2.5 21.4981 4.73858 21.4981 7.5C21.4981 10.2614 19.2595 12.5 16.4981 12.5C16.2986 12.5 16.1016 12.4886 15.9082 12.4658L11.5332 8.08984C11.5105 7.89638 11.4981 7.69957 11.4981 7.5C11.4981 4.73872 13.7368 2.50024 16.4981 2.5Z\" fill=\"currentColor\"/>",
|
|
20642
|
+
"iconName": "vocal-microphone, singing, karaoke",
|
|
20643
|
+
"variant": {
|
|
20644
|
+
"join": "round",
|
|
20645
|
+
"filled": "on",
|
|
20646
|
+
"radius": "3",
|
|
20647
|
+
"stroke": "2"
|
|
20648
|
+
},
|
|
20649
|
+
"createdAt": "2025-09-18T11:30:31.15911+00:00",
|
|
20650
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
20651
|
+
"componentName": "IconVocalMicrophone"
|
|
20652
|
+
},
|
|
20611
20653
|
{
|
|
20612
20654
|
"category": "Sound & Music",
|
|
20613
20655
|
"svg": "<path d=\"M9 4C9 3.44772 8.55228 3 8 3C7.44772 3 7 3.44772 7 4V20C7 20.5523 7.44772 21 8 21C8.55228 21 9 20.5523 9 20V4Z\" fill=\"currentColor\"/><path d=\"M17 6C17 5.44772 16.5523 5 16 5C15.4477 5 15 5.44772 15 6V18C15 18.5523 15.4477 19 16 19C16.5523 19 17 18.5523 17 18V6Z\" fill=\"currentColor\"/><path d=\"M13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V8Z\" fill=\"currentColor\"/><path d=\"M5 10C5 9.44772 4.55228 9 4 9C3.44772 9 3 9.44772 3 10V14C3 14.5523 3.44772 15 4 15C4.55228 15 5 14.5523 5 14V10Z\" fill=\"currentColor\"/><path d=\"M21 10C21 9.44772 20.5523 9 20 9C19.4477 9 19 9.44772 19 10V14C19 14.5523 19.4477 15 20 15C20.5523 15 21 14.5523 21 14V10Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -742,6 +742,7 @@ export type CentralIconName =
|
|
|
742
742
|
| "IconGlobus"
|
|
743
743
|
| "IconGoldMedal"
|
|
744
744
|
| "IconGolfBall"
|
|
745
|
+
| "IconGooey"
|
|
745
746
|
| "IconGoogle"
|
|
746
747
|
| "IconGooglePlayStore"
|
|
747
748
|
| "IconGovernment"
|
|
@@ -1101,6 +1102,7 @@ export type CentralIconName =
|
|
|
1101
1102
|
| "IconProcessor"
|
|
1102
1103
|
| "IconProducthunt"
|
|
1103
1104
|
| "IconPrompt"
|
|
1105
|
+
| "IconPrompt1"
|
|
1104
1106
|
| "IconPullRequest"
|
|
1105
1107
|
| "IconPumpjack"
|
|
1106
1108
|
| "IconPush"
|
|
@@ -1471,6 +1473,7 @@ export type CentralIconName =
|
|
|
1471
1473
|
| "IconVisionProApp"
|
|
1472
1474
|
| "IconVisualIntelligence"
|
|
1473
1475
|
| "IconVkontakte"
|
|
1476
|
+
| "IconVocalMicrophone"
|
|
1474
1477
|
| "IconVoice1"
|
|
1475
1478
|
| "IconVoice2"
|
|
1476
1479
|
| "IconVoice3"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1533,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 34,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBoxSparkle",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"IconMagicWand3",
|
|
38
38
|
"IconPencilSparkle",
|
|
39
39
|
"IconPrompt",
|
|
40
|
+
"IconPrompt1",
|
|
40
41
|
"IconRobot",
|
|
41
42
|
"IconSparkle",
|
|
42
43
|
"IconSparkle2",
|
|
@@ -430,7 +431,7 @@
|
|
|
430
431
|
]
|
|
431
432
|
},
|
|
432
433
|
"Edit": {
|
|
433
|
-
"count":
|
|
434
|
+
"count": 70,
|
|
434
435
|
"icons": [
|
|
435
436
|
"IconAddKeyframe",
|
|
436
437
|
"IconBezier",
|
|
@@ -466,6 +467,7 @@
|
|
|
466
467
|
"IconEraserSimple",
|
|
467
468
|
"IconFeather",
|
|
468
469
|
"IconGlass",
|
|
470
|
+
"IconGooey",
|
|
469
471
|
"IconHighlight",
|
|
470
472
|
"IconKeyframe",
|
|
471
473
|
"IconLineThickness",
|
|
@@ -1330,7 +1332,7 @@
|
|
|
1330
1332
|
]
|
|
1331
1333
|
},
|
|
1332
1334
|
"Sound & Music": {
|
|
1333
|
-
"count":
|
|
1335
|
+
"count": 50,
|
|
1334
1336
|
"icons": [
|
|
1335
1337
|
"IconAirpodLeft",
|
|
1336
1338
|
"IconAirpodRight",
|
|
@@ -1371,6 +1373,7 @@
|
|
|
1371
1373
|
"IconStop",
|
|
1372
1374
|
"IconStopCircle",
|
|
1373
1375
|
"IconTextToSpeach",
|
|
1376
|
+
"IconVocalMicrophone",
|
|
1374
1377
|
"IconVoice1",
|
|
1375
1378
|
"IconVoice2",
|
|
1376
1379
|
"IconVoice3",
|
|
@@ -2463,6 +2466,7 @@
|
|
|
2463
2466
|
"IconGlobus": "globus, map, earth, globe",
|
|
2464
2467
|
"IconGoldMedal": "gold-medal, first-place, win",
|
|
2465
2468
|
"IconGolfBall": "golf-ball",
|
|
2469
|
+
"IconGooey": "gooey, morph, liquid-glass",
|
|
2466
2470
|
"IconGoogle": "google",
|
|
2467
2471
|
"IconGooglePlayStore": "google-play-store",
|
|
2468
2472
|
"IconGovernment": "government, bank, building",
|
|
@@ -2822,6 +2826,7 @@
|
|
|
2822
2826
|
"IconProcessor": "processor, chip",
|
|
2823
2827
|
"IconProducthunt": "producthunt",
|
|
2824
2828
|
"IconPrompt": "prompt, scan-text",
|
|
2829
|
+
"IconPrompt1": "prompt, vibe-designing, box-sparkle",
|
|
2825
2830
|
"IconPullRequest": "pull-request",
|
|
2826
2831
|
"IconPumpjack": "pumpjack, oil",
|
|
2827
2832
|
"IconPush": "push, launch, rocket",
|
|
@@ -3192,6 +3197,7 @@
|
|
|
3192
3197
|
"IconVisionProApp": "vision-pro-app, window",
|
|
3193
3198
|
"IconVisualIntelligence": "visual-intelligence",
|
|
3194
3199
|
"IconVkontakte": "vkontakte",
|
|
3200
|
+
"IconVocalMicrophone": "vocal-microphone, singing, karaoke",
|
|
3195
3201
|
"IconVoice1": "voice-1, wave",
|
|
3196
3202
|
"IconVoice2": "voice-2, siri, wave",
|
|
3197
3203
|
"IconVoice3": "voice-3, wave",
|
package/index.d.ts
CHANGED
|
@@ -741,6 +741,7 @@ export { IconGlass, default as IconGlassDefault } from "./IconGlass";
|
|
|
741
741
|
export { IconGlobus, default as IconGlobusDefault } from "./IconGlobus";
|
|
742
742
|
export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
|
|
743
743
|
export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
|
|
744
|
+
export { IconGooey, default as IconGooeyDefault } from "./IconGooey";
|
|
744
745
|
export { IconGoogle, default as IconGoogleDefault } from "./IconGoogle";
|
|
745
746
|
export { IconGooglePlayStore, default as IconGooglePlayStoreDefault, } from "./IconGooglePlayStore";
|
|
746
747
|
export { IconGovernment, default as IconGovernmentDefault, } from "./IconGovernment";
|
|
@@ -1100,6 +1101,7 @@ export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
|
|
|
1100
1101
|
export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
|
|
1101
1102
|
export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
|
|
1102
1103
|
export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
|
|
1104
|
+
export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
|
|
1103
1105
|
export { IconPullRequest, default as IconPullRequestDefault, } from "./IconPullRequest";
|
|
1104
1106
|
export { IconPumpjack, default as IconPumpjackDefault } from "./IconPumpjack";
|
|
1105
1107
|
export { IconPush, default as IconPushDefault } from "./IconPush";
|
|
@@ -1470,6 +1472,7 @@ export { IconVisionPro, default as IconVisionProDefault, } from "./IconVisionPro
|
|
|
1470
1472
|
export { IconVisionProApp, default as IconVisionProAppDefault, } from "./IconVisionProApp";
|
|
1471
1473
|
export { IconVisualIntelligence, default as IconVisualIntelligenceDefault, } from "./IconVisualIntelligence";
|
|
1472
1474
|
export { IconVkontakte, default as IconVkontakteDefault, } from "./IconVkontakte";
|
|
1475
|
+
export { IconVocalMicrophone, default as IconVocalMicrophoneDefault, } from "./IconVocalMicrophone";
|
|
1473
1476
|
export { IconVoice1, default as IconVoice1Default } from "./IconVoice1";
|
|
1474
1477
|
export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
1475
1478
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|