@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.92 → 1.1.94
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/IconIconists/index.d.ts +4 -0
- package/IconIconists/index.js +2 -0
- package/IconIconists/index.js.map +1 -0
- package/IconIconists/index.mjs +2 -0
- package/IconIconists/index.mjs.map +1 -0
- package/IconListBullets/index.js +1 -1
- package/IconListBullets/index.js.map +1 -1
- package/IconListBullets/index.mjs +1 -1
- package/IconListBullets/index.mjs.map +1 -1
- package/IconListBulletsSquare/index.d.ts +4 -0
- package/IconListBulletsSquare/index.js +2 -0
- package/IconListBulletsSquare/index.js.map +1 -0
- package/IconListBulletsSquare/index.mjs +2 -0
- package/IconListBulletsSquare/index.mjs.map +1 -0
- package/IconVoiceLow/index.d.ts +4 -0
- package/IconVoiceLow/index.js +2 -0
- package/IconVoiceLow/index.js.map +1 -0
- package/IconVoiceLow/index.mjs +2 -0
- package/IconVoiceLow/index.mjs.map +1 -0
- package/README.md +4 -1
- package/filtered-icons.json +44 -2
- package/icons/index.d.ts +3 -0
- package/icons-index.json +12 -6
- 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 +22 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(a=u(o,n))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(x(r)):{},s(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>s(e({},"__esModule",{value:!0}),r);var d={};g(d,{IconIconists:()=>i,default:()=>y});module.exports=v(d);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>C.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M12 2V22L8 20V4L12 2Z",fill:"currentColor"}),p.default.createElement(l.Path,{opacity:"0.35",d:"M16 4V20L12 22V2L16 4Z",fill:"currentColor"})),y=i;0&&(module.exports={IconIconists});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIconists/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 IconIconists: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\" />\n <Path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIconists;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,QAAQ,OAAO,EAAE,yBAAyB,KAAK,eAAe,CACtE,EAIGE,EAAQJ","names":["IconIconists_exports","__export","IconIconists","IconIconists_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIconists","props","React","CentralIconBase","IconIconists_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import l from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.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 e}from"react-native-svg";var s=o=>t.createElement(n,{...o},t.createElement(e,{d:"M12 2V22L8 20V4L12 2Z",fill:"currentColor"}),t.createElement(e,{opacity:"0.35",d:"M16 4V20L12 22V2L16 4Z",fill:"currentColor"})),P=s;export{s as IconIconists,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIconists/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 IconIconists: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\" />\n <Path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconIconists;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,QAAQ,OAAO,EAAE,yBAAyB,KAAK,eAAe,CACtE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIconists","props","React","CentralIconBase","IconIconists_default"]}
|
package/IconListBullets/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var c=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of d(o))!x.call(r,l)&&l!==C&&e(r,l,{get:()=>o[l],enumerable:!(p=B(o,l))||p.enumerable});return r};var s=(r,o,C)=>(C=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(e({},"__esModule",{value:!0}),r);var M={};P(M,{IconListBullets:()=>a,default:()=>H});module.exports=g(M);var n=s(require("react"));var i=s(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...C})=>i.default.createElement(m.Svg,{...C,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"),a=r=>n.default.createElement(u,{...r},n.default.createElement(t.Path,{d:"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z",fill:"currentColor"})),H=a;0&&(module.exports={IconListBullets});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n
|
|
1
|
+
{"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListBullets_exports","__export","IconListBullets","IconListBullets_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...l})=>e.createElement(p,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>r.createElement(t,{...n},r.createElement(C,{d:"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z",fill:"currentColor"}),r.createElement(C,{d:"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z",fill:"currentColor"}),r.createElement(C,{d:"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z",fill:"currentColor"}),r.createElement(C,{d:"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z",fill:"currentColor"}),r.createElement(C,{d:"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z",fill:"currentColor"}),r.createElement(C,{d:"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z",fill:"currentColor"})),x=f;export{f as IconListBullets,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n
|
|
1
|
+
{"version":3,"sources":["../src/IconListBullets/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 IconListBullets: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBullets;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListBullets","props","React","CentralIconBase","IconListBullets_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(d(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var S={};x(S,{IconListBulletsSquare:()=>u,default:()=>g});module.exports=P(S);var C=a(require("react"));var s=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.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 f=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z",fill:"currentColor"})),g=u;0&&(module.exports={IconListBulletsSquare});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconListBulletsSquare/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 IconListBulletsSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBulletsSquare;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconListBulletsSquare_exports","__export","IconListBulletsSquare","IconListBulletsSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconListBulletsSquare","props","React","CentralIconBase","IconListBulletsSquare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z",fill:"currentColor"})),v=a;export{a as IconListBulletsSquare,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconListBulletsSquare/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 IconListBulletsSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconListBulletsSquare;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kjBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconListBulletsSquare","props","React","CentralIconBase","IconListBulletsSquare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!d.call(r,e)&&e!==C&&l(r,e,{get:()=>o[e],enumerable:!(p=V(o,e))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(I(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var v={};x(v,{IconVoiceLow:()=>c,default:()=>g});module.exports=P(v);var n=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),a=({children:r,size:o=24,...C})=>i.default.createElement(s.Svg,{...C,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"),c=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z",fill:"currentColor"})),g=c;0&&(module.exports={IconVoiceLow});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceLow/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 IconVoiceLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceLow;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVoiceLow_exports","__export","IconVoiceLow","IconVoiceLow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceLow","props","React","CentralIconBase","IconVoiceLow_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,...e})=>l.createElement(p,{...e,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 C}from"react-native-svg";var f=n=>o.createElement(t,{...n},o.createElement(C,{d:"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z",fill:"currentColor"}),o.createElement(C,{d:"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z",fill:"currentColor"}),o.createElement(C,{d:"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z",fill:"currentColor"}),o.createElement(C,{d:"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z",fill:"currentColor"}),o.createElement(C,{d:"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z",fill:"currentColor"})),d=f;export{f as IconVoiceLow,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceLow/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 IconVoiceLow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceLow;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceLow","props","React","CentralIconBase","IconVoiceLow_default"]}
|
package/README.md
CHANGED
|
@@ -782,7 +782,7 @@ Below is a complete list of available icons:
|
|
|
782
782
|
- IconFolderShield
|
|
783
783
|
- IconFolderUpload
|
|
784
784
|
- IconLibrary
|
|
785
|
-
-
|
|
785
|
+
- IconListBulletsSquare
|
|
786
786
|
- IconMoveFolder
|
|
787
787
|
- IconNote1
|
|
788
788
|
- IconNote2
|
|
@@ -1030,6 +1030,7 @@ Below is a complete list of available icons:
|
|
|
1030
1030
|
- IconLightBulb
|
|
1031
1031
|
- IconLightbulbGlow
|
|
1032
1032
|
- IconLightBulbSimple
|
|
1033
|
+
- IconListBullets
|
|
1033
1034
|
- IconLoader
|
|
1034
1035
|
- IconLoadingCircle
|
|
1035
1036
|
- IconMagnifyingGlass
|
|
@@ -1500,6 +1501,7 @@ Below is a complete list of available icons:
|
|
|
1500
1501
|
- IconGoose
|
|
1501
1502
|
- IconGrok
|
|
1502
1503
|
- IconGumroad
|
|
1504
|
+
- IconIconists
|
|
1503
1505
|
- IconImessage
|
|
1504
1506
|
- IconInstagram
|
|
1505
1507
|
- IconJava
|
|
@@ -1615,6 +1617,7 @@ Below is a complete list of available icons:
|
|
|
1615
1617
|
- IconVocalMicrophone
|
|
1616
1618
|
- IconVoice3
|
|
1617
1619
|
- IconVoiceHigh
|
|
1620
|
+
- IconVoiceLow
|
|
1618
1621
|
- IconVoiceMid
|
|
1619
1622
|
- IconVoiceMode
|
|
1620
1623
|
- IconVoiceRecord
|
package/filtered-icons.json
CHANGED
|
@@ -12292,6 +12292,20 @@
|
|
|
12292
12292
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
12293
12293
|
"componentName": "IconIceHockey"
|
|
12294
12294
|
},
|
|
12295
|
+
{
|
|
12296
|
+
"category": "Social Media & Brands",
|
|
12297
|
+
"svg": "<path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\"/><path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\"/>",
|
|
12298
|
+
"iconName": "iconists",
|
|
12299
|
+
"variant": {
|
|
12300
|
+
"join": "round",
|
|
12301
|
+
"filled": "on",
|
|
12302
|
+
"radius": "2",
|
|
12303
|
+
"stroke": "1"
|
|
12304
|
+
},
|
|
12305
|
+
"createdAt": "2026-01-17T09:03:18.498678+00:00",
|
|
12306
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
12307
|
+
"componentName": "IconIconists"
|
|
12308
|
+
},
|
|
12295
12309
|
{
|
|
12296
12310
|
"category": "Devices & Signals",
|
|
12297
12311
|
"svg": "<path d=\"M4.5 3C3.11929 3 2 4.11929 2 5.5V13H22V5.5C22 4.11929 20.8807 3 19.5 3H4.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 15.5V14H22V15.5C22 16.8807 20.8807 18 19.5 18H15V21.5C15 21.7761 14.7761 22 14.5 22H9.5C9.22386 22 9 21.7761 9 21.5V18H4.5C3.11929 18 2 16.8807 2 15.5ZM10 18V21H14V18H10Z\" fill=\"currentColor\"/>",
|
|
@@ -13510,10 +13524,24 @@
|
|
|
13510
13524
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
13511
13525
|
"componentName": "IconLiquidGlass"
|
|
13512
13526
|
},
|
|
13527
|
+
{
|
|
13528
|
+
"category": "Interface General",
|
|
13529
|
+
"svg": "<path d=\"M4 16.5C4.55228 16.5 5 16.9477 5 17.5C5 18.0523 4.55228 18.5 4 18.5C3.44772 18.5 3 18.0523 3 17.5C3 16.9477 3.44772 16.5 4 16.5Z\" fill=\"currentColor\"/><path d=\"M20.5 17C20.7761 17 21 17.2239 21 17.5C21 17.7761 20.7761 18 20.5 18H8.5C8.22386 18 8 17.7761 8 17.5C8 17.2239 8.22386 17 8.5 17H20.5Z\" fill=\"currentColor\"/><path d=\"M4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11Z\" fill=\"currentColor\"/><path d=\"M20.5 11.5C20.7761 11.5 21 11.7239 21 12C21 12.2761 20.7761 12.5 20.5 12.5H8.5C8.22386 12.5 8 12.2761 8 12C8 11.7239 8.22386 11.5 8.5 11.5H20.5Z\" fill=\"currentColor\"/><path d=\"M4 5.5C4.55228 5.5 5 5.94772 5 6.5C5 7.05228 4.55228 7.5 4 7.5C3.44772 7.5 3 7.05228 3 6.5C3 5.94772 3.44772 5.5 4 5.5Z\" fill=\"currentColor\"/><path d=\"M20.5 6C20.7761 6 21 6.22386 21 6.5C21 6.77614 20.7761 7 20.5 7H8.5C8.22386 7 8 6.77614 8 6.5C8 6.22386 8.22386 6 8.5 6H20.5Z\" fill=\"currentColor\"/>",
|
|
13530
|
+
"iconName": "list-bullets",
|
|
13531
|
+
"variant": {
|
|
13532
|
+
"join": "round",
|
|
13533
|
+
"filled": "on",
|
|
13534
|
+
"radius": "2",
|
|
13535
|
+
"stroke": "1"
|
|
13536
|
+
},
|
|
13537
|
+
"createdAt": "2026-01-17T09:03:18.498678+00:00",
|
|
13538
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
13539
|
+
"componentName": "IconListBullets"
|
|
13540
|
+
},
|
|
13513
13541
|
{
|
|
13514
13542
|
"category": "Folders & Files",
|
|
13515
13543
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 5.5C21 4.11929 19.8807 3 18.5 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H18.5C19.8807 21 21 19.8807 21 18.5V5.5ZM8.5 8C8.5 8.69036 7.94036 9.25 7.25 9.25C6.55964 9.25 6 8.69036 6 8C6 7.30964 6.55964 6.75 7.25 6.75C7.94036 6.75 8.5 7.30964 8.5 8ZM8.5 12C8.5 12.6904 7.94036 13.25 7.25 13.25C6.55964 13.25 6 12.6904 6 12C6 11.3096 6.55964 10.75 7.25 10.75C7.94036 10.75 8.5 11.3096 8.5 12ZM7.25 17.25C7.94036 17.25 8.5 16.6904 8.5 16C8.5 15.3096 7.94036 14.75 7.25 14.75C6.55964 14.75 6 15.3096 6 16C6 16.6904 6.55964 17.25 7.25 17.25Z\" fill=\"currentColor\"/>",
|
|
13516
|
-
"iconName": "list-bullets",
|
|
13544
|
+
"iconName": "list-bullets-square",
|
|
13517
13545
|
"variant": {
|
|
13518
13546
|
"join": "round",
|
|
13519
13547
|
"filled": "on",
|
|
@@ -13522,7 +13550,7 @@
|
|
|
13522
13550
|
},
|
|
13523
13551
|
"createdAt": "2025-02-15T21:11:33.829321+00:00",
|
|
13524
13552
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
13525
|
-
"componentName": "
|
|
13553
|
+
"componentName": "IconListBulletsSquare"
|
|
13526
13554
|
},
|
|
13527
13555
|
{
|
|
13528
13556
|
"category": "AI & Magic",
|
|
@@ -22876,6 +22904,20 @@
|
|
|
22876
22904
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
22877
22905
|
"componentName": "IconVoiceHigh"
|
|
22878
22906
|
},
|
|
22907
|
+
{
|
|
22908
|
+
"category": "Sound & Music",
|
|
22909
|
+
"svg": "<path d=\"M7.5 6C7.77614 6 8 6.22386 8 6.5V17.5C8 17.7761 7.77614 18 7.5 18C7.22386 18 7 17.7761 7 17.5V6.5C7 6.22386 7.22386 6 7.5 6Z\" fill=\"currentColor\"/><path d=\"M16.5 8C16.7761 8 17 8.22386 17 8.5V15.5C17 15.7761 16.7761 16 16.5 16C16.2239 16 16 15.7761 16 15.5V8.5C16 8.22386 16.2239 8 16.5 8Z\" fill=\"currentColor\"/><path d=\"M12 10C12.2761 10 12.5 10.2239 12.5 10.5V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V10.5C11.5 10.2239 11.7239 10 12 10Z\" fill=\"currentColor\"/><path d=\"M3.5 10.5C3.77614 10.5 4 10.7239 4 11V13C4 13.2761 3.77614 13.5 3.5 13.5C3.22386 13.5 3 13.2761 3 13V11C3 10.7239 3.22386 10.5 3.5 10.5Z\" fill=\"currentColor\"/><path d=\"M20.5 10.5C20.7761 10.5 21 10.7239 21 11V13C21 13.2761 20.7761 13.5 20.5 13.5C20.2239 13.5 20 13.2761 20 13V11C20 10.7239 20.2239 10.5 20.5 10.5Z\" fill=\"currentColor\"/>",
|
|
22910
|
+
"iconName": "voice-low, wave",
|
|
22911
|
+
"variant": {
|
|
22912
|
+
"join": "round",
|
|
22913
|
+
"filled": "on",
|
|
22914
|
+
"radius": "2",
|
|
22915
|
+
"stroke": "1"
|
|
22916
|
+
},
|
|
22917
|
+
"createdAt": "2026-01-17T09:03:18.498678+00:00",
|
|
22918
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
22919
|
+
"componentName": "IconVoiceLow"
|
|
22920
|
+
},
|
|
22879
22921
|
{
|
|
22880
22922
|
"category": "Sound & Music",
|
|
22881
22923
|
"svg": "<path d=\"M7.5 5C7.77614 5 8 5.22386 8 5.5V18.5C8 18.7761 7.77614 19 7.5 19C7.22386 19 7 18.7761 7 18.5V5.5C7 5.22386 7.22386 5 7.5 5Z\" fill=\"currentColor\"/><path d=\"M16.5 7C16.7761 7 17 7.22386 17 7.5V16.5C17 16.7761 16.7761 17 16.5 17C16.2239 17 16 16.7761 16 16.5V7.5C16 7.22386 16.2239 7 16.5 7Z\" fill=\"currentColor\"/><path d=\"M12 9C12.2761 9 12.5 9.22386 12.5 9.5V14.5C12.5 14.7761 12.2761 15 12 15C11.7239 15 11.5 14.7761 11.5 14.5V9.5C11.5 9.22386 11.7239 9 12 9Z\" fill=\"currentColor\"/><path d=\"M3.5 10C3.77614 10 4 10.2239 4 10.5V13.5C4 13.7761 3.77614 14 3.5 14C3.22386 14 3 13.7761 3 13.5V10.5C3 10.2239 3.22386 10 3.5 10Z\" fill=\"currentColor\"/><path d=\"M20.5 10C20.7761 10 21 10.2239 21 10.5V13.5C21 13.7761 20.7761 14 20.5 14C20.2239 14 20 13.7761 20 13.5V10.5C20 10.2239 20.2239 10 20.5 10Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -877,6 +877,7 @@ export type CentralIconName =
|
|
|
877
877
|
| "IconHumanMashine"
|
|
878
878
|
| "IconIcebowl"
|
|
879
879
|
| "IconIceHockey"
|
|
880
|
+
| "IconIconists"
|
|
880
881
|
| "IconImac"
|
|
881
882
|
| "IconImageAltText"
|
|
882
883
|
| "IconImageAvatarSparkle"
|
|
@@ -965,6 +966,7 @@ export type CentralIconName =
|
|
|
965
966
|
| "IconLinktree"
|
|
966
967
|
| "IconLiquidGlass"
|
|
967
968
|
| "IconListBullets"
|
|
969
|
+
| "IconListBulletsSquare"
|
|
968
970
|
| "IconListSparkle"
|
|
969
971
|
| "IconLiveActivity"
|
|
970
972
|
| "IconLiveFull"
|
|
@@ -1633,6 +1635,7 @@ export type CentralIconName =
|
|
|
1633
1635
|
| "IconVoice3"
|
|
1634
1636
|
| "IconVoiceAndVideo"
|
|
1635
1637
|
| "IconVoiceHigh"
|
|
1638
|
+
| "IconVoiceLow"
|
|
1636
1639
|
| "IconVoiceMid"
|
|
1637
1640
|
| "IconVoiceMode"
|
|
1638
1641
|
| "IconVoiceRecord"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.94",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1698,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 66,
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
"IconFolderShield",
|
|
679
679
|
"IconFolderUpload",
|
|
680
680
|
"IconLibrary",
|
|
681
|
-
"
|
|
681
|
+
"IconListBulletsSquare",
|
|
682
682
|
"IconMoveFolder",
|
|
683
683
|
"IconNote1",
|
|
684
684
|
"IconNote2",
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
]
|
|
842
842
|
},
|
|
843
843
|
"Interface General": {
|
|
844
|
-
"count":
|
|
844
|
+
"count": 177,
|
|
845
845
|
"icons": [
|
|
846
846
|
"IconAnchor1",
|
|
847
847
|
"IconAnchor2",
|
|
@@ -936,6 +936,7 @@
|
|
|
936
936
|
"IconLightBulb",
|
|
937
937
|
"IconLightbulbGlow",
|
|
938
938
|
"IconLightBulbSimple",
|
|
939
|
+
"IconListBullets",
|
|
939
940
|
"IconLoader",
|
|
940
941
|
"IconLoadingCircle",
|
|
941
942
|
"IconMagnifyingGlass",
|
|
@@ -1376,7 +1377,7 @@
|
|
|
1376
1377
|
]
|
|
1377
1378
|
},
|
|
1378
1379
|
"Social Media & Brands": {
|
|
1379
|
-
"count":
|
|
1380
|
+
"count": 118,
|
|
1380
1381
|
"icons": [
|
|
1381
1382
|
"IconAdobeAcrobat",
|
|
1382
1383
|
"IconAffinity",
|
|
@@ -1424,6 +1425,7 @@
|
|
|
1424
1425
|
"IconGoose",
|
|
1425
1426
|
"IconGrok",
|
|
1426
1427
|
"IconGumroad",
|
|
1428
|
+
"IconIconists",
|
|
1427
1429
|
"IconImessage",
|
|
1428
1430
|
"IconInstagram",
|
|
1429
1431
|
"IconJava",
|
|
@@ -1498,7 +1500,7 @@
|
|
|
1498
1500
|
]
|
|
1499
1501
|
},
|
|
1500
1502
|
"Sound & Music": {
|
|
1501
|
-
"count":
|
|
1503
|
+
"count": 52,
|
|
1502
1504
|
"icons": [
|
|
1503
1505
|
"IconAirpodLeft",
|
|
1504
1506
|
"IconAirpodRight",
|
|
@@ -1541,6 +1543,7 @@
|
|
|
1541
1543
|
"IconVocalMicrophone",
|
|
1542
1544
|
"IconVoice3",
|
|
1543
1545
|
"IconVoiceHigh",
|
|
1546
|
+
"IconVoiceLow",
|
|
1544
1547
|
"IconVoiceMid",
|
|
1545
1548
|
"IconVoiceMode",
|
|
1546
1549
|
"IconVoiceRecord",
|
|
@@ -2768,6 +2771,7 @@
|
|
|
2768
2771
|
"IconHumanMashine": "human-mashine, high-five, ai, hands",
|
|
2769
2772
|
"IconIcebowl": "icebowl, cooling, vibe",
|
|
2770
2773
|
"IconIceHockey": "ice-hockey",
|
|
2774
|
+
"IconIconists": "iconists",
|
|
2771
2775
|
"IconImac": "imac, computer",
|
|
2772
2776
|
"IconImageAltText": "image-alt-text",
|
|
2773
2777
|
"IconImageAvatarSparkle": "image-avatar-sparkle, generated avatar, profile ai, magic avatar",
|
|
@@ -2856,6 +2860,7 @@
|
|
|
2856
2860
|
"IconLinktree": "linktree",
|
|
2857
2861
|
"IconLiquidGlass": "liquid-glass, glass-effect",
|
|
2858
2862
|
"IconListBullets": "list-bullets",
|
|
2863
|
+
"IconListBulletsSquare": "list-bullets-square",
|
|
2859
2864
|
"IconListSparkle": "list-sparkle, ai text, text generation",
|
|
2860
2865
|
"IconLiveActivity": "live-activity, fitness",
|
|
2861
2866
|
"IconLiveFull": "live-full, signal, podcast",
|
|
@@ -3524,6 +3529,7 @@
|
|
|
3524
3529
|
"IconVoice3": "voice-3, wave",
|
|
3525
3530
|
"IconVoiceAndVideo": "voice-and-video, media",
|
|
3526
3531
|
"IconVoiceHigh": "voice-high, wave",
|
|
3532
|
+
"IconVoiceLow": "voice-low, wave",
|
|
3527
3533
|
"IconVoiceMid": "voice-mid, wave",
|
|
3528
3534
|
"IconVoiceMode": "voice-mode, voice-settings",
|
|
3529
3535
|
"IconVoiceRecord": "voice-record",
|
package/index.d.ts
CHANGED
|
@@ -876,6 +876,7 @@ export { IconHourglass, default as IconHourglassDefault, } from "./IconHourglass
|
|
|
876
876
|
export { IconHumanMashine, default as IconHumanMashineDefault, } from "./IconHumanMashine";
|
|
877
877
|
export { IconIceHockey, default as IconIceHockeyDefault, } from "./IconIceHockey";
|
|
878
878
|
export { IconIcebowl, default as IconIcebowlDefault } from "./IconIcebowl";
|
|
879
|
+
export { IconIconists, default as IconIconistsDefault } from "./IconIconists";
|
|
879
880
|
export { IconImac, default as IconImacDefault } from "./IconImac";
|
|
880
881
|
export { IconImageAltText, default as IconImageAltTextDefault, } from "./IconImageAltText";
|
|
881
882
|
export { IconImageAvatarSparkle, default as IconImageAvatarSparkleDefault, } from "./IconImageAvatarSparkle";
|
|
@@ -964,6 +965,7 @@ export { IconLinkedin, default as IconLinkedinDefault } from "./IconLinkedin";
|
|
|
964
965
|
export { IconLinktree, default as IconLinktreeDefault } from "./IconLinktree";
|
|
965
966
|
export { IconLiquidGlass, default as IconLiquidGlassDefault, } from "./IconLiquidGlass";
|
|
966
967
|
export { IconListBullets, default as IconListBulletsDefault, } from "./IconListBullets";
|
|
968
|
+
export { IconListBulletsSquare, default as IconListBulletsSquareDefault, } from "./IconListBulletsSquare";
|
|
967
969
|
export { IconListSparkle, default as IconListSparkleDefault, } from "./IconListSparkle";
|
|
968
970
|
export { IconLiveActivity, default as IconLiveActivityDefault, } from "./IconLiveActivity";
|
|
969
971
|
export { IconLiveFull, default as IconLiveFullDefault } from "./IconLiveFull";
|
|
@@ -1632,6 +1634,7 @@ export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
|
1632
1634
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|
|
1633
1635
|
export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
|
|
1634
1636
|
export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
|
|
1637
|
+
export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
|
|
1635
1638
|
export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";
|
|
1636
1639
|
export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
|
|
1637
1640
|
export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
|