@central-icons-react-native/round-outlined-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 x=Object.create;var C=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of y(o))!I.call(r,l)&&l!==t&&C(r,l,{get:()=>o[l],enumerable:!(p=a(o,l))||p.enumerable});return r};var s=(r,o,t)=>(t=r!=null?x(B(r)):{},c(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>c(C({},"__esModule",{value:!0}),r);var h={};d(h,{IconEmojiAstonished:()=>u,default:()=>g});module.exports=P(h);var n=s(require("react"));var i=s(require("react")),f=require("react-native-svg"),m=({children:r,size:o=24,...t})=>i.default.createElement(f.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 e=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(e.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(e.Path,{d:"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z",fill:"currentColor"}),n.default.createElement(e.Ellipse,{cx:"9.25",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),n.default.createElement(e.Ellipse,{cx:"14.75",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z",fill:"currentColor"})),g=u;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 { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconEmojiAstonished: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"9.25\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Ellipse cx=\"14.75\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z\"\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,EAAsC,4BAEzBC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,WAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACpE,EAAAA,QAAA,cAAC,WAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACrE,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,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 r from"react";import p from"react";import{Svg as c}from"react-native-svg";var n=({children:t,size:o=24,...C})=>p.createElement(c,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as s,Ellipse as l,Path as e}from"react-native-svg";var i=t=>r.createElement(n,{...t},r.createElement(s,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),r.createElement(e,{d:"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z",fill:"currentColor"}),r.createElement(l,{cx:"9.25",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),r.createElement(l,{cx:"14.75",cy:"10.5",rx:"1.25",ry:"1.5",fill:"currentColor"}),r.createElement(e,{d:"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z",fill:"currentColor"}),r.createElement(e,{d:"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z",fill:"currentColor"})),P=i;export{i as IconEmojiAstonished,P 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 { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconEmojiAstonished: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"9.25\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Ellipse cx=\"14.75\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Path\n d=\"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z\"\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,UAAAG,EAAQ,WAAAC,EAAS,QAAAC,MAAY,mBAE/B,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACL,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEK,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACpEI,EAAA,cAACJ,EAAA,CAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EACrEI,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Ellipse","Path","IconEmojiAstonished","props","React","CentralIconBase","IconEmojiAstonished_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var x=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of y(o))!I.call(r,l)&&l!==e&&C(r,l,{get:()=>o[l],enumerable:!(p=u(o,l))||p.enumerable});return r};var s=(r,o,e)=>(e=r!=null?x(B(r)):{},c(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>c(C({},"__esModule",{value:!0}),r);var h={};P(h,{IconEmojiSadTear:()=>f,default:()=>g});module.exports=d(h);var n=s(require("react"));var i=s(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...e})=>i.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),f=r=>n.default.createElement(a,{...r},n.default.createElement(t.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(t.Path,{d:"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z",fill:"currentColor"}),n.default.createElement(t.Ellipse,{cx:"9.25",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"}),n.default.createElement(t.Ellipse,{cx:"14.75",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"})),g=f;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 { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconEmojiSadTear: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"9.25\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Ellipse cx=\"14.75\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\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,EAAsC,4BAEzBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,WAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EAClE,EAAAA,QAAA,cAAC,WAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,CACrE,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 o from"react";import p from"react";import{Svg as c}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(c,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as s,Ellipse as n,Path as l}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(s,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),o.createElement(l,{d:"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z",fill:"currentColor"}),o.createElement(l,{d:"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z",fill:"currentColor"}),o.createElement(n,{cx:"9.25",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"}),o.createElement(n,{cx:"14.75",cy:"10",rx:"1.25",ry:"1.5",fill:"currentColor"})),d=i;export{i as IconEmojiSadTear,d 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 { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconEmojiSadTear: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"9.25\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\n <Ellipse cx=\"14.75\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\" />\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,UAAAG,EAAQ,WAAAC,EAAS,QAAAC,MAAY,mBAE/B,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACL,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEK,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6RACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,EAClEI,EAAA,cAACJ,EAAA,CAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,MAAM,KAAK,eAAe,CACrE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Ellipse","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 s=(o,r,t)=>(t=o!=null?I(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),h=o=>a(n({},"__esModule",{value:!0}),o);var y={};g(y,{IconGooey:()=>B,default:()=>v});module.exports=h(y);var C=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(l.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.22754 6.27295C8.86913 6.27302 10.3487 6.96405 11.3925 8.07087C12.1742 8.89967 13.1638 9.61377 14.303 9.61377C15.1875 9.61377 15.9918 9.15114 16.7548 8.70381C17.3203 8.37227 17.9786 8.18216 18.6816 8.18213C20.7902 8.18213 22.4997 9.89101 22.5 11.9995C22.5 14.1082 20.7904 15.8179 18.6816 15.8179C17.9786 15.8178 17.3202 15.6277 16.7547 15.2962C15.9918 14.8488 15.1875 14.3862 14.3031 14.3862C13.1638 14.3862 12.1742 15.1004 11.3926 15.9292C10.3488 17.0361 8.86922 17.727 7.22754 17.7271C4.06454 17.7271 1.50014 15.1635 1.5 12.0005C1.5 8.8374 4.06445 6.27295 7.22754 6.27295Z",stroke:"currentColor",strokeWidth:"2"})),v=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.22754 6.27295C8.86913 6.27302 10.3487 6.96405 11.3925 8.07087C12.1742 8.89967 13.1638 9.61377 14.303 9.61377C15.1875 9.61377 15.9918 9.15114 16.7548 8.70381C17.3203 8.37227 17.9786 8.18216 18.6816 8.18213C20.7902 8.18213 22.4997 9.89101 22.5 11.9995C22.5 14.1082 20.7904 15.8179 18.6816 15.8179C17.9786 15.8178 17.3202 15.6277 16.7547 15.2962C15.9918 14.8488 15.1875 14.3862 14.3031 14.3862C13.1638 14.3862 12.1742 15.1004 11.3926 15.9292C10.3488 17.0361 8.86922 17.727 7.22754 17.7271C4.06454 17.7271 1.50014 15.1635 1.5 12.0005C1.5 8.8374 4.06445 6.27295 7.22754 6.27295Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,mkBACF,OAAO,eACP,YAAY,IACd,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 s=r=>e.createElement(t,{...r},e.createElement(a,{d:"M7.22754 6.27295C8.86913 6.27302 10.3487 6.96405 11.3925 8.07087C12.1742 8.89967 13.1638 9.61377 14.303 9.61377C15.1875 9.61377 15.9918 9.15114 16.7548 8.70381C17.3203 8.37227 17.9786 8.18216 18.6816 8.18213C20.7902 8.18213 22.4997 9.89101 22.5 11.9995C22.5 14.1082 20.7904 15.8179 18.6816 15.8179C17.9786 15.8178 17.3202 15.6277 16.7547 15.2962C15.9918 14.8488 15.1875 14.3862 14.3031 14.3862C13.1638 14.3862 12.1742 15.1004 11.3926 15.9292C10.3488 17.0361 8.86922 17.727 7.22754 17.7271C4.06454 17.7271 1.50014 15.1635 1.5 12.0005C1.5 8.8374 4.06445 6.27295 7.22754 6.27295Z",stroke:"currentColor",strokeWidth:"2"})),P=s;export{s 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.22754 6.27295C8.86913 6.27302 10.3487 6.96405 11.3925 8.07087C12.1742 8.89967 13.1638 9.61377 14.303 9.61377C15.1875 9.61377 15.9918 9.15114 16.7548 8.70381C17.3203 8.37227 17.9786 8.18216 18.6816 8.18213C20.7902 8.18213 22.4997 9.89101 22.5 11.9995C22.5 14.1082 20.7904 15.8179 18.6816 15.8179C17.9786 15.8178 17.3202 15.6277 16.7547 15.2962C15.9918 14.8488 15.1875 14.3862 14.3031 14.3862C13.1638 14.3862 12.1742 15.1004 11.3926 15.9292C10.3488 17.0361 8.86922 17.727 7.22754 17.7271C4.06454 17.7271 1.50014 15.1635 1.5 12.0005C1.5 8.8374 4.06445 6.27295 7.22754 6.27295Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,mkBACF,OAAO,eACP,YAAY,IACd,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 L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=L(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconPrompt1:()=>i,default:()=>g});module.exports=d(h);var C=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.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 p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M13.5905 9.83518L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.4095 9.83518C10.308 10.0993 10.0993 10.308 9.83518 10.4095L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.83518 13.5905C10.0993 13.692 10.308 13.9007 10.4095 14.1648L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.5905 14.1648C13.692 13.9007 13.9007 13.692 14.1648 13.5905L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.1648 10.4095C13.9007 10.308 13.692 10.0993 13.5905 9.83518Z",fill:"currentColor"})),g=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 d=\"M20 4H4V20H20V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5905 9.83518L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.4095 9.83518C10.308 10.0993 10.0993 10.308 9.83518 10.4095L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.83518 13.5905C10.0993 13.692 10.308 13.9007 10.4095 14.1648L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.5905 14.1648C13.692 13.9007 13.9007 13.692 14.1648 13.5905L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.1648 10.4095C13.9007 10.308 13.692 10.0993 13.5905 9.83518Z\"\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,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,snBACF,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 s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),t.createElement(n,{d:"M13.5905 9.83518L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.4095 9.83518C10.308 10.0993 10.0993 10.308 9.83518 10.4095L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.83518 13.5905C10.0993 13.692 10.308 13.9007 10.4095 14.1648L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.5905 14.1648C13.692 13.9007 13.9007 13.692 14.1648 13.5905L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.1648 10.4095C13.9007 10.308 13.692 10.0993 13.5905 9.83518Z",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 d=\"M20 4H4V20H20V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5905 9.83518L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.4095 9.83518C10.308 10.0993 10.0993 10.308 9.83518 10.4095L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.83518 13.5905C10.0993 13.692 10.308 13.9007 10.4095 14.1648L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.5905 14.1648C13.692 13.9007 13.9007 13.692 14.1648 13.5905L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.1648 10.4095C13.9007 10.308 13.692 10.0993 13.5905 9.83518Z\"\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,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,snBACF,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 m=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of k(r))!I.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=f(r,n))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(B(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>C(t({},"__esModule",{value:!0}),o);var x={};L(x,{IconVocalMicrophone:()=>u,default:()=>v});module.exports=h(x);var p=a(require("react"));var i=a(require("react")),c=require("react-native-svg"),d=({children:o,size:r=24,...e})=>i.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 s=require("react-native-svg"),u=o=>p.default.createElement(d,{...o},p.default.createElement(s.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 12.5C18.4853 12.5 20.5 10.4853 20.5 8C20.5 5.51472 18.4853 3.5 16 3.5C13.5147 3.5 11.5 5.51472 11.5 8C11.5 8.17965 11.5105 8.35685 11.531 8.531L15.469 12.469C15.6432 12.4895 15.8203 12.5 16 12.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M11.5 8.5L3.5 17.5L6.5 20.5L15.5 12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),v=u;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 12.5C18.4853 12.5 20.5 10.4853 20.5 8C20.5 5.51472 18.4853 3.5 16 3.5C13.5147 3.5 11.5 5.51472 11.5 8C11.5 8.17965 11.5105 8.35685 11.531 8.531L15.469 12.469C15.6432 12.4895 15.8203 12.5 16 12.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 8.5L3.5 17.5L6.5 20.5L15.5 12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,SAAS,UACT,SAAS,UACT,EAAE,0MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 e from"react";import s from"react";import{Svg as l}from"react-native-svg";var n=({children:r,size:o=24,...p})=>s.createElement(l,{...p,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 t}from"react-native-svg";var C=r=>e.createElement(n,{...r},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 12.5C18.4853 12.5 20.5 10.4853 20.5 8C20.5 5.51472 18.4853 3.5 16 3.5C13.5147 3.5 11.5 5.51472 11.5 8C11.5 8.17965 11.5105 8.35685 11.531 8.531L15.469 12.469C15.6432 12.4895 15.8203 12.5 16 12.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M11.5 8.5L3.5 17.5L6.5 20.5L15.5 12.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconVocalMicrophone,I 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 12.5C18.4853 12.5 20.5 10.4853 20.5 8C20.5 5.51472 18.4853 3.5 16 3.5C13.5147 3.5 11.5 5.51472 11.5 8C11.5 8.17965 11.5105 8.35685 11.531 8.531L15.469 12.469C15.6432 12.4895 15.8203 12.5 16 12.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 8.5L3.5 17.5L6.5 20.5L15.5 12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,SAAS,UACT,SAAS,UACT,EAAE,0MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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": "round-outlined-radius-0-stroke-2",
|
|
8289
8289
|
"componentName": "IconEmojiArc"
|
|
8290
8290
|
},
|
|
8291
|
+
{
|
|
8292
|
+
"category": "Things",
|
|
8293
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z\" fill=\"currentColor\"/><ellipse cx=\"9.25\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/><ellipse cx=\"14.75\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/><path d=\"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z\" fill=\"currentColor\"/><path d=\"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z\" fill=\"currentColor\"/>",
|
|
8294
|
+
"iconName": "emoji-astonished",
|
|
8295
|
+
"variant": {
|
|
8296
|
+
"join": "round",
|
|
8297
|
+
"filled": "off",
|
|
8298
|
+
"radius": "0",
|
|
8299
|
+
"stroke": "2"
|
|
8300
|
+
},
|
|
8301
|
+
"createdAt": "2025-09-19T11:00:51.358902+00:00",
|
|
8302
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
8303
|
+
"componentName": "IconEmojiAstonished"
|
|
8304
|
+
},
|
|
8291
8305
|
{
|
|
8292
8306
|
"category": "Things",
|
|
8293
8307
|
"svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M14.8287 15.1716C13.2666 13.6095 10.734 13.6095 9.17188 15.1716\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.75 9.5H14.76M15 9.5C15 9.63807 14.8881 9.75 14.75 9.75C14.6119 9.75 14.5 9.63807 14.5 9.5C14.5 9.36193 14.6119 9.25 14.75 9.25C14.8881 9.25 15 9.36193 15 9.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.25 9.5H9.26M9.5 9.5C9.5 9.63807 9.38807 9.75 9.25 9.75C9.11193 9.75 9 9.63807 9 9.5C9 9.36193 9.11193 9.25 9.25 9.25C9.38807 9.25 9.5 9.36193 9.5 9.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -8302,6 +8316,20 @@
|
|
|
8302
8316
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
8303
8317
|
"componentName": "IconEmojiSad"
|
|
8304
8318
|
},
|
|
8319
|
+
{
|
|
8320
|
+
"category": "Things",
|
|
8321
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M16.0001 17C13.5535 17 13.8859 13.7147 15.682 11.8087C15.8555 11.6246 16.1444 11.6246 16.3179 11.8087C18.114 13.7147 18.4467 17 16.0001 17Z\" fill=\"currentColor\"/><path d=\"M12 14.2295C12.5778 14.2295 13.1089 14.3862 13.5322 14.6113C13.5206 14.7069 13.5121 14.8017 13.5068 14.8955C13.4876 15.2364 13.5096 15.5853 13.5898 15.9189C13.1578 15.8344 12.6038 15.7139 12 15.7139C10.6193 15.7139 9.5 16.3463 9.5 15.7295C9.50041 15.1127 10.6195 14.2295 12 14.2295Z\" fill=\"currentColor\"/><ellipse cx=\"9.25\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/><ellipse cx=\"14.75\" cy=\"10\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/>",
|
|
8322
|
+
"iconName": "emoji-sad-tear",
|
|
8323
|
+
"variant": {
|
|
8324
|
+
"join": "round",
|
|
8325
|
+
"filled": "off",
|
|
8326
|
+
"radius": "0",
|
|
8327
|
+
"stroke": "2"
|
|
8328
|
+
},
|
|
8329
|
+
"createdAt": "2025-09-19T11:00:51.358902+00:00",
|
|
8330
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
8331
|
+
"componentName": "IconEmojiSadTear"
|
|
8332
|
+
},
|
|
8305
8333
|
{
|
|
8306
8334
|
"category": "Things",
|
|
8307
8335
|
"svg": "<path d=\"M7.25 10.5C7.25 10.5 7.70833 11 8.625 11C9.54167 11 10 10.5 10 10.5M14 10.5C14 10.5 14.4583 11 15.375 11C16.2917 11 16.75 10.5 16.75 10.5M10 15.5C11.3863 16.1667 12.6137 16.1667 14 15.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -10402,6 +10430,20 @@
|
|
|
10402
10430
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
10403
10431
|
"componentName": "IconGolfBall"
|
|
10404
10432
|
},
|
|
10433
|
+
{
|
|
10434
|
+
"category": "Edit",
|
|
10435
|
+
"svg": "<path d=\"M7.22754 6.27295C8.86913 6.27302 10.3487 6.96405 11.3925 8.07087C12.1742 8.89967 13.1638 9.61377 14.303 9.61377C15.1875 9.61377 15.9918 9.15114 16.7548 8.70381C17.3203 8.37227 17.9786 8.18216 18.6816 8.18213C20.7902 8.18213 22.4997 9.89101 22.5 11.9995C22.5 14.1082 20.7904 15.8179 18.6816 15.8179C17.9786 15.8178 17.3202 15.6277 16.7547 15.2962C15.9918 14.8488 15.1875 14.3862 14.3031 14.3862C13.1638 14.3862 12.1742 15.1004 11.3926 15.9292C10.3488 17.0361 8.86922 17.727 7.22754 17.7271C4.06454 17.7271 1.50014 15.1635 1.5 12.0005C1.5 8.8374 4.06445 6.27295 7.22754 6.27295Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
10436
|
+
"iconName": "gooey, morph, liquid-glass",
|
|
10437
|
+
"variant": {
|
|
10438
|
+
"join": "round",
|
|
10439
|
+
"filled": "off",
|
|
10440
|
+
"radius": "0",
|
|
10441
|
+
"stroke": "2"
|
|
10442
|
+
},
|
|
10443
|
+
"createdAt": "2025-09-18T11:30:31.15911+00:00",
|
|
10444
|
+
"packageName": "round-outlined-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": "round-outlined-radius-0-stroke-2",
|
|
15429
15471
|
"componentName": "IconPrompt"
|
|
15430
15472
|
},
|
|
15473
|
+
{
|
|
15474
|
+
"category": "AI & Magic",
|
|
15475
|
+
"svg": "<path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M13.5905 9.83518L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.4095 9.83518C10.308 10.0993 10.0993 10.308 9.83518 10.4095L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.83518 13.5905C10.0993 13.692 10.308 13.9007 10.4095 14.1648L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.5905 14.1648C13.692 13.9007 13.9007 13.692 14.1648 13.5905L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.1648 10.4095C13.9007 10.308 13.692 10.0993 13.5905 9.83518Z\" fill=\"currentColor\"/>",
|
|
15476
|
+
"iconName": "prompt, vibe-designing, box-sparkle",
|
|
15477
|
+
"variant": {
|
|
15478
|
+
"join": "round",
|
|
15479
|
+
"filled": "off",
|
|
15480
|
+
"radius": "0",
|
|
15481
|
+
"stroke": "2"
|
|
15482
|
+
},
|
|
15483
|
+
"createdAt": "2025-09-18T11:30:31.15911+00:00",
|
|
15484
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
15485
|
+
"componentName": "IconPrompt1"
|
|
15486
|
+
},
|
|
15431
15487
|
{
|
|
15432
15488
|
"category": "Code",
|
|
15433
15489
|
"svg": "<circle cx=\"6\" cy=\"6\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"18\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"18\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 8V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 6H18V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 4L12 6L14 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -20608,6 +20664,20 @@
|
|
|
20608
20664
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
20609
20665
|
"componentName": "IconVkontakte"
|
|
20610
20666
|
},
|
|
20667
|
+
{
|
|
20668
|
+
"category": "Sound & Music",
|
|
20669
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 12.5C18.4853 12.5 20.5 10.4853 20.5 8C20.5 5.51472 18.4853 3.5 16 3.5C13.5147 3.5 11.5 5.51472 11.5 8C11.5 8.17965 11.5105 8.35685 11.531 8.531L15.469 12.469C15.6432 12.4895 15.8203 12.5 16 12.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.5 8.5L3.5 17.5L6.5 20.5L15.5 12.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
20670
|
+
"iconName": "vocal-microphone, singing, karaoke",
|
|
20671
|
+
"variant": {
|
|
20672
|
+
"join": "round",
|
|
20673
|
+
"filled": "off",
|
|
20674
|
+
"radius": "0",
|
|
20675
|
+
"stroke": "2"
|
|
20676
|
+
},
|
|
20677
|
+
"createdAt": "2025-09-18T11:30:31.15911+00:00",
|
|
20678
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
20679
|
+
"componentName": "IconVocalMicrophone"
|
|
20680
|
+
},
|
|
20611
20681
|
{
|
|
20612
20682
|
"category": "Sound & Music",
|
|
20613
20683
|
"svg": "<path d=\"M8 4V20M4 10V14M12 8V16M16 6V18M20 10V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
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/round-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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";
|