@central-icons-react-native/round-outlined-radius-2-stroke-1.5 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDraw: FC<CentralIconBaseProps>;
4
+ export default IconDraw;
@@ -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 d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{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:!(a=B(o,e))||a.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(x(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>C(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconDraw:()=>f,default:()=>h});module.exports=g(v);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),l=({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 i=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconDraw});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDraw/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 IconDraw: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDraw;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+PACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDraw_exports","__export","IconDraw","IconDraw_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDraw","props","React","CentralIconBase","IconDraw_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,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 C}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(C,{d:"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s as IconDraw,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDraw/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 IconDraw: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDraw;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+PACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDraw","props","React","CentralIconBase","IconDraw_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGooey: FC<CentralIconBaseProps>;
4
+ export default IconGooey;
@@ -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.11391 6C8.79458 6.00008 10.3094 6.72404 11.3781 7.88361C12.1783 8.75191 13.1915 9.50004 14.3578 9.50004C15.2634 9.50004 16.0868 9.01536 16.868 8.54671C17.4469 8.19937 18.121 8.0002 18.8407 8.00017C20.9995 8.00017 22.7497 9.7905 22.75 11.9995C22.75 14.2087 20.9997 15.9998 18.8407 15.9998C18.121 15.9998 17.4469 15.8006 16.8679 15.4533C16.0868 14.9846 15.2634 14.5 14.3579 14.5C13.1915 14.5 12.1784 15.2482 11.3781 16.1165C10.3095 17.2761 8.79468 17.9999 7.11391 18C3.8756 18 1.25015 15.3142 1.25 12.0005C1.25 8.68667 3.87551 6 7.11391 6Z",stroke:"currentColor",strokeWidth:"1.5"})),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.11391 6C8.79458 6.00008 10.3094 6.72404 11.3781 7.88361C12.1783 8.75191 13.1915 9.50004 14.3578 9.50004C15.2634 9.50004 16.0868 9.01536 16.868 8.54671C17.4469 8.19937 18.121 8.0002 18.8407 8.00017C20.9995 8.00017 22.7497 9.7905 22.75 11.9995C22.75 14.2087 20.9997 15.9998 18.8407 15.9998C18.121 15.9998 17.4469 15.8006 16.8679 15.4533C16.0868 14.9846 15.2634 14.5 14.3579 14.5C13.1915 14.5 12.1784 15.2482 11.3781 16.1165C10.3095 17.2761 8.79468 17.9999 7.11391 18C3.8756 18 1.25015 15.3142 1.25 12.0005C1.25 8.68667 3.87551 6 7.11391 6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,+hBACF,OAAO,eACP,YAAY,MACd,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.11391 6C8.79458 6.00008 10.3094 6.72404 11.3781 7.88361C12.1783 8.75191 13.1915 9.50004 14.3578 9.50004C15.2634 9.50004 16.0868 9.01536 16.868 8.54671C17.4469 8.19937 18.121 8.0002 18.8407 8.00017C20.9995 8.00017 22.7497 9.7905 22.75 11.9995C22.75 14.2087 20.9997 15.9998 18.8407 15.9998C18.121 15.9998 17.4469 15.8006 16.8679 15.4533C16.0868 14.9846 15.2634 14.5 14.3579 14.5C13.1915 14.5 12.1784 15.2482 11.3781 16.1165C10.3095 17.2761 8.79468 17.9999 7.11391 18C3.8756 18 1.25015 15.3142 1.25 12.0005C1.25 8.68667 3.87551 6 7.11391 6Z",stroke:"currentColor",strokeWidth:"1.5"})),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.11391 6C8.79458 6.00008 10.3094 6.72404 11.3781 7.88361C12.1783 8.75191 13.1915 9.50004 14.3578 9.50004C15.2634 9.50004 16.0868 9.01536 16.868 8.54671C17.4469 8.19937 18.121 8.0002 18.8407 8.00017C20.9995 8.00017 22.7497 9.7905 22.75 11.9995C22.75 14.2087 20.9997 15.9998 18.8407 15.9998C18.121 15.9998 17.4469 15.8006 16.8679 15.4533C16.0868 14.9846 15.2634 14.5 14.3579 14.5C13.1915 14.5 12.1784 15.2482 11.3781 16.1165C10.3095 17.2761 8.79468 17.9999 7.11391 18C3.8756 18 1.25015 15.3142 1.25 12.0005C1.25 8.68667 3.87551 6 7.11391 6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,+hBACF,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGooey","props","React","CentralIconBase","IconGooey_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPrompt1: FC<CentralIconBaseProps>;
4
+ export default IconPrompt1;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(C({},"__esModule",{value:!0}),r);var h={};x(h,{IconPrompt1:()=>i,default:()=>d});module.exports=g(h);var n=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.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=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M13.2714 9.00554L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.7286 9.00554C10.4239 9.79782 9.79782 10.4239 9.00554 10.7286L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.00554 13.2714C9.79782 13.5761 10.4239 14.2022 10.7286 14.9945L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.2714 14.9945C13.5761 14.2022 14.2022 13.5761 14.9945 13.2714L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.9945 10.7286C14.2022 10.4239 13.5761 9.79782 13.2714 9.00554Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V18.25C3.75 19.3546 4.64543 20.25 5.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75Z",stroke:"currentColor",strokeWidth:"1.5"})),d=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=\"M13.2714 9.00554L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.7286 9.00554C10.4239 9.79782 9.79782 10.4239 9.00554 10.7286L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.00554 13.2714C9.79782 13.5761 10.4239 14.2022 10.7286 14.9945L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.2714 14.9945C13.5761 14.2022 14.2022 13.5761 14.9945 13.2714L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.9945 10.7286C14.2022 10.4239 13.5761 9.79782 13.2714 9.00554Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V18.25C3.75 19.3546 4.64543 20.25 5.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,8nBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6LACF,OAAO,eACP,YAAY,MACd,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 a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...n,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 C}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(C,{d:"M13.2714 9.00554L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.7286 9.00554C10.4239 9.79782 9.79782 10.4239 9.00554 10.7286L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.00554 13.2714C9.79782 13.5761 10.4239 14.2022 10.7286 14.9945L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.2714 14.9945C13.5761 14.2022 14.2022 13.5761 14.9945 13.2714L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.9945 10.7286C14.2022 10.4239 13.5761 9.79782 13.2714 9.00554Z",fill:"currentColor"}),t.createElement(C,{d:"M18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V18.25C3.75 19.3546 4.64543 20.25 5.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75Z",stroke:"currentColor",strokeWidth:"1.5"})),P=l;export{l 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=\"M13.2714 9.00554L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.7286 9.00554C10.4239 9.79782 9.79782 10.4239 9.00554 10.7286L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.00554 13.2714C9.79782 13.5761 10.4239 14.2022 10.7286 14.9945L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.2714 14.9945C13.5761 14.2022 14.2022 13.5761 14.9945 13.2714L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.9945 10.7286C14.2022 10.4239 13.5761 9.79782 13.2714 9.00554Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V18.25C3.75 19.3546 4.64543 20.25 5.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,8nBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6LACF,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPrompt1","props","React","CentralIconBase","IconPrompt1_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVocalMicrophone: FC<CentralIconBaseProps>;
4
+ export default IconVocalMicrophone;
@@ -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})},l=(o,r,e,C)=>{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:!(C=f(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(B(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>l(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.375 12C18.7912 12 20.75 10.0412 20.75 7.625C20.75 5.20875 18.7912 3.25 16.375 3.25C13.9588 3.25 12 5.20875 12 7.625C12 7.79966 12.0102 7.97193 12.0301 8.14125L15.8588 11.9699C16.0281 11.9898 16.2003 12 16.375 12Z",stroke:"currentColor",strokeWidth:"1.38158",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M11.9983 8L3.77474 17.0892C3.05972 17.8795 3.09 19.0917 3.8436 19.8453L4.15306 20.1547C4.90666 20.9083 6.11881 20.9386 6.9091 20.2236L15.9983 12",stroke:"currentColor",strokeWidth:"1.5",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.375 12C18.7912 12 20.75 10.0412 20.75 7.625C20.75 5.20875 18.7912 3.25 16.375 3.25C13.9588 3.25 12 5.20875 12 7.625C12 7.79966 12.0102 7.97193 12.0301 8.14125L15.8588 11.9699C16.0281 11.9898 16.2003 12 16.375 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.38158\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9983 8L3.77474 17.0892C3.05972 17.8795 3.09 19.0917 3.8436 19.8453L4.15306 20.1547C4.90666 20.9083 6.11881 20.9386 6.9091 20.2236L15.9983 12\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,2NACF,OAAO,eACP,YAAY,UACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mJACF,OAAO,eACP,YAAY,MACZ,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 C}from"react-native-svg";var n=({children:r,size:o=24,...p})=>s.createElement(C,{...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 l=r=>e.createElement(n,{...r},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.375 12C18.7912 12 20.75 10.0412 20.75 7.625C20.75 5.20875 18.7912 3.25 16.375 3.25C13.9588 3.25 12 5.20875 12 7.625C12 7.79966 12.0102 7.97193 12.0301 8.14125L15.8588 11.9699C16.0281 11.9898 16.2003 12 16.375 12Z",stroke:"currentColor",strokeWidth:"1.38158",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M11.9983 8L3.77474 17.0892C3.05972 17.8795 3.09 19.0917 3.8436 19.8453L4.15306 20.1547C4.90666 20.9083 6.11881 20.9386 6.9091 20.2236L15.9983 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;export{l 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.375 12C18.7912 12 20.75 10.0412 20.75 7.625C20.75 5.20875 18.7912 3.25 16.375 3.25C13.9588 3.25 12 5.20875 12 7.625C12 7.79966 12.0102 7.97193 12.0301 8.14125L15.8588 11.9699C16.0281 11.9898 16.2003 12 16.375 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.38158\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9983 8L3.77474 17.0892C3.05972 17.8795 3.09 19.0917 3.8436 19.8453L4.15306 20.1547C4.90666 20.9083 6.11881 20.9386 6.9091 20.2236L15.9983 12\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,2NACF,OAAO,eACP,YAAY,UACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mJACF,OAAO,eACP,YAAY,MACZ,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
@@ -568,6 +569,7 @@ Below is a complete list of available icons:
568
569
  - IconComponents
569
570
  - IconCornerRadius
570
571
  - IconDispersion
572
+ - IconDraw
571
573
  - IconEditBig
572
574
  - IconEditSmall1
573
575
  - IconEditSmall2
@@ -575,6 +577,7 @@ Below is a complete list of available icons:
575
577
  - IconEraserSimple
576
578
  - IconFeather
577
579
  - IconGlass
580
+ - IconGooey
578
581
  - IconHighlight
579
582
  - IconKeyframe
580
583
  - IconLineThickness
@@ -1446,6 +1449,7 @@ Below is a complete list of available icons:
1446
1449
  - IconStop
1447
1450
  - IconStopCircle
1448
1451
  - IconTextToSpeach
1452
+ - IconVocalMicrophone
1449
1453
  - IconVoice1
1450
1454
  - IconVoice2
1451
1455
  - IconVoice3
@@ -7910,6 +7910,20 @@
7910
7910
  "packageName": "round-outlined-radius-2-stroke-1.5",
7911
7911
  "componentName": "IconDraft"
7912
7912
  },
7913
+ {
7914
+ "category": "Edit",
7915
+ "svg": "<path d=\"M2.74609 13.5C10.9181 5.42183 14.2879 2.28083 16.2674 4.38617C19.0814 7.37874 4.62803 16.4615 8.62659 18.7676C11.9582 20.6876 17.3347 10.2123 19.5427 12.899C20.8453 14.4822 16.2674 17.9913 17.4862 19.7373C18.3221 20.9346 20.1133 19.7937 21.2468 18.7714\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7916
+ "iconName": "draw, sketch, scratch",
7917
+ "variant": {
7918
+ "join": "round",
7919
+ "filled": "off",
7920
+ "radius": "2",
7921
+ "stroke": "1.5"
7922
+ },
7923
+ "createdAt": "2025-09-17T05:30:27.554935+00:00",
7924
+ "packageName": "round-outlined-radius-2-stroke-1.5",
7925
+ "componentName": "IconDraw"
7926
+ },
7913
7927
  {
7914
7928
  "category": "Furniture & Household",
7915
7929
  "svg": "<path d=\"M4.75 4.75C4.75 3.64543 5.64543 2.75 6.75 2.75H17.25C18.3546 2.75 19.25 3.64543 19.25 4.75V17.25C19.25 18.3546 18.3546 19.25 17.25 19.25H6.75C5.64543 19.25 4.75 18.3546 4.75 17.25V4.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 11L5 11\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.75 19.25V21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.25 19.25V21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 7H14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 15H14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -10388,6 +10402,20 @@
10388
10402
  "packageName": "round-outlined-radius-2-stroke-1.5",
10389
10403
  "componentName": "IconGolfBall"
10390
10404
  },
10405
+ {
10406
+ "category": "Edit",
10407
+ "svg": "<path d=\"M7.11391 6C8.79458 6.00008 10.3094 6.72404 11.3781 7.88361C12.1783 8.75191 13.1915 9.50004 14.3578 9.50004C15.2634 9.50004 16.0868 9.01536 16.868 8.54671C17.4469 8.19937 18.121 8.0002 18.8407 8.00017C20.9995 8.00017 22.7497 9.7905 22.75 11.9995C22.75 14.2087 20.9997 15.9998 18.8407 15.9998C18.121 15.9998 17.4469 15.8006 16.8679 15.4533C16.0868 14.9846 15.2634 14.5 14.3579 14.5C13.1915 14.5 12.1784 15.2482 11.3781 16.1165C10.3095 17.2761 8.79468 17.9999 7.11391 18C3.8756 18 1.25015 15.3142 1.25 12.0005C1.25 8.68667 3.87551 6 7.11391 6Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
10408
+ "iconName": "gooey, morph, liquid-glass",
10409
+ "variant": {
10410
+ "join": "round",
10411
+ "filled": "off",
10412
+ "radius": "2",
10413
+ "stroke": "1.5"
10414
+ },
10415
+ "createdAt": "2025-09-18T11:30:31.15911+00:00",
10416
+ "packageName": "round-outlined-radius-2-stroke-1.5",
10417
+ "componentName": "IconGooey"
10418
+ },
10391
10419
  {
10392
10420
  "category": "Social Media & Brands",
10393
10421
  "svg": "<path d=\"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z\" fill=\"currentColor\"/><path d=\"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z\" fill=\"currentColor\"/><path d=\"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z\" fill=\"currentColor\"/><path d=\"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z\" fill=\"currentColor\"/>",
@@ -15414,6 +15442,20 @@
15414
15442
  "packageName": "round-outlined-radius-2-stroke-1.5",
15415
15443
  "componentName": "IconPrompt"
15416
15444
  },
15445
+ {
15446
+ "category": "AI & Magic",
15447
+ "svg": "<path d=\"M13.2714 9.00554L12.6795 7.46667C12.5714 7.18552 12.3012 7 12 7C11.6988 7 11.4286 7.18552 11.3205 7.46667L10.7286 9.00554C10.4239 9.79782 9.79782 10.4239 9.00554 10.7286L7.46667 11.3205C7.18552 11.4286 7 11.6988 7 12C7 12.3012 7.18552 12.5714 7.46667 12.6795L9.00554 13.2714C9.79782 13.5761 10.4239 14.2022 10.7286 14.9945L11.3205 16.5333C11.4286 16.8145 11.6988 17 12 17C12.3012 17 12.5714 16.8145 12.6795 16.5333L13.2714 14.9945C13.5761 14.2022 14.2022 13.5761 14.9945 13.2714L16.5333 12.6795C16.8145 12.5714 17 12.3012 17 12C17 11.6988 16.8145 11.4286 16.5333 11.3205L14.9945 10.7286C14.2022 10.4239 13.5761 9.79782 13.2714 9.00554Z\" fill=\"currentColor\"/><path d=\"M18.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V18.25C3.75 19.3546 4.64543 20.25 5.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V5.75C20.25 4.64543 19.3546 3.75 18.25 3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
15448
+ "iconName": "prompt, vibe-designing, box-sparkle",
15449
+ "variant": {
15450
+ "join": "round",
15451
+ "filled": "off",
15452
+ "radius": "2",
15453
+ "stroke": "1.5"
15454
+ },
15455
+ "createdAt": "2025-09-18T11:30:31.15911+00:00",
15456
+ "packageName": "round-outlined-radius-2-stroke-1.5",
15457
+ "componentName": "IconPrompt1"
15458
+ },
15417
15459
  {
15418
15460
  "category": "Code",
15419
15461
  "svg": "<circle cx=\"6\" cy=\"6\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 8.25V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 6H16C17.1046 6 18 6.89543 18 8V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 3.75L11.75 6L14 8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -20594,6 +20636,20 @@
20594
20636
  "packageName": "round-outlined-radius-2-stroke-1.5",
20595
20637
  "componentName": "IconVkontakte"
20596
20638
  },
20639
+ {
20640
+ "category": "Sound & Music",
20641
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.375 12C18.7912 12 20.75 10.0412 20.75 7.625C20.75 5.20875 18.7912 3.25 16.375 3.25C13.9588 3.25 12 5.20875 12 7.625C12 7.79966 12.0102 7.97193 12.0301 8.14125L15.8588 11.9699C16.0281 11.9898 16.2003 12 16.375 12Z\" stroke=\"currentColor\" stroke-width=\"1.38158\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9983 8L3.77474 17.0892C3.05972 17.8795 3.09 19.0917 3.8436 19.8453L4.15306 20.1547C4.90666 20.9083 6.11881 20.9386 6.9091 20.2236L15.9983 12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
20642
+ "iconName": "vocal-microphone, singing, karaoke",
20643
+ "variant": {
20644
+ "join": "round",
20645
+ "filled": "off",
20646
+ "radius": "2",
20647
+ "stroke": "1.5"
20648
+ },
20649
+ "createdAt": "2025-09-18T11:30:31.15911+00:00",
20650
+ "packageName": "round-outlined-radius-2-stroke-1.5",
20651
+ "componentName": "IconVocalMicrophone"
20652
+ },
20597
20653
  {
20598
20654
  "category": "Sound & Music",
20599
20655
  "svg": "<path d=\"M7.75 3.75V20.25M3.75 9.75V14.25M12 7.75V16.25M16.25 5.75V18.25M20.25 9.75V14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -564,6 +564,7 @@ export type CentralIconName =
564
564
  | "IconDownsize"
565
565
  | "IconDownsize2"
566
566
  | "IconDraft"
567
+ | "IconDraw"
567
568
  | "IconDrawer1"
568
569
  | "IconDrawer2"
569
570
  | "IconDrawer3"
@@ -741,6 +742,7 @@ export type CentralIconName =
741
742
  | "IconGlobus"
742
743
  | "IconGoldMedal"
743
744
  | "IconGolfBall"
745
+ | "IconGooey"
744
746
  | "IconGoogle"
745
747
  | "IconGooglePlayStore"
746
748
  | "IconGovernment"
@@ -1100,6 +1102,7 @@ export type CentralIconName =
1100
1102
  | "IconProcessor"
1101
1103
  | "IconProducthunt"
1102
1104
  | "IconPrompt"
1105
+ | "IconPrompt1"
1103
1106
  | "IconPullRequest"
1104
1107
  | "IconPumpjack"
1105
1108
  | "IconPush"
@@ -1470,6 +1473,7 @@ export type CentralIconName =
1470
1473
  | "IconVisionProApp"
1471
1474
  | "IconVisualIntelligence"
1472
1475
  | "IconVkontakte"
1476
+ | "IconVocalMicrophone"
1473
1477
  | "IconVoice1"
1474
1478
  | "IconVoice2"
1475
1479
  | "IconVoice3"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-1.5",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "style": "round-outlined-radius-2-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-1.5/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": 1529,
14
+ "totalIcons": 1533,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 33,
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": 68,
434
+ "count": 70,
434
435
  "icons": [
435
436
  "IconAddKeyframe",
436
437
  "IconBezier",
@@ -458,6 +459,7 @@
458
459
  "IconComponents",
459
460
  "IconCornerRadius",
460
461
  "IconDispersion",
462
+ "IconDraw",
461
463
  "IconEditBig",
462
464
  "IconEditSmall1",
463
465
  "IconEditSmall2",
@@ -465,6 +467,7 @@
465
467
  "IconEraserSimple",
466
468
  "IconFeather",
467
469
  "IconGlass",
470
+ "IconGooey",
468
471
  "IconHighlight",
469
472
  "IconKeyframe",
470
473
  "IconLineThickness",
@@ -1329,7 +1332,7 @@
1329
1332
  ]
1330
1333
  },
1331
1334
  "Sound & Music": {
1332
- "count": 49,
1335
+ "count": 50,
1333
1336
  "icons": [
1334
1337
  "IconAirpodLeft",
1335
1338
  "IconAirpodRight",
@@ -1370,6 +1373,7 @@
1370
1373
  "IconStop",
1371
1374
  "IconStopCircle",
1372
1375
  "IconTextToSpeach",
1376
+ "IconVocalMicrophone",
1373
1377
  "IconVoice1",
1374
1378
  "IconVoice2",
1375
1379
  "IconVoice3",
@@ -2284,6 +2288,7 @@
2284
2288
  "IconDownsize": "downsize, exit-full-screen, scale-down",
2285
2289
  "IconDownsize2": "downsize-2, exit-full-screen, scale-down",
2286
2290
  "IconDraft": "draft",
2291
+ "IconDraw": "draw, sketch, scratch",
2287
2292
  "IconDrawer1": "drawer-1",
2288
2293
  "IconDrawer2": "drawer-2",
2289
2294
  "IconDrawer3": "drawer-3",
@@ -2461,6 +2466,7 @@
2461
2466
  "IconGlobus": "globus, map, earth, globe",
2462
2467
  "IconGoldMedal": "gold-medal, first-place, win",
2463
2468
  "IconGolfBall": "golf-ball",
2469
+ "IconGooey": "gooey, morph, liquid-glass",
2464
2470
  "IconGoogle": "google",
2465
2471
  "IconGooglePlayStore": "google-play-store",
2466
2472
  "IconGovernment": "government, bank, building",
@@ -2820,6 +2826,7 @@
2820
2826
  "IconProcessor": "processor, chip",
2821
2827
  "IconProducthunt": "producthunt",
2822
2828
  "IconPrompt": "prompt, scan-text",
2829
+ "IconPrompt1": "prompt, vibe-designing, box-sparkle",
2823
2830
  "IconPullRequest": "pull-request",
2824
2831
  "IconPumpjack": "pumpjack, oil",
2825
2832
  "IconPush": "push, launch, rocket",
@@ -3190,6 +3197,7 @@
3190
3197
  "IconVisionProApp": "vision-pro-app, window",
3191
3198
  "IconVisualIntelligence": "visual-intelligence",
3192
3199
  "IconVkontakte": "vkontakte",
3200
+ "IconVocalMicrophone": "vocal-microphone, singing, karaoke",
3193
3201
  "IconVoice1": "voice-1, wave",
3194
3202
  "IconVoice2": "voice-2, siri, wave",
3195
3203
  "IconVoice3": "voice-3, wave",
package/index.d.ts CHANGED
@@ -563,6 +563,7 @@ export { IconDotGrid3x3, default as IconDotGrid3x3Default, } from "./IconDotGrid
563
563
  export { IconDownsize, default as IconDownsizeDefault } from "./IconDownsize";
564
564
  export { IconDownsize2, default as IconDownsize2Default, } from "./IconDownsize2";
565
565
  export { IconDraft, default as IconDraftDefault } from "./IconDraft";
566
+ export { IconDraw, default as IconDrawDefault } from "./IconDraw";
566
567
  export { IconDrawer1, default as IconDrawer1Default } from "./IconDrawer1";
567
568
  export { IconDrawer2, default as IconDrawer2Default } from "./IconDrawer2";
568
569
  export { IconDrawer3, default as IconDrawer3Default } from "./IconDrawer3";
@@ -740,6 +741,7 @@ export { IconGlass, default as IconGlassDefault } from "./IconGlass";
740
741
  export { IconGlobus, default as IconGlobusDefault } from "./IconGlobus";
741
742
  export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
742
743
  export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
744
+ export { IconGooey, default as IconGooeyDefault } from "./IconGooey";
743
745
  export { IconGoogle, default as IconGoogleDefault } from "./IconGoogle";
744
746
  export { IconGooglePlayStore, default as IconGooglePlayStoreDefault, } from "./IconGooglePlayStore";
745
747
  export { IconGovernment, default as IconGovernmentDefault, } from "./IconGovernment";
@@ -1099,6 +1101,7 @@ export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
1099
1101
  export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
1100
1102
  export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
1101
1103
  export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
1104
+ export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
1102
1105
  export { IconPullRequest, default as IconPullRequestDefault, } from "./IconPullRequest";
1103
1106
  export { IconPumpjack, default as IconPumpjackDefault } from "./IconPumpjack";
1104
1107
  export { IconPush, default as IconPushDefault } from "./IconPush";
@@ -1469,6 +1472,7 @@ export { IconVisionPro, default as IconVisionProDefault, } from "./IconVisionPro
1469
1472
  export { IconVisionProApp, default as IconVisionProAppDefault, } from "./IconVisionProApp";
1470
1473
  export { IconVisualIntelligence, default as IconVisualIntelligenceDefault, } from "./IconVisualIntelligence";
1471
1474
  export { IconVkontakte, default as IconVkontakteDefault, } from "./IconVkontakte";
1475
+ export { IconVocalMicrophone, default as IconVocalMicrophoneDefault, } from "./IconVocalMicrophone";
1472
1476
  export { IconVoice1, default as IconVoice1Default } from "./IconVoice1";
1473
1477
  export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
1474
1478
  export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";