@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.2 → 1.1.4
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/IconEmojiAstonished/index.d.ts +4 -0
- package/IconEmojiAstonished/index.js +2 -0
- package/IconEmojiAstonished/index.js.map +1 -0
- package/IconEmojiAstonished/index.mjs +2 -0
- package/IconEmojiAstonished/index.mjs.map +1 -0
- package/IconEmojiSadTear/index.d.ts +4 -0
- package/IconEmojiSadTear/index.js +2 -0
- package/IconEmojiSadTear/index.js.map +1 -0
- package/IconEmojiSadTear/index.mjs +2 -0
- package/IconEmojiSadTear/index.mjs.map +1 -0
- 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 +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +16 -6
- package/index.d.ts +5 -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 +35 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(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))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=d(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)),P=o=>l(t({},"__esModule",{value:!0}),o);var M={};x(M,{IconEmojiAstonished:()=>i,default:()=>g});module.exports=P(M);var n=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=>n.default.createElement(c,{...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 2ZM12 13C10.8954 13 10 13.7741 10 15.5C10 17.2259 10.8954 18 12 18C13.1046 18 14 17.2259 14 15.5C14 13.7741 13.1046 13 12 13ZM9.25 9C8.55964 9 8 9.67157 8 10.5C8 11.3284 8.55964 12 9.25 12C9.94036 12 10.5 11.3284 10.5 10.5C10.5 9.67157 9.94036 9 9.25 9ZM14.75 9C14.0596 9 13.5 9.67157 13.5 10.5C13.5 11.3284 14.0596 12 14.75 12C15.4404 12 16 11.3284 16 10.5C16 9.67157 15.4404 9 14.75 9ZM9.94629 6.90039C9.39392 5.6691 6.00965 7.55742 6.56055 8.78809C6.8274 9.38245 7.49086 8.58551 8.35449 8.12695C9.19926 7.67846 10.2515 7.58232 9.94629 6.90039ZM17.4395 8.78809C17.9904 7.55742 14.6061 5.6691 14.0537 6.90039C13.7485 7.58232 14.8007 7.67846 15.6455 8.12695C16.5091 8.58551 17.1726 9.38245 17.4395 8.78809Z",fill:"currentColor"})),g=i;0&&(module.exports={IconEmojiAstonished});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiAstonished/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 IconEmojiAstonished: 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 2ZM12 13C10.8954 13 10 13.7741 10 15.5C10 17.2259 10.8954 18 12 18C13.1046 18 14 17.2259 14 15.5C14 13.7741 13.1046 13 12 13ZM9.25 9C8.55964 9 8 9.67157 8 10.5C8 11.3284 8.55964 12 9.25 12C9.94036 12 10.5 11.3284 10.5 10.5C10.5 9.67157 9.94036 9 9.25 9ZM14.75 9C14.0596 9 13.5 9.67157 13.5 10.5C13.5 11.3284 14.0596 12 14.75 12C15.4404 12 16 11.3284 16 10.5C16 9.67157 15.4404 9 14.75 9ZM9.94629 6.90039C9.39392 5.6691 6.00965 7.55742 6.56055 8.78809C6.8274 9.38245 7.49086 8.58551 8.35449 8.12695C9.19926 7.67846 10.2515 7.58232 9.94629 6.90039ZM17.4395 8.78809C17.9904 7.55742 14.6061 5.6691 14.0537 6.90039C13.7485 7.58232 14.8007 7.67846 15.6455 8.12695C16.5091 8.58551 17.1726 9.38245 17.4395 8.78809Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiAstonished;\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,SAAS,UACT,SAAS,UACT,EAAE,mzBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmojiAstonished_exports","__export","IconEmojiAstonished","IconEmojiAstonished_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiAstonished","props","React","CentralIconBase","IconEmojiAstonished_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 2ZM12 13C10.8954 13 10 13.7741 10 15.5C10 17.2259 10.8954 18 12 18C13.1046 18 14 17.2259 14 15.5C14 13.7741 13.1046 13 12 13ZM9.25 9C8.55964 9 8 9.67157 8 10.5C8 11.3284 8.55964 12 9.25 12C9.94036 12 10.5 11.3284 10.5 10.5C10.5 9.67157 9.94036 9 9.25 9ZM14.75 9C14.0596 9 13.5 9.67157 13.5 10.5C13.5 11.3284 14.0596 12 14.75 12C15.4404 12 16 11.3284 16 10.5C16 9.67157 15.4404 9 14.75 9ZM9.94629 6.90039C9.39392 5.6691 6.00965 7.55742 6.56055 8.78809C6.8274 9.38245 7.49086 8.58551 8.35449 8.12695C9.19926 7.67846 10.2515 7.58232 9.94629 6.90039ZM17.4395 8.78809C17.9904 7.55742 14.6061 5.6691 14.0537 6.90039C13.7485 7.58232 14.8007 7.67846 15.6455 8.12695C16.5091 8.58551 17.1726 9.38245 17.4395 8.78809Z",fill:"currentColor"})),v=a;export{a as IconEmojiAstonished,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiAstonished/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 IconEmojiAstonished: 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 2ZM12 13C10.8954 13 10 13.7741 10 15.5C10 17.2259 10.8954 18 12 18C13.1046 18 14 17.2259 14 15.5C14 13.7741 13.1046 13 12 13ZM9.25 9C8.55964 9 8 9.67157 8 10.5C8 11.3284 8.55964 12 9.25 12C9.94036 12 10.5 11.3284 10.5 10.5C10.5 9.67157 9.94036 9 9.25 9ZM14.75 9C14.0596 9 13.5 9.67157 13.5 10.5C13.5 11.3284 14.0596 12 14.75 12C15.4404 12 16 11.3284 16 10.5C16 9.67157 15.4404 9 14.75 9ZM9.94629 6.90039C9.39392 5.6691 6.00965 7.55742 6.56055 8.78809C6.8274 9.38245 7.49086 8.58551 8.35449 8.12695C9.19926 7.67846 10.2515 7.58232 9.94629 6.90039ZM17.4395 8.78809C17.9904 7.55742 14.6061 5.6691 14.0537 6.90039C13.7485 7.58232 14.8007 7.67846 15.6455 8.12695C16.5091 8.58551 17.1726 9.38245 17.4395 8.78809Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiAstonished;\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,SAAS,UACT,SAAS,UACT,EAAE,mzBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiAstonished","props","React","CentralIconBase","IconEmojiAstonished_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(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))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=d(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)),P=o=>l(t({},"__esModule",{value:!0}),o);var M={};x(M,{IconEmojiSadTear:()=>i,default:()=>g});module.exports=P(M);var n=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=>n.default.createElement(c,{...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 2ZM16 11.75C13.9323 13.5833 13.4153 17.2499 16 17.25C18.5847 17.25 18.0676 13.5833 16 11.75ZM12 14.2295C10.6195 14.2295 9.50041 15.1127 9.5 15.7295C9.5 16.3463 10.6193 15.7139 12 15.7139C12.4689 15.7139 12.9072 15.7891 13.2822 15.8613C13.2511 15.6163 13.2433 15.3703 13.2568 15.1309C13.2683 14.9283 13.2942 14.7219 13.333 14.5137C12.9471 14.3424 12.4903 14.2295 12 14.2295ZM9.25 8.5C8.55964 8.5 8 9.17157 8 10C8 10.8284 8.55964 11.5 9.25 11.5C9.94036 11.5 10.5 10.8284 10.5 10C10.5 9.17157 9.94036 8.5 9.25 8.5ZM14.75 8.5C14.0596 8.5 13.5 9.17157 13.5 10C13.5 10.8284 14.0596 11.5 14.75 11.5C15.4404 11.5 16 10.8284 16 10C16 9.17157 15.4404 8.5 14.75 8.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconEmojiSadTear});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiSadTear/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 IconEmojiSadTear: 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 2ZM16 11.75C13.9323 13.5833 13.4153 17.2499 16 17.25C18.5847 17.25 18.0676 13.5833 16 11.75ZM12 14.2295C10.6195 14.2295 9.50041 15.1127 9.5 15.7295C9.5 16.3463 10.6193 15.7139 12 15.7139C12.4689 15.7139 12.9072 15.7891 13.2822 15.8613C13.2511 15.6163 13.2433 15.3703 13.2568 15.1309C13.2683 14.9283 13.2942 14.7219 13.333 14.5137C12.9471 14.3424 12.4903 14.2295 12 14.2295ZM9.25 8.5C8.55964 8.5 8 9.17157 8 10C8 10.8284 8.55964 11.5 9.25 11.5C9.94036 11.5 10.5 10.8284 10.5 10C10.5 9.17157 9.94036 8.5 9.25 8.5ZM14.75 8.5C14.0596 8.5 13.5 9.17157 13.5 10C13.5 10.8284 14.0596 11.5 14.75 11.5C15.4404 11.5 16 10.8284 16 10C16 9.17157 15.4404 8.5 14.75 8.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiSadTear;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gwBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmojiSadTear_exports","__export","IconEmojiSadTear","IconEmojiSadTear_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiSadTear","props","React","CentralIconBase","IconEmojiSadTear_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 2ZM16 11.75C13.9323 13.5833 13.4153 17.2499 16 17.25C18.5847 17.25 18.0676 13.5833 16 11.75ZM12 14.2295C10.6195 14.2295 9.50041 15.1127 9.5 15.7295C9.5 16.3463 10.6193 15.7139 12 15.7139C12.4689 15.7139 12.9072 15.7891 13.2822 15.8613C13.2511 15.6163 13.2433 15.3703 13.2568 15.1309C13.2683 14.9283 13.2942 14.7219 13.333 14.5137C12.9471 14.3424 12.4903 14.2295 12 14.2295ZM9.25 8.5C8.55964 8.5 8 9.17157 8 10C8 10.8284 8.55964 11.5 9.25 11.5C9.94036 11.5 10.5 10.8284 10.5 10C10.5 9.17157 9.94036 8.5 9.25 8.5ZM14.75 8.5C14.0596 8.5 13.5 9.17157 13.5 10C13.5 10.8284 14.0596 11.5 14.75 11.5C15.4404 11.5 16 10.8284 16 10C16 9.17157 15.4404 8.5 14.75 8.5Z",fill:"currentColor"})),v=a;export{a as IconEmojiSadTear,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiSadTear/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 IconEmojiSadTear: 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 2ZM16 11.75C13.9323 13.5833 13.4153 17.2499 16 17.25C18.5847 17.25 18.0676 13.5833 16 11.75ZM12 14.2295C10.6195 14.2295 9.50041 15.1127 9.5 15.7295C9.5 16.3463 10.6193 15.7139 12 15.7139C12.4689 15.7139 12.9072 15.7891 13.2822 15.8613C13.2511 15.6163 13.2433 15.3703 13.2568 15.1309C13.2683 14.9283 13.2942 14.7219 13.333 14.5137C12.9471 14.3424 12.4903 14.2295 12 14.2295ZM9.25 8.5C8.55964 8.5 8 9.17157 8 10C8 10.8284 8.55964 11.5 9.25 11.5C9.94036 11.5 10.5 10.8284 10.5 10C10.5 9.17157 9.94036 8.5 9.25 8.5ZM14.75 8.5C14.0596 8.5 13.5 9.17157 13.5 10C13.5 10.8284 14.0596 11.5 14.75 11.5C15.4404 11.5 16 10.8284 16 10C16 9.17157 15.4404 8.5 14.75 8.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiSadTear;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gwBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiSadTear","props","React","CentralIconBase","IconEmojiSadTear_default"]}
|
|
@@ -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})},a=(o,r,e,l)=>{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:!(l=B(r,t))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(L(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var g={};d(g,{IconPrompt1:()=>i,default:()=>x});module.exports=v(g);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:o,size:r=24,...e})=>s.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=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM10.25 10.25L7 11.5V12.5L10.25 13.75L11.5 17H12.5L13.75 13.75L17 12.5V11.5L13.75 10.25L12.5 7H11.5L10.25 10.25Z",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=\"M21 21H3V3H21V21ZM10.25 10.25L7 11.5V12.5L10.25 13.75L11.5 17H12.5L13.75 13.75L17 12.5V11.5L13.75 10.25L12.5 7H11.5L10.25 10.25Z\"\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,mIACF,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 p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...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 m=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM10.25 10.25L7 11.5V12.5L10.25 13.75L11.5 17H12.5L13.75 13.75L17 12.5V11.5L13.75 10.25L12.5 7H11.5L10.25 10.25Z",fill:"currentColor"})),P=m;export{m 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=\"M21 21H3V3H21V21ZM10.25 10.25L7 11.5V12.5L10.25 13.75L11.5 17H12.5L13.75 13.75L17 12.5V11.5L13.75 10.25L12.5 7H11.5L10.25 10.25Z\"\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,mIACF,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 L={};g(L,{IconVocalMicrophone:()=>i,default:()=>v});module.exports=h(L);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.5 13.5L5.5 21.5L2.5 18.5L10.5 9.5L14.5 13.5Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M16.5 2.5C19.2614 2.5 21.5 4.73858 21.5 7.5C21.5 10.2614 19.2614 12.5 16.5 12.5C16.3004 12.5 16.1036 12.4886 15.9102 12.4658L11.5342 8.08984C11.5114 7.8964 11.5 7.69955 11.5 7.5C11.5 4.73858 13.7386 2.5 16.5 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.5 13.5L5.5 21.5L2.5 18.5L10.5 9.5L14.5 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 2.5C19.2614 2.5 21.5 4.73858 21.5 7.5C21.5 10.2614 19.2614 12.5 16.5 12.5C16.3004 12.5 16.1036 12.4886 15.9102 12.4658L11.5342 8.08984C11.5114 7.8964 11.5 7.69955 11.5 7.5C11.5 4.73858 13.7386 2.5 16.5 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,mDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uNACF,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.5 13.5L5.5 21.5L2.5 18.5L10.5 9.5L14.5 13.5Z",fill:"currentColor"}),t.createElement(n,{d:"M16.5 2.5C19.2614 2.5 21.5 4.73858 21.5 7.5C21.5 10.2614 19.2614 12.5 16.5 12.5C16.3004 12.5 16.1036 12.4886 15.9102 12.4658L11.5342 8.08984C11.5114 7.8964 11.5 7.69955 11.5 7.5C11.5 4.73858 13.7386 2.5 16.5 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.5 13.5L5.5 21.5L2.5 18.5L10.5 9.5L14.5 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 2.5C19.2614 2.5 21.5 4.73858 21.5 7.5C21.5 10.2614 19.2614 12.5 16.5 12.5C16.3004 12.5 16.1036 12.4886 15.9102 12.4658L11.5342 8.08984C11.5114 7.8964 11.5 7.69955 11.5 7.5C11.5 4.73858 13.7386 2.5 16.5 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,mDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uNACF,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
|
|
@@ -1536,7 +1539,9 @@ Below is a complete list of available icons:
|
|
|
1536
1539
|
- IconEmojiAddReaction
|
|
1537
1540
|
- IconEmojiAlt
|
|
1538
1541
|
- IconEmojiArc
|
|
1542
|
+
- IconEmojiAstonished
|
|
1539
1543
|
- IconEmojiSad
|
|
1544
|
+
- IconEmojiSadTear
|
|
1540
1545
|
- IconEmojiSleep
|
|
1541
1546
|
- IconEmojiSmile
|
|
1542
1547
|
- IconEmojiSmiley
|
package/filtered-icons.json
CHANGED
|
@@ -8288,6 +8288,20 @@
|
|
|
8288
8288
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
8289
8289
|
"componentName": "IconEmojiArc"
|
|
8290
8290
|
},
|
|
8291
|
+
{
|
|
8292
|
+
"category": "Things",
|
|
8293
|
+
"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 2ZM12 13C10.8954 13 10 13.7741 10 15.5C10 17.2259 10.8954 18 12 18C13.1046 18 14 17.2259 14 15.5C14 13.7741 13.1046 13 12 13ZM9.25 9C8.55964 9 8 9.67157 8 10.5C8 11.3284 8.55964 12 9.25 12C9.94036 12 10.5 11.3284 10.5 10.5C10.5 9.67157 9.94036 9 9.25 9ZM14.75 9C14.0596 9 13.5 9.67157 13.5 10.5C13.5 11.3284 14.0596 12 14.75 12C15.4404 12 16 11.3284 16 10.5C16 9.67157 15.4404 9 14.75 9ZM9.94629 6.90039C9.39392 5.6691 6.00965 7.55742 6.56055 8.78809C6.8274 9.38245 7.49086 8.58551 8.35449 8.12695C9.19926 7.67846 10.2515 7.58232 9.94629 6.90039ZM17.4395 8.78809C17.9904 7.55742 14.6061 5.6691 14.0537 6.90039C13.7485 7.58232 14.8007 7.67846 15.6455 8.12695C16.5091 8.58551 17.1726 9.38245 17.4395 8.78809Z\" fill=\"currentColor\"/>",
|
|
8294
|
+
"iconName": "emoji-astonished",
|
|
8295
|
+
"variant": {
|
|
8296
|
+
"join": "square",
|
|
8297
|
+
"filled": "on",
|
|
8298
|
+
"radius": "0",
|
|
8299
|
+
"stroke": "2"
|
|
8300
|
+
},
|
|
8301
|
+
"createdAt": "2025-09-19T11:00:51.358902+00:00",
|
|
8302
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
8303
|
+
"componentName": "IconEmojiAstonished"
|
|
8304
|
+
},
|
|
8291
8305
|
{
|
|
8292
8306
|
"category": "Things",
|
|
8293
8307
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM15.5341 14.4645C13.5815 12.5118 10.4157 12.5118 8.46306 14.4645L7.75595 15.1716L9.17017 16.5858L9.87727 15.8787C11.0488 14.7071 12.9483 14.7071 14.1199 15.8787L14.827 16.5858L16.2412 15.1716L15.5341 14.4645ZM8 9.5C8 8.80964 8.55964 8.25 9.25 8.25C9.94036 8.25 10.5 8.80964 10.5 9.5C10.5 10.1904 9.94036 10.75 9.25 10.75C8.55964 10.75 8 10.1904 8 9.5ZM14.75 8.25C14.0596 8.25 13.5 8.80964 13.5 9.5C13.5 10.1904 14.0596 10.75 14.75 10.75C15.4404 10.75 16 10.1904 16 9.5C16 8.80964 15.4404 8.25 14.75 8.25Z\" fill=\"currentColor\"/>",
|
|
@@ -8302,6 +8316,20 @@
|
|
|
8302
8316
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
8303
8317
|
"componentName": "IconEmojiSad"
|
|
8304
8318
|
},
|
|
8319
|
+
{
|
|
8320
|
+
"category": "Things",
|
|
8321
|
+
"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 2ZM16 11.75C13.9323 13.5833 13.4153 17.2499 16 17.25C18.5847 17.25 18.0676 13.5833 16 11.75ZM12 14.2295C10.6195 14.2295 9.50041 15.1127 9.5 15.7295C9.5 16.3463 10.6193 15.7139 12 15.7139C12.4689 15.7139 12.9072 15.7891 13.2822 15.8613C13.2511 15.6163 13.2433 15.3703 13.2568 15.1309C13.2683 14.9283 13.2942 14.7219 13.333 14.5137C12.9471 14.3424 12.4903 14.2295 12 14.2295ZM9.25 8.5C8.55964 8.5 8 9.17157 8 10C8 10.8284 8.55964 11.5 9.25 11.5C9.94036 11.5 10.5 10.8284 10.5 10C10.5 9.17157 9.94036 8.5 9.25 8.5ZM14.75 8.5C14.0596 8.5 13.5 9.17157 13.5 10C13.5 10.8284 14.0596 11.5 14.75 11.5C15.4404 11.5 16 10.8284 16 10C16 9.17157 15.4404 8.5 14.75 8.5Z\" fill=\"currentColor\"/>",
|
|
8322
|
+
"iconName": "emoji-sad-tear",
|
|
8323
|
+
"variant": {
|
|
8324
|
+
"join": "square",
|
|
8325
|
+
"filled": "on",
|
|
8326
|
+
"radius": "0",
|
|
8327
|
+
"stroke": "2"
|
|
8328
|
+
},
|
|
8329
|
+
"createdAt": "2025-09-19T11:00:51.358902+00:00",
|
|
8330
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
8331
|
+
"componentName": "IconEmojiSadTear"
|
|
8332
|
+
},
|
|
8305
8333
|
{
|
|
8306
8334
|
"category": "Things",
|
|
8307
8335
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM6.70234 11.3367L7.25 10.5C6.70234 11.3367 6.70196 11.3365 6.70234 11.3367L6.70386 11.3377L6.70543 11.3387L6.70871 11.3408L6.71583 11.3454L6.73236 11.3557C6.74438 11.3631 6.75842 11.3714 6.7745 11.3806C6.80664 11.3991 6.84689 11.4208 6.89526 11.4445C6.99205 11.4921 7.12123 11.5475 7.28271 11.6004C7.60702 11.7065 8.05561 11.8 8.625 11.8C9.19439 11.8 9.64298 11.7065 9.96729 11.6004C10.1288 11.5475 10.258 11.4921 10.3547 11.4445C10.4031 11.4208 10.4434 11.3991 10.4755 11.3806C10.4916 11.3714 10.5056 11.3631 10.5176 11.3557L10.5342 11.3454L10.5413 11.3408L10.5446 11.3387L10.5461 11.3377C10.5465 11.3374 10.5477 11.3367 10 10.5L10.5477 11.3367L11.3844 10.789L10.289 9.11564L9.47534 9.64824L9.47339 9.64921C9.45559 9.65795 9.4129 9.67745 9.34521 9.6996C9.21118 9.74347 8.97228 9.8 8.625 9.8C8.27772 9.8 8.03882 9.74347 7.90479 9.6996C7.8371 9.67745 7.79441 9.65795 7.77661 9.64921L7.77466 9.64824L6.96096 9.11564L5.86564 10.789L6.70234 11.3367ZM14 10.5L13.4523 11.3367L12.6156 10.789L13.711 9.11564L14.5247 9.64824L14.5266 9.64921C14.5444 9.65795 14.5871 9.67745 14.6548 9.6996C14.7888 9.74347 15.0277 9.8 15.375 9.8C15.7223 9.8 15.9612 9.74347 16.0952 9.6996C16.1629 9.67745 16.2056 9.65795 16.2234 9.64921L16.2253 9.64824L17.039 9.11564L18.1344 10.789L17.2977 11.3367L16.75 10.5C17.2977 11.3367 17.298 11.3365 17.2977 11.3367L17.2961 11.3377L17.2946 11.3387L17.2913 11.3408L17.2842 11.3454L17.2676 11.3557C17.2556 11.3631 17.2416 11.3714 17.2255 11.3806C17.1934 11.3991 17.1531 11.4208 17.1047 11.4445C17.008 11.4921 16.8788 11.5475 16.7173 11.6004C16.393 11.7065 15.9444 11.8 15.375 11.8C14.8056 11.8 14.357 11.7065 14.0327 11.6004C13.8712 11.5475 13.742 11.4921 13.6453 11.4445C13.5969 11.4208 13.5566 11.3991 13.5245 11.3806C13.5084 11.3714 13.4944 11.3631 13.4824 11.3557L13.4658 11.3454L13.4587 11.3408L13.4554 11.3387L13.4539 11.3377C13.4535 11.3374 13.4523 11.3367 14 10.5ZM10.3591 14.5667L9.42576 14.2076L8.70762 16.0742L9.64093 16.4333C11.2583 17.0556 12.7417 17.0556 14.3591 16.4333L15.2924 16.0742L14.5742 14.2076L13.6409 14.5667C12.4858 15.0111 11.5142 15.0111 10.3591 14.5667Z\" fill=\"currentColor\"/>",
|
|
@@ -10402,6 +10430,20 @@
|
|
|
10402
10430
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
10403
10431
|
"componentName": "IconGolfBall"
|
|
10404
10432
|
},
|
|
10433
|
+
{
|
|
10434
|
+
"category": "Edit",
|
|
10435
|
+
"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\"/>",
|
|
10436
|
+
"iconName": "gooey, morph, liquid-glass",
|
|
10437
|
+
"variant": {
|
|
10438
|
+
"join": "square",
|
|
10439
|
+
"filled": "on",
|
|
10440
|
+
"radius": "0",
|
|
10441
|
+
"stroke": "2"
|
|
10442
|
+
},
|
|
10443
|
+
"createdAt": "2025-09-18T11:30:31.15911+00:00",
|
|
10444
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
10445
|
+
"componentName": "IconGooey"
|
|
10446
|
+
},
|
|
10405
10447
|
{
|
|
10406
10448
|
"category": "Social Media & Brands",
|
|
10407
10449
|
"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 +15470,20 @@
|
|
|
15428
15470
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
15429
15471
|
"componentName": "IconPrompt"
|
|
15430
15472
|
},
|
|
15473
|
+
{
|
|
15474
|
+
"category": "AI & Magic",
|
|
15475
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM10.25 10.25L7 11.5V12.5L10.25 13.75L11.5 17H12.5L13.75 13.75L17 12.5V11.5L13.75 10.25L12.5 7H11.5L10.25 10.25Z\" fill=\"currentColor\"/>",
|
|
15476
|
+
"iconName": "prompt, vibe-designing, box-sparkle",
|
|
15477
|
+
"variant": {
|
|
15478
|
+
"join": "square",
|
|
15479
|
+
"filled": "on",
|
|
15480
|
+
"radius": "0",
|
|
15481
|
+
"stroke": "2"
|
|
15482
|
+
},
|
|
15483
|
+
"createdAt": "2025-09-18T11:30:31.15911+00:00",
|
|
15484
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
15485
|
+
"componentName": "IconPrompt1"
|
|
15486
|
+
},
|
|
15431
15487
|
{
|
|
15432
15488
|
"category": "Code",
|
|
15433
15489
|
"svg": "<path d=\"M15.4142 4.00015L14 2.58594L10.5858 6.00015L14 9.41436L15.4142 8.00015L14.4142 7.00015H17V15.1709C15.8348 15.5827 15 16.6939 15 18.0002C15 19.657 16.3431 21.0002 18 21.0002C19.6569 21.0002 21 19.657 21 18.0002C21 16.6939 20.1652 15.5827 19 15.1709V5.00015H14.4142L15.4142 4.00015Z\" fill=\"currentColor\"/><path d=\"M6 3.00015C4.34315 3.00015 3 4.3433 3 6.00015C3 7.30637 3.83481 8.41761 5 8.82945V15.1709C3.83481 15.5827 3 16.6939 3 18.0002C3 19.657 4.34315 21.0002 6 21.0002C7.65685 21.0002 9 19.657 9 18.0002C9 16.6939 8.16519 15.5827 7 15.1709V8.82945C8.16519 8.41761 9 7.30637 9 6.00015C9 4.3433 7.65685 3.00015 6 3.00015Z\" fill=\"currentColor\"/>",
|
|
@@ -20608,6 +20664,20 @@
|
|
|
20608
20664
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
20609
20665
|
"componentName": "IconVkontakte"
|
|
20610
20666
|
},
|
|
20667
|
+
{
|
|
20668
|
+
"category": "Sound & Music",
|
|
20669
|
+
"svg": "<path d=\"M14.5 13.5L5.5 21.5L2.5 18.5L10.5 9.5L14.5 13.5Z\" fill=\"currentColor\"/><path d=\"M16.5 2.5C19.2614 2.5 21.5 4.73858 21.5 7.5C21.5 10.2614 19.2614 12.5 16.5 12.5C16.3004 12.5 16.1036 12.4886 15.9102 12.4658L11.5342 8.08984C11.5114 7.8964 11.5 7.69955 11.5 7.5C11.5 4.73858 13.7386 2.5 16.5 2.5Z\" fill=\"currentColor\"/>",
|
|
20670
|
+
"iconName": "vocal-microphone, singing, karaoke",
|
|
20671
|
+
"variant": {
|
|
20672
|
+
"join": "square",
|
|
20673
|
+
"filled": "on",
|
|
20674
|
+
"radius": "0",
|
|
20675
|
+
"stroke": "2"
|
|
20676
|
+
},
|
|
20677
|
+
"createdAt": "2025-09-18T11:30:31.15911+00:00",
|
|
20678
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
20679
|
+
"componentName": "IconVocalMicrophone"
|
|
20680
|
+
},
|
|
20611
20681
|
{
|
|
20612
20682
|
"category": "Sound & Music",
|
|
20613
20683
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 3V21H7V3H9ZM17 5V19H15V5H17ZM13 7V17H11V7H13ZM5 9V15H3V9H5ZM21 9V15H19V9H21Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -591,7 +591,9 @@ export type CentralIconName =
|
|
|
591
591
|
| "IconEmojiAddReaction"
|
|
592
592
|
| "IconEmojiAlt"
|
|
593
593
|
| "IconEmojiArc"
|
|
594
|
+
| "IconEmojiAstonished"
|
|
594
595
|
| "IconEmojiSad"
|
|
596
|
+
| "IconEmojiSadTear"
|
|
595
597
|
| "IconEmojiSleep"
|
|
596
598
|
| "IconEmojiSmile"
|
|
597
599
|
| "IconEmojiSmiley"
|
|
@@ -742,6 +744,7 @@ export type CentralIconName =
|
|
|
742
744
|
| "IconGlobus"
|
|
743
745
|
| "IconGoldMedal"
|
|
744
746
|
| "IconGolfBall"
|
|
747
|
+
| "IconGooey"
|
|
745
748
|
| "IconGoogle"
|
|
746
749
|
| "IconGooglePlayStore"
|
|
747
750
|
| "IconGovernment"
|
|
@@ -1101,6 +1104,7 @@ export type CentralIconName =
|
|
|
1101
1104
|
| "IconProcessor"
|
|
1102
1105
|
| "IconProducthunt"
|
|
1103
1106
|
| "IconPrompt"
|
|
1107
|
+
| "IconPrompt1"
|
|
1104
1108
|
| "IconPullRequest"
|
|
1105
1109
|
| "IconPumpjack"
|
|
1106
1110
|
| "IconPush"
|
|
@@ -1471,6 +1475,7 @@ export type CentralIconName =
|
|
|
1471
1475
|
| "IconVisionProApp"
|
|
1472
1476
|
| "IconVisualIntelligence"
|
|
1473
1477
|
| "IconVkontakte"
|
|
1478
|
+
| "IconVocalMicrophone"
|
|
1474
1479
|
| "IconVoice1"
|
|
1475
1480
|
| "IconVoice2"
|
|
1476
1481
|
| "IconVoice3"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1535,
|
|
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",
|
|
@@ -1433,7 +1436,7 @@
|
|
|
1433
1436
|
]
|
|
1434
1437
|
},
|
|
1435
1438
|
"Things": {
|
|
1436
|
-
"count":
|
|
1439
|
+
"count": 122,
|
|
1437
1440
|
"icons": [
|
|
1438
1441
|
"IconAlien",
|
|
1439
1442
|
"IconBackpack",
|
|
@@ -1466,7 +1469,9 @@
|
|
|
1466
1469
|
"IconEmojiAddReaction",
|
|
1467
1470
|
"IconEmojiAlt",
|
|
1468
1471
|
"IconEmojiArc",
|
|
1472
|
+
"IconEmojiAstonished",
|
|
1469
1473
|
"IconEmojiSad",
|
|
1474
|
+
"IconEmojiSadTear",
|
|
1470
1475
|
"IconEmojiSleep",
|
|
1471
1476
|
"IconEmojiSmile",
|
|
1472
1477
|
"IconEmojiSmiley",
|
|
@@ -2312,7 +2317,9 @@
|
|
|
2312
2317
|
"IconEmojiAddReaction": "emoji-add-reaction, reaction",
|
|
2313
2318
|
"IconEmojiAlt": "emoji-alt",
|
|
2314
2319
|
"IconEmojiArc": "emoji-arc",
|
|
2320
|
+
"IconEmojiAstonished": "emoji-astonished",
|
|
2315
2321
|
"IconEmojiSad": "emoji-sad, unhappy",
|
|
2322
|
+
"IconEmojiSadTear": "emoji-sad-tear",
|
|
2316
2323
|
"IconEmojiSleep": "emoji-sleep, snooze",
|
|
2317
2324
|
"IconEmojiSmile": "emoji-smile",
|
|
2318
2325
|
"IconEmojiSmiley": "emoji-smiley, face, smile",
|
|
@@ -2463,6 +2470,7 @@
|
|
|
2463
2470
|
"IconGlobus": "globus, map, earth, globe",
|
|
2464
2471
|
"IconGoldMedal": "gold-medal, first-place, win",
|
|
2465
2472
|
"IconGolfBall": "golf-ball",
|
|
2473
|
+
"IconGooey": "gooey, morph, liquid-glass",
|
|
2466
2474
|
"IconGoogle": "google",
|
|
2467
2475
|
"IconGooglePlayStore": "google-play-store",
|
|
2468
2476
|
"IconGovernment": "government, bank, building",
|
|
@@ -2822,6 +2830,7 @@
|
|
|
2822
2830
|
"IconProcessor": "processor, chip",
|
|
2823
2831
|
"IconProducthunt": "producthunt",
|
|
2824
2832
|
"IconPrompt": "prompt, scan-text",
|
|
2833
|
+
"IconPrompt1": "prompt, vibe-designing, box-sparkle",
|
|
2825
2834
|
"IconPullRequest": "pull-request",
|
|
2826
2835
|
"IconPumpjack": "pumpjack, oil",
|
|
2827
2836
|
"IconPush": "push, launch, rocket",
|
|
@@ -3192,6 +3201,7 @@
|
|
|
3192
3201
|
"IconVisionProApp": "vision-pro-app, window",
|
|
3193
3202
|
"IconVisualIntelligence": "visual-intelligence",
|
|
3194
3203
|
"IconVkontakte": "vkontakte",
|
|
3204
|
+
"IconVocalMicrophone": "vocal-microphone, singing, karaoke",
|
|
3195
3205
|
"IconVoice1": "voice-1, wave",
|
|
3196
3206
|
"IconVoice2": "voice-2, siri, wave",
|
|
3197
3207
|
"IconVoice3": "voice-3, wave",
|
package/index.d.ts
CHANGED
|
@@ -590,7 +590,9 @@ export { IconEmailSettings, default as IconEmailSettingsDefault, } from "./IconE
|
|
|
590
590
|
export { IconEmojiAddReaction, default as IconEmojiAddReactionDefault, } from "./IconEmojiAddReaction";
|
|
591
591
|
export { IconEmojiAlt, default as IconEmojiAltDefault } from "./IconEmojiAlt";
|
|
592
592
|
export { IconEmojiArc, default as IconEmojiArcDefault } from "./IconEmojiArc";
|
|
593
|
+
export { IconEmojiAstonished, default as IconEmojiAstonishedDefault, } from "./IconEmojiAstonished";
|
|
593
594
|
export { IconEmojiSad, default as IconEmojiSadDefault } from "./IconEmojiSad";
|
|
595
|
+
export { IconEmojiSadTear, default as IconEmojiSadTearDefault, } from "./IconEmojiSadTear";
|
|
594
596
|
export { IconEmojiSleep, default as IconEmojiSleepDefault, } from "./IconEmojiSleep";
|
|
595
597
|
export { IconEmojiSmile, default as IconEmojiSmileDefault, } from "./IconEmojiSmile";
|
|
596
598
|
export { IconEmojiSmiley, default as IconEmojiSmileyDefault, } from "./IconEmojiSmiley";
|
|
@@ -741,6 +743,7 @@ export { IconGlass, default as IconGlassDefault } from "./IconGlass";
|
|
|
741
743
|
export { IconGlobus, default as IconGlobusDefault } from "./IconGlobus";
|
|
742
744
|
export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
|
|
743
745
|
export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
|
|
746
|
+
export { IconGooey, default as IconGooeyDefault } from "./IconGooey";
|
|
744
747
|
export { IconGoogle, default as IconGoogleDefault } from "./IconGoogle";
|
|
745
748
|
export { IconGooglePlayStore, default as IconGooglePlayStoreDefault, } from "./IconGooglePlayStore";
|
|
746
749
|
export { IconGovernment, default as IconGovernmentDefault, } from "./IconGovernment";
|
|
@@ -1100,6 +1103,7 @@ export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
|
|
|
1100
1103
|
export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
|
|
1101
1104
|
export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
|
|
1102
1105
|
export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
|
|
1106
|
+
export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
|
|
1103
1107
|
export { IconPullRequest, default as IconPullRequestDefault, } from "./IconPullRequest";
|
|
1104
1108
|
export { IconPumpjack, default as IconPumpjackDefault } from "./IconPumpjack";
|
|
1105
1109
|
export { IconPush, default as IconPushDefault } from "./IconPush";
|
|
@@ -1470,6 +1474,7 @@ export { IconVisionPro, default as IconVisionProDefault, } from "./IconVisionPro
|
|
|
1470
1474
|
export { IconVisionProApp, default as IconVisionProAppDefault, } from "./IconVisionProApp";
|
|
1471
1475
|
export { IconVisualIntelligence, default as IconVisualIntelligenceDefault, } from "./IconVisualIntelligence";
|
|
1472
1476
|
export { IconVkontakte, default as IconVkontakteDefault, } from "./IconVkontakte";
|
|
1477
|
+
export { IconVocalMicrophone, default as IconVocalMicrophoneDefault, } from "./IconVocalMicrophone";
|
|
1473
1478
|
export { IconVoice1, default as IconVoice1Default } from "./IconVoice1";
|
|
1474
1479
|
export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
1475
1480
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|