@central-icons-react-native/square-filled-radius-0-stroke-1.5 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.
- package/IconRemix/index.d.ts +4 -0
- package/IconRemix/index.js +2 -0
- package/IconRemix/index.js.map +1 -0
- package/IconRemix/index.mjs +2 -0
- package/IconRemix/index.mjs.map +1 -0
- package/IconVoiceMode/index.d.ts +4 -0
- package/IconVoiceMode/index.js +2 -0
- package/IconVoiceMode/index.js.map +1 -0
- package/IconVoiceMode/index.mjs +2 -0
- package/IconVoiceMode/index.mjs.map +1 -0
- package/IconVoiceSettings/index.d.ts +4 -0
- package/IconVoiceSettings/index.js +2 -0
- package/IconVoiceSettings/index.js.map +1 -0
- package/IconVoiceSettings/index.mjs +2 -0
- package/IconVoiceSettings/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var 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 20H5.56055L7.28027 21.7197L6.21973 22.7803L2.68945 19.25L6.21973 15.7197L7.28027 16.7803L5.56055 18.5H19.5V11H21V20Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.75 11.25H16V12.75H12.75V16H11.25V12.75H8V11.25H11.25V8H12.75V11.25Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.3105 4.75L17.7803 8.28027L16.7197 7.21973L18.4395 5.5H4.5V13H3V4H18.4395L16.7197 2.28027L17.7803 1.21973L21.3105 4.75Z",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 20H5.56055L7.28027 21.7197L6.21973 22.7803L2.68945 19.25L6.21973 15.7197L7.28027 16.7803L5.56055 18.5H19.5V11H21V20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.75 11.25H16V12.75H12.75V16H11.25V12.75H8V11.25H11.25V8H12.75V11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.3105 4.75L17.7803 8.28027L16.7197 7.21973L18.4395 5.5H4.5V13H3V4H18.4395L16.7197 2.28027L17.7803 1.21973L21.3105 4.75Z\"\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,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6HACF,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 20H5.56055L7.28027 21.7197L6.21973 22.7803L2.68945 19.25L6.21973 15.7197L7.28027 16.7803L5.56055 18.5H19.5V11H21V20Z",fill:"currentColor"}),o.createElement(e,{d:"M12.75 11.25H16V12.75H12.75V16H11.25V12.75H8V11.25H11.25V8H12.75V11.25Z",fill:"currentColor"}),o.createElement(e,{d:"M21.3105 4.75L17.7803 8.28027L16.7197 7.21973L18.4395 5.5H4.5V13H3V4H18.4395L16.7197 2.28027L17.7803 1.21973L21.3105 4.75Z",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 20H5.56055L7.28027 21.7197L6.21973 22.7803L2.68945 19.25L6.21973 15.7197L7.28027 16.7803L5.56055 18.5H19.5V11H21V20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.75 11.25H16V12.75H12.75V16H11.25V12.75H8V11.25H11.25V8H12.75V11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.3105 4.75L17.7803 8.28027L16.7197 7.21973L18.4395 5.5H4.5V13H3V4H18.4395L16.7197 2.28027L17.7803 1.21973L21.3105 4.75Z\"\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,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6HACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRemix","props","React","CentralIconBase","IconRemix_default"]}
|
|
@@ -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.25 11.5C12.8734 11.5 15 13.6266 15 16.25C15 18.8734 12.8734 21 10.25 21H6.25C3.62665 21 1.5 18.8734 1.5 16.25C1.5 13.6266 3.62665 11.5 6.25 11.5H10.25ZM10.25 14.25C9.14543 14.25 8.25 15.1454 8.25 16.25C8.25 17.3546 9.14543 18.25 10.25 18.25C11.3546 18.25 12.25 17.3546 12.25 16.25C12.25 15.1454 11.3546 14.25 10.25 14.25Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M18.5 3V17H17V3H18.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M22 8.20801V11.792H20.5V8.20801H22Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15 6.125V10.9688H13.5V6.125H15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.5 4.04199V9.66699H10V4.04199H11.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.25 11.5C12.8734 11.5 15 13.6266 15 16.25C15 18.8734 12.8734 21 10.25 21H6.25C3.62665 21 1.5 18.8734 1.5 16.25C1.5 13.6266 3.62665 11.5 6.25 11.5H10.25ZM10.25 14.25C9.14543 14.25 8.25 15.1454 8.25 16.25C8.25 17.3546 9.14543 18.25 10.25 18.25C11.3546 18.25 12.25 17.3546 12.25 16.25C12.25 15.1454 11.3546 14.25 10.25 14.25Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 3V17H17V3H18.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 8.20801V11.792H20.5V8.20801H22Z\" fill=\"currentColor\" />\n <Path d=\"M15 6.125V10.9688H13.5V6.125H15Z\" fill=\"currentColor\" />\n <Path d=\"M11.5 4.04199V9.66699H10V4.04199H11.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,wUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,sCAAsC,KAAK,eAAe,EAClE,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,yCAAyC,KAAK,eAAe,CACvE,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.25 11.5C12.8734 11.5 15 13.6266 15 16.25C15 18.8734 12.8734 21 10.25 21H6.25C3.62665 21 1.5 18.8734 1.5 16.25C1.5 13.6266 3.62665 11.5 6.25 11.5H10.25ZM10.25 14.25C9.14543 14.25 8.25 15.1454 8.25 16.25C8.25 17.3546 9.14543 18.25 10.25 18.25C11.3546 18.25 12.25 17.3546 12.25 16.25C12.25 15.1454 11.3546 14.25 10.25 14.25Z",fill:"currentColor"}),o.createElement(e,{d:"M18.5 3V17H17V3H18.5Z",fill:"currentColor"}),o.createElement(e,{d:"M22 8.20801V11.792H20.5V8.20801H22Z",fill:"currentColor"}),o.createElement(e,{d:"M15 6.125V10.9688H13.5V6.125H15Z",fill:"currentColor"}),o.createElement(e,{d:"M11.5 4.04199V9.66699H10V4.04199H11.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.25 11.5C12.8734 11.5 15 13.6266 15 16.25C15 18.8734 12.8734 21 10.25 21H6.25C3.62665 21 1.5 18.8734 1.5 16.25C1.5 13.6266 3.62665 11.5 6.25 11.5H10.25ZM10.25 14.25C9.14543 14.25 8.25 15.1454 8.25 16.25C8.25 17.3546 9.14543 18.25 10.25 18.25C11.3546 18.25 12.25 17.3546 12.25 16.25C12.25 15.1454 11.3546 14.25 10.25 14.25Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 3V17H17V3H18.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 8.20801V11.792H20.5V8.20801H22Z\" fill=\"currentColor\" />\n <Path d=\"M15 6.125V10.9688H13.5V6.125H15Z\" fill=\"currentColor\" />\n <Path d=\"M11.5 4.04199V9.66699H10V4.04199H11.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,wUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,sCAAsC,KAAK,eAAe,EAClEG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,yCAAyC,KAAK,eAAe,CACvE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var L=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)L(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of d(o))!V.call(r,l)&&l!==e&&L(r,l,{get:()=>o[l],enumerable:!(p=a(o,l))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?c(H(r)):{},C(o||!r||!r.__esModule?L(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(L({},"__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.8438 11.0293L12.7881 11.0449L13.2158 11.0488L14.6133 13.4512L14.3994 13.8271L13.4443 15.5L14.3994 17.1729L14.6133 17.5488L13.2158 19.9512L12.7881 19.9551L10.8438 19.9697L9.64062 22H6.85547L5.65137 19.9697L3.70801 19.9551L3.28027 19.9512L1.88281 17.5488L2.09668 17.1729L3.05078 15.5L2.09668 13.8271L1.88281 13.4512L3.28027 11.0488L3.70801 11.0449L5.65137 11.0293L6.85547 9H9.64062L10.8438 11.0293ZM8.24805 13.75C7.28155 13.75 6.49805 14.5335 6.49805 15.5C6.49805 16.4665 7.28155 17.25 8.24805 17.25C9.21455 17.25 9.99805 16.4665 9.99805 15.5C9.99805 14.5335 9.21455 13.75 8.24805 13.75Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M18.498 2V16H16.998V2H18.498Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M21.998 7.20801V10.792H20.498V7.20801H21.998Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.998 5.125V8.96875H13.498V5.125H14.998Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M11.498 3.04199V6.66699H9.99805V3.04199H11.498Z",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.8438 11.0293L12.7881 11.0449L13.2158 11.0488L14.6133 13.4512L14.3994 13.8271L13.4443 15.5L14.3994 17.1729L14.6133 17.5488L13.2158 19.9512L12.7881 19.9551L10.8438 19.9697L9.64062 22H6.85547L5.65137 19.9697L3.70801 19.9551L3.28027 19.9512L1.88281 17.5488L2.09668 17.1729L3.05078 15.5L2.09668 13.8271L1.88281 13.4512L3.28027 11.0488L3.70801 11.0449L5.65137 11.0293L6.85547 9H9.64062L10.8438 11.0293ZM8.24805 13.75C7.28155 13.75 6.49805 14.5335 6.49805 15.5C6.49805 16.4665 7.28155 17.25 8.24805 17.25C9.21455 17.25 9.99805 16.4665 9.99805 15.5C9.99805 14.5335 9.21455 13.75 8.24805 13.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.498 2V16H16.998V2H18.498Z\" fill=\"currentColor\" />\n <Path\n d=\"M21.998 7.20801V10.792H20.498V7.20801H21.998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.998 5.125V8.96875H13.498V5.125H14.998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.498 3.04199V6.66699H9.99805V3.04199H11.498Z\"\n fill=\"currentColor\"\n />\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,glBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,KAAK,eACP,CACF,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 L from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...l})=>L.createElement(p,{...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 C=n=>o.createElement(t,{...n},o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.8438 11.0293L12.7881 11.0449L13.2158 11.0488L14.6133 13.4512L14.3994 13.8271L13.4443 15.5L14.3994 17.1729L14.6133 17.5488L13.2158 19.9512L12.7881 19.9551L10.8438 19.9697L9.64062 22H6.85547L5.65137 19.9697L3.70801 19.9551L3.28027 19.9512L1.88281 17.5488L2.09668 17.1729L3.05078 15.5L2.09668 13.8271L1.88281 13.4512L3.28027 11.0488L3.70801 11.0449L5.65137 11.0293L6.85547 9H9.64062L10.8438 11.0293ZM8.24805 13.75C7.28155 13.75 6.49805 14.5335 6.49805 15.5C6.49805 16.4665 7.28155 17.25 8.24805 17.25C9.21455 17.25 9.99805 16.4665 9.99805 15.5C9.99805 14.5335 9.21455 13.75 8.24805 13.75Z",fill:"currentColor"}),o.createElement(e,{d:"M18.498 2V16H16.998V2H18.498Z",fill:"currentColor"}),o.createElement(e,{d:"M21.998 7.20801V10.792H20.498V7.20801H21.998Z",fill:"currentColor"}),o.createElement(e,{d:"M14.998 5.125V8.96875H13.498V5.125H14.998Z",fill:"currentColor"}),o.createElement(e,{d:"M11.498 3.04199V6.66699H9.99805V3.04199H11.498Z",fill:"currentColor"})),V=C;export{C 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.8438 11.0293L12.7881 11.0449L13.2158 11.0488L14.6133 13.4512L14.3994 13.8271L13.4443 15.5L14.3994 17.1729L14.6133 17.5488L13.2158 19.9512L12.7881 19.9551L10.8438 19.9697L9.64062 22H6.85547L5.65137 19.9697L3.70801 19.9551L3.28027 19.9512L1.88281 17.5488L2.09668 17.1729L3.05078 15.5L2.09668 13.8271L1.88281 13.4512L3.28027 11.0488L3.70801 11.0449L5.65137 11.0293L6.85547 9H9.64062L10.8438 11.0293ZM8.24805 13.75C7.28155 13.75 6.49805 14.5335 6.49805 15.5C6.49805 16.4665 7.28155 17.25 8.24805 17.25C9.21455 17.25 9.99805 16.4665 9.99805 15.5C9.99805 14.5335 9.21455 13.75 8.24805 13.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.498 2V16H16.998V2H18.498Z\" fill=\"currentColor\" />\n <Path\n d=\"M21.998 7.20801V10.792H20.498V7.20801H21.998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.998 5.125V8.96875H13.498V5.125H14.998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.498 3.04199V6.66699H9.99805V3.04199H11.498Z\"\n fill=\"currentColor\"\n />\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,glBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,KAAK,eACP,CACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -17038,6 +17038,20 @@
|
|
|
17038
17038
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
17039
17039
|
"componentName": "IconReddit"
|
|
17040
17040
|
},
|
|
17041
|
+
{
|
|
17042
|
+
"category": "Arrows",
|
|
17043
|
+
"svg": "<path d=\"M21 20H5.56055L7.28027 21.7197L6.21973 22.7803L2.68945 19.25L6.21973 15.7197L7.28027 16.7803L5.56055 18.5H19.5V11H21V20Z\" fill=\"currentColor\"/><path d=\"M12.75 11.25H16V12.75H12.75V16H11.25V12.75H8V11.25H11.25V8H12.75V11.25Z\" fill=\"currentColor\"/><path d=\"M21.3105 4.75L17.7803 8.28027L16.7197 7.21973L18.4395 5.5H4.5V13H3V4H18.4395L16.7197 2.28027L17.7803 1.21973L21.3105 4.75Z\" fill=\"currentColor\"/>",
|
|
17044
|
+
"iconName": "remix, new-try, repeat",
|
|
17045
|
+
"variant": {
|
|
17046
|
+
"join": "square",
|
|
17047
|
+
"filled": "on",
|
|
17048
|
+
"radius": "0",
|
|
17049
|
+
"stroke": "1.5"
|
|
17050
|
+
},
|
|
17051
|
+
"createdAt": "2025-12-18T09:02:26.493379+00:00",
|
|
17052
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
17053
|
+
"componentName": "IconRemix"
|
|
17054
|
+
},
|
|
17041
17055
|
{
|
|
17042
17056
|
"category": "Photography & Video",
|
|
17043
17057
|
"svg": "<path d=\"M3 3H9.93934L3 9.93934V3Z\" fill=\"currentColor\"/><path d=\"M3 19.9393V12.0607L12.0607 3H19.9393L14.068 8.8713C13.4752 8.47866 12.7643 8.25 12 8.25C9.92893 8.25 8.25 9.92893 8.25 12C8.25 12.7643 8.47866 13.4752 8.8713 14.068L3 19.9393Z\" fill=\"currentColor\"/><path d=\"M15.1287 9.93196L21 4.06066V11.9393L11.9393 21H4.06066L9.93196 15.1287C10.5248 15.5213 11.2357 15.75 12 15.75C14.0711 15.75 15.75 14.0711 15.75 12C15.75 11.2357 15.5213 10.5248 15.1287 9.93196Z\" fill=\"currentColor\"/><path d=\"M14.0607 21H21V14.0607L14.0607 21Z\" fill=\"currentColor\"/><path d=\"M9.75 12C9.75 10.7574 10.7574 9.75 12 9.75C13.2426 9.75 14.25 10.7574 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12Z\" fill=\"currentColor\"/>",
|
|
@@ -22218,6 +22232,20 @@
|
|
|
22218
22232
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
22219
22233
|
"componentName": "IconVoiceAndVideo"
|
|
22220
22234
|
},
|
|
22235
|
+
{
|
|
22236
|
+
"category": "Sound & Music",
|
|
22237
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.25 11.5C12.8734 11.5 15 13.6266 15 16.25C15 18.8734 12.8734 21 10.25 21H6.25C3.62665 21 1.5 18.8734 1.5 16.25C1.5 13.6266 3.62665 11.5 6.25 11.5H10.25ZM10.25 14.25C9.14543 14.25 8.25 15.1454 8.25 16.25C8.25 17.3546 9.14543 18.25 10.25 18.25C11.3546 18.25 12.25 17.3546 12.25 16.25C12.25 15.1454 11.3546 14.25 10.25 14.25Z\" fill=\"currentColor\"/><path d=\"M18.5 3V17H17V3H18.5Z\" fill=\"currentColor\"/><path d=\"M22 8.20801V11.792H20.5V8.20801H22Z\" fill=\"currentColor\"/><path d=\"M15 6.125V10.9688H13.5V6.125H15Z\" fill=\"currentColor\"/><path d=\"M11.5 4.04199V9.66699H10V4.04199H11.5Z\" fill=\"currentColor\"/>",
|
|
22238
|
+
"iconName": "voice-mode, voice-settings",
|
|
22239
|
+
"variant": {
|
|
22240
|
+
"join": "square",
|
|
22241
|
+
"filled": "on",
|
|
22242
|
+
"radius": "0",
|
|
22243
|
+
"stroke": "1.5"
|
|
22244
|
+
},
|
|
22245
|
+
"createdAt": "2025-12-17T17:02:01.679198+00:00",
|
|
22246
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
22247
|
+
"componentName": "IconVoiceMode"
|
|
22248
|
+
},
|
|
22221
22249
|
{
|
|
22222
22250
|
"category": "Sound & Music",
|
|
22223
22251
|
"svg": "<path d=\"M7 3V17H5.5V3H7Z\" fill=\"currentColor\"/><path d=\"M14 4V9.5H12.5V4H14Z\" fill=\"currentColor\"/><path d=\"M10.5 6V14H9V6H10.5Z\" fill=\"currentColor\"/><path d=\"M3.5 8V12H2V8H3.5Z\" fill=\"currentColor\"/><path d=\"M16.75 18.5C18.2688 18.5 19.5 17.2688 19.5 15.75C19.5 14.2312 18.2688 13 16.75 13C15.2312 13 14 14.2312 14 15.75C14 17.2688 15.2312 18.5 16.75 18.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 15.75C11.5 12.8505 13.8505 10.5 16.75 10.5C19.6495 10.5 22 12.8505 22 15.75C22 18.6495 19.6495 21 16.75 21C13.8505 21 11.5 18.6495 11.5 15.75ZM16.75 12C14.6789 12 13 13.6789 13 15.75C13 17.8211 14.6789 19.5 16.75 19.5C18.8211 19.5 20.5 17.8211 20.5 15.75C20.5 13.6789 18.8211 12 16.75 12Z\" fill=\"currentColor\"/>",
|
|
@@ -22232,6 +22260,20 @@
|
|
|
22232
22260
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
22233
22261
|
"componentName": "IconVoiceRecord"
|
|
22234
22262
|
},
|
|
22263
|
+
{
|
|
22264
|
+
"category": "Sound & Music",
|
|
22265
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.8438 11.0293L12.7881 11.0449L13.2158 11.0488L14.6133 13.4512L14.3994 13.8271L13.4443 15.5L14.3994 17.1729L14.6133 17.5488L13.2158 19.9512L12.7881 19.9551L10.8438 19.9697L9.64062 22H6.85547L5.65137 19.9697L3.70801 19.9551L3.28027 19.9512L1.88281 17.5488L2.09668 17.1729L3.05078 15.5L2.09668 13.8271L1.88281 13.4512L3.28027 11.0488L3.70801 11.0449L5.65137 11.0293L6.85547 9H9.64062L10.8438 11.0293ZM8.24805 13.75C7.28155 13.75 6.49805 14.5335 6.49805 15.5C6.49805 16.4665 7.28155 17.25 8.24805 17.25C9.21455 17.25 9.99805 16.4665 9.99805 15.5C9.99805 14.5335 9.21455 13.75 8.24805 13.75Z\" fill=\"currentColor\"/><path d=\"M18.498 2V16H16.998V2H18.498Z\" fill=\"currentColor\"/><path d=\"M21.998 7.20801V10.792H20.498V7.20801H21.998Z\" fill=\"currentColor\"/><path d=\"M14.998 5.125V8.96875H13.498V5.125H14.998Z\" fill=\"currentColor\"/><path d=\"M11.498 3.04199V6.66699H9.99805V3.04199H11.498Z\" fill=\"currentColor\"/>",
|
|
22266
|
+
"iconName": "voice-settings, edit-voice",
|
|
22267
|
+
"variant": {
|
|
22268
|
+
"join": "square",
|
|
22269
|
+
"filled": "on",
|
|
22270
|
+
"radius": "0",
|
|
22271
|
+
"stroke": "1.5"
|
|
22272
|
+
},
|
|
22273
|
+
"createdAt": "2025-12-17T17:02:01.679198+00:00",
|
|
22274
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
22275
|
+
"componentName": "IconVoiceSettings"
|
|
22276
|
+
},
|
|
22235
22277
|
{
|
|
22236
22278
|
"category": "AI & Magic",
|
|
22237
22279
|
"svg": "<path d=\"M8.5 21H7V3H8.5V21Z\" 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=\"M4.5 15H3V9H4.5V15Z\" fill=\"currentColor\"/><path d=\"M12.75 14.5H11.25V7H12.75V14.5Z\" fill=\"currentColor\"/><path d=\"M21 14.5H19.5V9H21V14.5Z\" fill=\"currentColor\"/><path d=\"M17 11.5H15.5V5H17V11.5Z\" 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-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.73",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/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":
|
|
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":
|
|
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":
|
|
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";
|