@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.71 → 1.1.72
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/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 +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -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 +14 -0
|
@@ -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,M=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!M.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(x(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>s(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconVoiceMode:()=>f,default:()=>g});module.exports=d(v);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.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 C=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(C.Path,{d:"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M11.5 11C13.9853 11 16 13.0147 16 15.5C16 17.9853 13.9853 20 11.5 20H6.5C4.01472 20 2 17.9853 2 15.5C2 13.0147 4.01472 11 6.5 11H11.5ZM11.5 13.5C10.3954 13.5 9.5 14.3954 9.5 15.5C9.5 16.6046 10.3954 17.5 11.5 17.5C12.6046 17.5 13.5 16.6046 13.5 15.5C13.5 14.3954 12.6046 13.5 11.5 13.5Z",fill:"currentColor"})),g=f;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 d=\"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 11C13.9853 11 16 13.0147 16 15.5C16 17.9853 13.9853 20 11.5 20H6.5C4.01472 20 2 17.9853 2 15.5C2 13.0147 4.01472 11 6.5 11H11.5ZM11.5 13.5C10.3954 13.5 9.5 14.3954 9.5 15.5C9.5 16.6046 10.3954 17.5 11.5 17.5C12.6046 17.5 13.5 16.6046 13.5 15.5C13.5 14.3954 12.6046 13.5 11.5 13.5Z\"\n fill=\"currentColor\"\n />\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,EAAE,8DACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iSACF,KAAK,eACP,CACF,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 e from"react";import C from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>C.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(n,{d:"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),e.createElement(n,{d:"M11.5 11C13.9853 11 16 13.0147 16 15.5C16 17.9853 13.9853 20 11.5 20H6.5C4.01472 20 2 17.9853 2 15.5C2 13.0147 4.01472 11 6.5 11H11.5ZM11.5 13.5C10.3954 13.5 9.5 14.3954 9.5 15.5C9.5 16.6046 10.3954 17.5 11.5 17.5C12.6046 17.5 13.5 16.6046 13.5 15.5C13.5 14.3954 12.6046 13.5 11.5 13.5Z",fill:"currentColor"})),M=s;export{s as IconVoiceMode,M 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 d=\"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 11C13.9853 11 16 13.0147 16 15.5C16 17.9853 13.9853 20 11.5 20H6.5C4.01472 20 2 17.9853 2 15.5C2 13.0147 4.01472 11 6.5 11H11.5ZM11.5 13.5C10.3954 13.5 9.5 14.3954 9.5 15.5C9.5 16.6046 10.3954 17.5 11.5 17.5C12.6046 17.5 13.5 16.6046 13.5 15.5C13.5 14.3954 12.6046 13.5 11.5 13.5Z\"\n fill=\"currentColor\"\n />\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,EAAE,8DACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iSACF,KAAK,eACP,CACF,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.7012 11.5283L12.7871 11.5449L13.0723 11.5479L14.1816 13.4531L14.3262 13.7021L14.1836 13.9531L13.1572 15.75L14.1836 17.5469L14.3262 17.7979L14.1816 18.0469L13.0723 19.9521L12.7871 19.9551L10.7012 19.9707L9.64453 21.7549L9.49902 22H6.99902L5.7959 19.9707L3.71094 19.9551L3.42578 19.9521L2.31641 18.0469L2.17188 17.7979L2.31445 17.5469L3.33984 15.75L2.31445 13.9531L2.17188 13.7021L2.31641 13.4531L3.42578 11.5479L3.71094 11.5449L5.7959 11.5283L6.99902 9.5H9.49902L10.7012 11.5283ZM8.24902 14C7.28253 14 6.49902 14.7835 6.49902 15.75C6.49902 16.7165 7.28253 17.5 8.24902 17.5C9.21552 17.5 9.99902 16.7165 9.99902 15.75C9.99902 14.7835 9.21552 14 8.24902 14Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M18.999 2V16.5H17.999V2H18.999Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M21.999 7.20801V11.292H20.999V7.20801H21.999Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M15.999 6.125V10.5H14.999V6.125H15.999Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M12.999 4.04199V9H11.999V4.04199H12.999Z",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.7012 11.5283L12.7871 11.5449L13.0723 11.5479L14.1816 13.4531L14.3262 13.7021L14.1836 13.9531L13.1572 15.75L14.1836 17.5469L14.3262 17.7979L14.1816 18.0469L13.0723 19.9521L12.7871 19.9551L10.7012 19.9707L9.64453 21.7549L9.49902 22H6.99902L5.7959 19.9707L3.71094 19.9551L3.42578 19.9521L2.31641 18.0469L2.17188 17.7979L2.31445 17.5469L3.33984 15.75L2.31445 13.9531L2.17188 13.7021L2.31641 13.4531L3.42578 11.5479L3.71094 11.5449L5.7959 11.5283L6.99902 9.5H9.49902L10.7012 11.5283ZM8.24902 14C7.28253 14 6.49902 14.7835 6.49902 15.75C6.49902 16.7165 7.28253 17.5 8.24902 17.5C9.21552 17.5 9.99902 16.7165 9.99902 15.75C9.99902 14.7835 9.21552 14 8.24902 14Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.999 2V16.5H17.999V2H18.999Z\" fill=\"currentColor\" />\n <Path\n d=\"M21.999 7.20801V11.292H20.999V7.20801H21.999Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M15.999 6.125V10.5H14.999V6.125H15.999Z\" fill=\"currentColor\" />\n <Path d=\"M12.999 4.04199V9H11.999V4.04199H12.999Z\" 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,qpBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,2CAA2C,KAAK,eAAe,CACzE,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.7012 11.5283L12.7871 11.5449L13.0723 11.5479L14.1816 13.4531L14.3262 13.7021L14.1836 13.9531L13.1572 15.75L14.1836 17.5469L14.3262 17.7979L14.1816 18.0469L13.0723 19.9521L12.7871 19.9551L10.7012 19.9707L9.64453 21.7549L9.49902 22H6.99902L5.7959 19.9707L3.71094 19.9551L3.42578 19.9521L2.31641 18.0469L2.17188 17.7979L2.31445 17.5469L3.33984 15.75L2.31445 13.9531L2.17188 13.7021L2.31641 13.4531L3.42578 11.5479L3.71094 11.5449L5.7959 11.5283L6.99902 9.5H9.49902L10.7012 11.5283ZM8.24902 14C7.28253 14 6.49902 14.7835 6.49902 15.75C6.49902 16.7165 7.28253 17.5 8.24902 17.5C9.21552 17.5 9.99902 16.7165 9.99902 15.75C9.99902 14.7835 9.21552 14 8.24902 14Z",fill:"currentColor"}),o.createElement(e,{d:"M18.999 2V16.5H17.999V2H18.999Z",fill:"currentColor"}),o.createElement(e,{d:"M21.999 7.20801V11.292H20.999V7.20801H21.999Z",fill:"currentColor"}),o.createElement(e,{d:"M15.999 6.125V10.5H14.999V6.125H15.999Z",fill:"currentColor"}),o.createElement(e,{d:"M12.999 4.04199V9H11.999V4.04199H12.999Z",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.7012 11.5283L12.7871 11.5449L13.0723 11.5479L14.1816 13.4531L14.3262 13.7021L14.1836 13.9531L13.1572 15.75L14.1836 17.5469L14.3262 17.7979L14.1816 18.0469L13.0723 19.9521L12.7871 19.9551L10.7012 19.9707L9.64453 21.7549L9.49902 22H6.99902L5.7959 19.9707L3.71094 19.9551L3.42578 19.9521L2.31641 18.0469L2.17188 17.7979L2.31445 17.5469L3.33984 15.75L2.31445 13.9531L2.17188 13.7021L2.31641 13.4531L3.42578 11.5479L3.71094 11.5449L5.7959 11.5283L6.99902 9.5H9.49902L10.7012 11.5283ZM8.24902 14C7.28253 14 6.49902 14.7835 6.49902 15.75C6.49902 16.7165 7.28253 17.5 8.24902 17.5C9.21552 17.5 9.99902 16.7165 9.99902 15.75C9.99902 14.7835 9.21552 14 8.24902 14Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.999 2V16.5H17.999V2H18.999Z\" fill=\"currentColor\" />\n <Path\n d=\"M21.999 7.20801V11.292H20.999V7.20801H21.999Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M15.999 6.125V10.5H14.999V6.125H15.999Z\" fill=\"currentColor\" />\n <Path d=\"M12.999 4.04199V9H11.999V4.04199H12.999Z\" 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,qpBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9DG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,2CAA2C,KAAK,eAAe,CACzE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_default"]}
|
package/README.md
CHANGED
|
@@ -1555,7 +1555,9 @@ Below is a complete list of available icons:
|
|
|
1555
1555
|
- IconVocalMicrophone
|
|
1556
1556
|
- IconVoice1
|
|
1557
1557
|
- IconVoice3
|
|
1558
|
+
- IconVoiceMode
|
|
1558
1559
|
- IconVoiceRecord
|
|
1560
|
+
- IconVoiceSettings
|
|
1559
1561
|
- IconVolumeDown
|
|
1560
1562
|
- IconVolumeFull
|
|
1561
1563
|
- IconVolumeHalf
|
package/filtered-icons.json
CHANGED
|
@@ -22218,6 +22218,20 @@
|
|
|
22218
22218
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
22219
22219
|
"componentName": "IconVoiceAndVideo"
|
|
22220
22220
|
},
|
|
22221
|
+
{
|
|
22222
|
+
"category": "Sound & Music",
|
|
22223
|
+
"svg": "<path d=\"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M11.5 11C13.9853 11 16 13.0147 16 15.5C16 17.9853 13.9853 20 11.5 20H6.5C4.01472 20 2 17.9853 2 15.5C2 13.0147 4.01472 11 6.5 11H11.5ZM11.5 13.5C10.3954 13.5 9.5 14.3954 9.5 15.5C9.5 16.6046 10.3954 17.5 11.5 17.5C12.6046 17.5 13.5 16.6046 13.5 15.5C13.5 14.3954 12.6046 13.5 11.5 13.5Z\" fill=\"currentColor\"/>",
|
|
22224
|
+
"iconName": "voice-mode, voice-settings",
|
|
22225
|
+
"variant": {
|
|
22226
|
+
"join": "square",
|
|
22227
|
+
"filled": "on",
|
|
22228
|
+
"radius": "0",
|
|
22229
|
+
"stroke": "1"
|
|
22230
|
+
},
|
|
22231
|
+
"createdAt": "2025-12-17T17:02:01.679198+00:00",
|
|
22232
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22233
|
+
"componentName": "IconVoiceMode"
|
|
22234
|
+
},
|
|
22221
22235
|
{
|
|
22222
22236
|
"category": "Sound & Music",
|
|
22223
22237
|
"svg": "<path d=\"M6 3V17H5V3H6Z\" fill=\"currentColor\"/><path d=\"M12 4V10H11V4H12Z\" fill=\"currentColor\"/><path d=\"M9 6V14H8V6H9Z\" fill=\"currentColor\"/><path d=\"M3 8V12H2V8H3Z\" fill=\"currentColor\"/><path d=\"M16.5 19C18.433 19 20 17.433 20 15.5C20 13.567 18.433 12 16.5 12C14.567 12 13 13.567 13 15.5C13 17.433 14.567 19 16.5 19Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 15.5C11 12.4624 13.4624 10 16.5 10C19.5376 10 22 12.4624 22 15.5C22 18.5376 19.5376 21 16.5 21C13.4624 21 11 18.5376 11 15.5ZM16.5 11C14.0147 11 12 13.0147 12 15.5C12 17.9853 14.0147 20 16.5 20C18.9853 20 21 17.9853 21 15.5C21 13.0147 18.9853 11 16.5 11Z\" fill=\"currentColor\"/>",
|
|
@@ -22232,6 +22246,20 @@
|
|
|
22232
22246
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
22233
22247
|
"componentName": "IconVoiceRecord"
|
|
22234
22248
|
},
|
|
22249
|
+
{
|
|
22250
|
+
"category": "Sound & Music",
|
|
22251
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.7012 11.5283L12.7871 11.5449L13.0723 11.5479L14.1816 13.4531L14.3262 13.7021L14.1836 13.9531L13.1572 15.75L14.1836 17.5469L14.3262 17.7979L14.1816 18.0469L13.0723 19.9521L12.7871 19.9551L10.7012 19.9707L9.64453 21.7549L9.49902 22H6.99902L5.7959 19.9707L3.71094 19.9551L3.42578 19.9521L2.31641 18.0469L2.17188 17.7979L2.31445 17.5469L3.33984 15.75L2.31445 13.9531L2.17188 13.7021L2.31641 13.4531L3.42578 11.5479L3.71094 11.5449L5.7959 11.5283L6.99902 9.5H9.49902L10.7012 11.5283ZM8.24902 14C7.28253 14 6.49902 14.7835 6.49902 15.75C6.49902 16.7165 7.28253 17.5 8.24902 17.5C9.21552 17.5 9.99902 16.7165 9.99902 15.75C9.99902 14.7835 9.21552 14 8.24902 14Z\" fill=\"currentColor\"/><path d=\"M18.999 2V16.5H17.999V2H18.999Z\" fill=\"currentColor\"/><path d=\"M21.999 7.20801V11.292H20.999V7.20801H21.999Z\" fill=\"currentColor\"/><path d=\"M15.999 6.125V10.5H14.999V6.125H15.999Z\" fill=\"currentColor\"/><path d=\"M12.999 4.04199V9H11.999V4.04199H12.999Z\" fill=\"currentColor\"/>",
|
|
22252
|
+
"iconName": "voice-settings, edit-voice",
|
|
22253
|
+
"variant": {
|
|
22254
|
+
"join": "square",
|
|
22255
|
+
"filled": "on",
|
|
22256
|
+
"radius": "0",
|
|
22257
|
+
"stroke": "1"
|
|
22258
|
+
},
|
|
22259
|
+
"createdAt": "2025-12-17T17:02:01.679198+00:00",
|
|
22260
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22261
|
+
"componentName": "IconVoiceSettings"
|
|
22262
|
+
},
|
|
22235
22263
|
{
|
|
22236
22264
|
"category": "AI & Magic",
|
|
22237
22265
|
"svg": "<path d=\"M8 21H7V3H8V21Z\" 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.00098 15H3.00098V9H4.00098V15Z\" fill=\"currentColor\"/><path d=\"M12.5 14H11.5V7H12.5V14Z\" fill=\"currentColor\"/><path d=\"M21.001 14H20.001V9H21.001V14Z\" fill=\"currentColor\"/><path d=\"M17.001 11H16.001V5H17.001V11Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1586,7 +1586,9 @@ export type CentralIconName =
|
|
|
1586
1586
|
| "IconVoice2"
|
|
1587
1587
|
| "IconVoice3"
|
|
1588
1588
|
| "IconVoiceAndVideo"
|
|
1589
|
+
| "IconVoiceMode"
|
|
1589
1590
|
| "IconVoiceRecord"
|
|
1591
|
+
| "IconVoiceSettings"
|
|
1590
1592
|
| "IconVoiceSparkle"
|
|
1591
1593
|
| "IconVolleyball"
|
|
1592
1594
|
| "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",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.72",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/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": 1647,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
]
|
|
1437
1437
|
},
|
|
1438
1438
|
"Sound & Music": {
|
|
1439
|
-
"count":
|
|
1439
|
+
"count": 50,
|
|
1440
1440
|
"icons": [
|
|
1441
1441
|
"IconAirpodLeft",
|
|
1442
1442
|
"IconAirpodRight",
|
|
@@ -1479,7 +1479,9 @@
|
|
|
1479
1479
|
"IconVocalMicrophone",
|
|
1480
1480
|
"IconVoice1",
|
|
1481
1481
|
"IconVoice3",
|
|
1482
|
+
"IconVoiceMode",
|
|
1482
1483
|
"IconVoiceRecord",
|
|
1484
|
+
"IconVoiceSettings",
|
|
1483
1485
|
"IconVolumeDown",
|
|
1484
1486
|
"IconVolumeFull",
|
|
1485
1487
|
"IconVolumeHalf",
|
|
@@ -3422,7 +3424,9 @@
|
|
|
3422
3424
|
"IconVoice2": "voice-2, siri, wave",
|
|
3423
3425
|
"IconVoice3": "voice-3, wave",
|
|
3424
3426
|
"IconVoiceAndVideo": "voice-and-video, media",
|
|
3427
|
+
"IconVoiceMode": "voice-mode, voice-settings",
|
|
3425
3428
|
"IconVoiceRecord": "voice-record",
|
|
3429
|
+
"IconVoiceSettings": "voice-settings, edit-voice",
|
|
3426
3430
|
"IconVoiceSparkle": "voice-sparkle, ai, sound",
|
|
3427
3431
|
"IconVolleyball": "volleyball",
|
|
3428
3432
|
"IconVolumeDown": "volume-down",
|
package/index.d.ts
CHANGED
|
@@ -1585,7 +1585,9 @@ export { IconVoice1, default as IconVoice1Default } from "./IconVoice1";
|
|
|
1585
1585
|
export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
1586
1586
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|
|
1587
1587
|
export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
|
|
1588
|
+
export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
|
|
1588
1589
|
export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
|
|
1590
|
+
export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconVoiceSettings";
|
|
1589
1591
|
export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
|
|
1590
1592
|
export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
|
|
1591
1593
|
export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";
|