@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.71 → 1.1.73

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 IconRemix: FC<CentralIconBaseProps>;
4
+ export default IconRemix;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,m)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of V(o))!x.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(m=i(o,e))||m.enumerable});return r};var a=(r,o,t)=>(t=r!=null?c(u(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var g={};B(g,{IconRemix:()=>L,default:()=>P});module.exports=I(g);var n=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),H=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),L=r=>n.default.createElement(H,{...r},n.default.createElement(l.Path,{d:"M21 20H6.41406L7.70703 21.293L6.29297 22.707L2.58594 19L6.29297 15.293L7.70703 16.707L6.41406 18H19V11H21V20Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13 11H16V13H13V16H11V13H8V11H11V8H13V11Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.4141 5L17.707 8.70703L16.293 7.29297L17.5859 6H5V13H3V4H17.5859L16.293 2.70703L17.707 1.29297L21.4141 5Z",fill:"currentColor"})),P=L;0&&(module.exports={IconRemix});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRemix/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 IconRemix: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 20H6.41406L7.70703 21.293L6.29297 22.707L2.58594 19L6.29297 15.293L7.70703 16.707L6.41406 18H19V11H21V20Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13 11H16V13H13V16H11V13H8V11H11V8H13V11Z\" fill=\"currentColor\" />\n <Path\n d=\"M21.4141 5L17.707 8.70703L16.293 7.29297L17.5859 6H5V13H3V4H17.5859L16.293 2.70703L17.707 1.29297L21.4141 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRemix;\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,gHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,4CAA4C,KAAK,eAAe,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,+GACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRemix_exports","__export","IconRemix","IconRemix_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRemix","props","React","CentralIconBase","IconRemix_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as m}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(m,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M21 20H6.41406L7.70703 21.293L6.29297 22.707L2.58594 19L6.29297 15.293L7.70703 16.707L6.41406 18H19V11H21V20Z",fill:"currentColor"}),o.createElement(e,{d:"M13 11H16V13H13V16H11V13H8V11H11V8H13V11Z",fill:"currentColor"}),o.createElement(e,{d:"M21.4141 5L17.707 8.70703L16.293 7.29297L17.5859 6H5V13H3V4H17.5859L16.293 2.70703L17.707 1.29297L21.4141 5Z",fill:"currentColor"})),x=C;export{C as IconRemix,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRemix/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 IconRemix: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 20H6.41406L7.70703 21.293L6.29297 22.707L2.58594 19L6.29297 15.293L7.70703 16.707L6.41406 18H19V11H21V20Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M13 11H16V13H13V16H11V13H8V11H11V8H13V11Z\" fill=\"currentColor\" />\n <Path\n d=\"M21.4141 5L17.707 8.70703L16.293 7.29297L17.5859 6H5V13H3V4H17.5859L16.293 2.70703L17.707 1.29297L21.4141 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRemix;\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,gHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,4CAA4C,KAAK,eAAe,EACxEG,EAAA,cAACH,EAAA,CACC,EAAE,+GACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRemix","props","React","CentralIconBase","IconRemix_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceMode: FC<CentralIconBaseProps>;
4
+ export default IconVoiceMode;
@@ -0,0 +1,2 @@
1
+ "use strict";var s=Object.create;var C=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},f=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of H(o))!B.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(p=a(o,t))||p.enumerable});return r};var i=(r,o,e)=>(e=r!=null?s(V(r)):{},f(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>f(C({},"__esModule",{value:!0}),r);var M={};I(M,{IconVoiceMode:()=>d,default:()=>x});module.exports=v(M);var n=i(require("react"));var m=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(u.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 l=require("react-native-svg"),d=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M18.5 3V17H16.5V3H18.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M22 8V12H20V8H22Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15 6V10.25H13V6H15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.5 4V9H9.5V4H11.5Z",fill:"currentColor"})),x=d;0&&(module.exports={IconVoiceMode});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceMode/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 IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 3V17H16.5V3H18.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 8V12H20V8H22Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V10.25H13V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M11.5 4V9H9.5V4H11.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMode;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,EAIGE,EAAQJ","names":["IconVoiceMode_exports","__export","IconVoiceMode","IconVoiceMode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:r=24,...t})=>C.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var f=n=>o.createElement(l,{...n},o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z",fill:"currentColor"}),o.createElement(e,{d:"M18.5 3V17H16.5V3H18.5Z",fill:"currentColor"}),o.createElement(e,{d:"M22 8V12H20V8H22Z",fill:"currentColor"}),o.createElement(e,{d:"M15 6V10.25H13V6H15Z",fill:"currentColor"}),o.createElement(e,{d:"M11.5 4V9H9.5V4H11.5Z",fill:"currentColor"})),B=f;export{f as IconVoiceMode,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceMode/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 IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 3V17H16.5V3H18.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 8V12H20V8H22Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V10.25H13V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M11.5 4V9H9.5V4H11.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMode;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceSettings: FC<CentralIconBaseProps>;
4
+ export default IconVoiceSettings;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},L=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of d(o))!V.call(r,l)&&l!==e&&p(r,l,{get:()=>o[l],enumerable:!(C=a(o,l))||C.enumerable});return r};var f=(r,o,e)=>(e=r!=null?c(H(r)):{},L(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>L(p({},"__esModule",{value:!0}),r);var v={};B(v,{IconVoiceSettings:()=>u,default:()=>g});module.exports=I(v);var n=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),s=({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"),u=r=>n.default.createElement(s,{...r},n.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M18.998 16H16.998V2H18.998V16Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M22.498 11H20.498V7H22.498V11Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M15.498 9.25H13.498V5H15.498V9.25Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M11.998 6.5H9.99805V3H11.998V6.5Z",fill:"currentColor"})),g=u;0&&(module.exports={IconVoiceSettings});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceSettings/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 IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.998 16H16.998V2H18.998V16Z\" fill=\"currentColor\" />\n <Path d=\"M22.498 11H20.498V7H22.498V11Z\" fill=\"currentColor\" />\n <Path d=\"M15.498 9.25H13.498V5H15.498V9.25Z\" fill=\"currentColor\" />\n <Path d=\"M11.998 6.5H9.99805V3H11.998V6.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceSettings;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qfACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iCAAiC,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,iCAAiC,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,qCAAqC,KAAK,eAAe,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,oCAAoC,KAAK,eAAe,CAClE,EAIGE,EAAQJ","names":["IconVoiceSettings_exports","__export","IconVoiceSettings","IconVoiceSettings_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_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:n,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var L=n=>o.createElement(t,{...n},o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z",fill:"currentColor"}),o.createElement(e,{d:"M18.998 16H16.998V2H18.998V16Z",fill:"currentColor"}),o.createElement(e,{d:"M22.498 11H20.498V7H22.498V11Z",fill:"currentColor"}),o.createElement(e,{d:"M15.498 9.25H13.498V5H15.498V9.25Z",fill:"currentColor"}),o.createElement(e,{d:"M11.998 6.5H9.99805V3H11.998V6.5Z",fill:"currentColor"})),V=L;export{L as IconVoiceSettings,V as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceSettings/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 IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.998 16H16.998V2H18.998V16Z\" fill=\"currentColor\" />\n <Path d=\"M22.498 11H20.498V7H22.498V11Z\" fill=\"currentColor\" />\n <Path d=\"M15.498 9.25H13.498V5H15.498V9.25Z\" fill=\"currentColor\" />\n <Path d=\"M11.998 6.5H9.99805V3H11.998V6.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceSettings;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qfACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,iCAAiC,KAAK,eAAe,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,iCAAiC,KAAK,eAAe,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,qCAAqC,KAAK,eAAe,EACjEG,EAAA,cAACH,EAAA,CAAK,EAAE,oCAAoC,KAAK,eAAe,CAClE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_default"]}
package/README.md CHANGED
@@ -330,6 +330,7 @@ Below is a complete list of available icons:
330
330
  - IconMinimize45
331
331
  - IconOngoing
332
332
  - IconRandom
333
+ - IconRemix
333
334
  - IconRotate360Left
334
335
  - IconRotate360Right
335
336
  - IconShareArrowDown
@@ -1555,7 +1556,9 @@ Below is a complete list of available icons:
1555
1556
  - IconVocalMicrophone
1556
1557
  - IconVoice1
1557
1558
  - IconVoice3
1559
+ - IconVoiceMode
1558
1560
  - IconVoiceRecord
1561
+ - IconVoiceSettings
1559
1562
  - IconVolumeDown
1560
1563
  - IconVolumeFull
1561
1564
  - IconVolumeHalf
@@ -17038,6 +17038,20 @@
17038
17038
  "packageName": "square-filled-radius-0-stroke-2",
17039
17039
  "componentName": "IconReddit"
17040
17040
  },
17041
+ {
17042
+ "category": "Arrows",
17043
+ "svg": "<path d=\"M21 20H6.41406L7.70703 21.293L6.29297 22.707L2.58594 19L6.29297 15.293L7.70703 16.707L6.41406 18H19V11H21V20Z\" fill=\"currentColor\"/><path d=\"M13 11H16V13H13V16H11V13H8V11H11V8H13V11Z\" fill=\"currentColor\"/><path d=\"M21.4141 5L17.707 8.70703L16.293 7.29297L17.5859 6H5V13H3V4H17.5859L16.293 2.70703L17.707 1.29297L21.4141 5Z\" fill=\"currentColor\"/>",
17044
+ "iconName": "remix, new-try, repeat",
17045
+ "variant": {
17046
+ "join": "square",
17047
+ "filled": "on",
17048
+ "radius": "0",
17049
+ "stroke": "2"
17050
+ },
17051
+ "createdAt": "2025-12-18T09:02:26.493379+00:00",
17052
+ "packageName": "square-filled-radius-0-stroke-2",
17053
+ "componentName": "IconRemix"
17054
+ },
17041
17055
  {
17042
17056
  "category": "Photography & Video",
17043
17057
  "svg": "<path d=\"M8.58579 3H3V8.58579L8.58579 3Z\" fill=\"currentColor\"/><path d=\"M3 19.5858L8.19005 14.3957C7.75291 13.702 7.5 12.8805 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C12.8805 7.5 13.702 7.75291 14.3957 8.19005L19.5858 3H11.4142L3 11.4142V19.5858Z\" fill=\"currentColor\"/><path d=\"M9.60426 15.81L4.41421 21H12.5858L21 12.5858V4.41421L15.81 9.60426C16.2471 10.298 16.5 11.1195 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C11.1195 16.5 10.298 16.2471 9.60426 15.81Z\" fill=\"currentColor\"/><path d=\"M21 21H15.4142L21 15.4142V21Z\" fill=\"currentColor\"/><path d=\"M9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12Z\" fill=\"currentColor\"/>",
@@ -22218,6 +22232,20 @@
22218
22232
  "packageName": "square-filled-radius-0-stroke-2",
22219
22233
  "componentName": "IconVoiceAndVideo"
22220
22234
  },
22235
+ {
22236
+ "category": "Sound & Music",
22237
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z\" fill=\"currentColor\"/><path d=\"M18.5 3V17H16.5V3H18.5Z\" fill=\"currentColor\"/><path d=\"M22 8V12H20V8H22Z\" fill=\"currentColor\"/><path d=\"M15 6V10.25H13V6H15Z\" fill=\"currentColor\"/><path d=\"M11.5 4V9H9.5V4H11.5Z\" fill=\"currentColor\"/>",
22238
+ "iconName": "voice-mode, voice-settings",
22239
+ "variant": {
22240
+ "join": "square",
22241
+ "filled": "on",
22242
+ "radius": "0",
22243
+ "stroke": "2"
22244
+ },
22245
+ "createdAt": "2025-12-17T17:02:01.679198+00:00",
22246
+ "packageName": "square-filled-radius-0-stroke-2",
22247
+ "componentName": "IconVoiceMode"
22248
+ },
22221
22249
  {
22222
22250
  "category": "Sound & Music",
22223
22251
  "svg": "<path d=\"M7.50391 3H5.50391V17H7.50391V3Z\" fill=\"currentColor\"/><path d=\"M14.5039 4H12.5039V8.5H14.5039V4Z\" fill=\"currentColor\"/><path d=\"M11.0039 6H9.00391V11H11.0039V6Z\" fill=\"currentColor\"/><path d=\"M4.00391 8H2.00391V12H4.00391V8Z\" fill=\"currentColor\"/><path d=\"M19.0017 15.5C19.0017 16.8807 17.8824 18 16.5017 18C15.121 18 14.0017 16.8807 14.0017 15.5C14.0017 14.1193 15.121 13 16.5017 13C17.8824 13 19.0017 14.1193 19.0017 15.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0017 15.5C11.0017 12.4624 13.4641 10 16.5017 10C19.5393 10 22.0017 12.4624 22.0017 15.5C22.0017 18.5376 19.5393 21 16.5017 21C13.4641 21 11.0017 18.5376 11.0017 15.5ZM16.5017 12C14.5687 12 13.0017 13.567 13.0017 15.5C13.0017 17.433 14.5687 19 16.5017 19C18.4347 19 20.0017 17.433 20.0017 15.5C20.0017 13.567 18.4347 12 16.5017 12Z\" fill=\"currentColor\"/>",
@@ -22232,6 +22260,20 @@
22232
22260
  "packageName": "square-filled-radius-0-stroke-2",
22233
22261
  "componentName": "IconVoiceRecord"
22234
22262
  },
22263
+ {
22264
+ "category": "Sound & Music",
22265
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z\" fill=\"currentColor\"/><path d=\"M18.998 16H16.998V2H18.998V16Z\" fill=\"currentColor\"/><path d=\"M22.498 11H20.498V7H22.498V11Z\" fill=\"currentColor\"/><path d=\"M15.498 9.25H13.498V5H15.498V9.25Z\" fill=\"currentColor\"/><path d=\"M11.998 6.5H9.99805V3H11.998V6.5Z\" fill=\"currentColor\"/>",
22266
+ "iconName": "voice-settings, edit-voice",
22267
+ "variant": {
22268
+ "join": "square",
22269
+ "filled": "on",
22270
+ "radius": "0",
22271
+ "stroke": "2"
22272
+ },
22273
+ "createdAt": "2025-12-17T17:02:01.679198+00:00",
22274
+ "packageName": "square-filled-radius-0-stroke-2",
22275
+ "componentName": "IconVoiceSettings"
22276
+ },
22235
22277
  {
22236
22278
  "category": "AI & Magic",
22237
22279
  "svg": "<path d=\"M9 21H7V3H9V21Z\" fill=\"currentColor\"/><path d=\"M16.4004 13L17.4004 15.5996L20 16.5996V17.4004L17.4004 18.4004L16.4004 21H15.5996L14.5996 18.4004L12 17.4004V16.5996L14.5996 15.5996L15.5996 13H16.4004Z\" fill=\"currentColor\"/><path d=\"M5 15H3V9H5V15Z\" fill=\"currentColor\"/><path d=\"M13 14H11V7H13V14Z\" fill=\"currentColor\"/><path d=\"M21 14H19V9H21V14Z\" fill=\"currentColor\"/><path d=\"M17 11H15V5H17V11Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1216,6 +1216,7 @@ export type CentralIconName =
1216
1216
  | "IconRecord"
1217
1217
  | "IconRecraft"
1218
1218
  | "IconReddit"
1219
+ | "IconRemix"
1219
1220
  | "IconRemoveBackground"
1220
1221
  | "IconRemoveBackground2"
1221
1222
  | "IconRemoveFromBasket"
@@ -1586,7 +1587,9 @@ export type CentralIconName =
1586
1587
  | "IconVoice2"
1587
1588
  | "IconVoice3"
1588
1589
  | "IconVoiceAndVideo"
1590
+ | "IconVoiceMode"
1589
1591
  | "IconVoiceRecord"
1592
+ | "IconVoiceSettings"
1590
1593
  | "IconVoiceSparkle"
1591
1594
  | "IconVolleyball"
1592
1595
  | "IconVolumeDown"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.71",
3
+ "version": "1.1.73",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1645,
14
+ "totalIcons": 1648,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -96,7 +96,7 @@
96
96
  ]
97
97
  },
98
98
  "Arrows": {
99
- "count": 119,
99
+ "count": 120,
100
100
  "icons": [
101
101
  "IconArrow",
102
102
  "IconArrowBottomTop",
@@ -204,6 +204,7 @@
204
204
  "IconMinimize45",
205
205
  "IconOngoing",
206
206
  "IconRandom",
207
+ "IconRemix",
207
208
  "IconRotate360Left",
208
209
  "IconRotate360Right",
209
210
  "IconShareArrowDown",
@@ -1436,7 +1437,7 @@
1436
1437
  ]
1437
1438
  },
1438
1439
  "Sound & Music": {
1439
- "count": 48,
1440
+ "count": 50,
1440
1441
  "icons": [
1441
1442
  "IconAirpodLeft",
1442
1443
  "IconAirpodRight",
@@ -1479,7 +1480,9 @@
1479
1480
  "IconVocalMicrophone",
1480
1481
  "IconVoice1",
1481
1482
  "IconVoice3",
1483
+ "IconVoiceMode",
1482
1484
  "IconVoiceRecord",
1485
+ "IconVoiceSettings",
1483
1486
  "IconVolumeDown",
1484
1487
  "IconVolumeFull",
1485
1488
  "IconVolumeHalf",
@@ -3052,6 +3055,7 @@
3052
3055
  "IconRecord": "record",
3053
3056
  "IconRecraft": "recraft",
3054
3057
  "IconReddit": "reddit",
3058
+ "IconRemix": "remix, new-try, repeat",
3055
3059
  "IconRemoveBackground": "remove-background",
3056
3060
  "IconRemoveBackground2": "remove-background-2",
3057
3061
  "IconRemoveFromBasket": "remove-from-basket",
@@ -3422,7 +3426,9 @@
3422
3426
  "IconVoice2": "voice-2, siri, wave",
3423
3427
  "IconVoice3": "voice-3, wave",
3424
3428
  "IconVoiceAndVideo": "voice-and-video, media",
3429
+ "IconVoiceMode": "voice-mode, voice-settings",
3425
3430
  "IconVoiceRecord": "voice-record",
3431
+ "IconVoiceSettings": "voice-settings, edit-voice",
3426
3432
  "IconVoiceSparkle": "voice-sparkle, ai, sound",
3427
3433
  "IconVolleyball": "volleyball",
3428
3434
  "IconVolumeDown": "volume-down",
package/index.d.ts CHANGED
@@ -1215,6 +1215,7 @@ export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./Ico
1215
1215
  export { IconRecord, default as IconRecordDefault } from "./IconRecord";
1216
1216
  export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
1217
1217
  export { IconReddit, default as IconRedditDefault } from "./IconReddit";
1218
+ export { IconRemix, default as IconRemixDefault } from "./IconRemix";
1218
1219
  export { IconRemoveBackground, default as IconRemoveBackgroundDefault, } from "./IconRemoveBackground";
1219
1220
  export { IconRemoveBackground2, default as IconRemoveBackground2Default, } from "./IconRemoveBackground2";
1220
1221
  export { IconRemoveFromBasket, default as IconRemoveFromBasketDefault, } from "./IconRemoveFromBasket";
@@ -1585,7 +1586,9 @@ export { IconVoice1, default as IconVoice1Default } from "./IconVoice1";
1585
1586
  export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
1586
1587
  export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
1587
1588
  export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
1589
+ export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
1588
1590
  export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
1591
+ export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconVoiceSettings";
1589
1592
  export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
1590
1593
  export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
1591
1594
  export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";