@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.184 → 1.1.186
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/IconConductor/index.d.ts +4 -0
- package/IconConductor/index.js +2 -0
- package/IconConductor/index.js.map +1 -0
- package/IconConductor/index.mjs +2 -0
- package/IconConductor/index.mjs.map +1 -0
- package/IconTrending6/index.d.ts +4 -0
- package/IconTrending6/index.js +2 -0
- package/IconTrending6/index.js.map +1 -0
- package/IconTrending6/index.mjs +2 -0
- package/IconTrending6/index.mjs.map +1 -0
- package/IconVoiceShare/index.d.ts +4 -0
- package/IconVoiceShare/index.js +2 -0
- package/IconVoiceShare/index.js.map +1 -0
- package/IconVoiceShare/index.mjs +2 -0
- package/IconVoiceShare/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 i=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=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})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(e({},"__esModule",{value:!0}),r);var L={};g(L,{IconConductor:()=>u,default:()=>v});module.exports=d(L);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M21.4916 2.09766L20.142 8.8418C20.8494 8.88189 21.5205 9.32292 21.7474 10.0791C21.9467 10.7441 21.7221 11.4637 21.18 11.8975L17.0013 15.2402V21H7.00133V15.2402L2.82262 11.8975C2.28082 11.4637 2.05604 10.744 2.25524 10.0791C2.60548 8.91164 4.01437 8.49029 4.9818 9.14648C5.84095 9.72979 7.00575 10.4485 8.26012 11.0195C9.52193 11.5939 10.8348 11.9999 12.0013 12C13.1679 12 14.4807 11.5939 15.7425 11.0195C16.9969 10.4486 18.1617 9.72981 19.0209 9.14648C19.036 9.1362 19.0524 9.12792 19.0677 9.11816L20.5111 1.90234L21.4916 2.09766Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M12.0013 2.9502C13.9343 2.9502 15.5013 4.5172 15.5013 6.4502C15.5013 8.38319 13.9343 9.9502 12.0013 9.9502C10.0685 9.94997 8.50133 8.38305 8.50133 6.4502C8.50133 4.51734 10.0685 2.95042 12.0013 2.9502Z",fill:"currentColor"})),v=u;0&&(module.exports={IconConductor});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconConductor/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 IconConductor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.4916 2.09766L20.142 8.8418C20.8494 8.88189 21.5205 9.32292 21.7474 10.0791C21.9467 10.7441 21.7221 11.4637 21.18 11.8975L17.0013 15.2402V21H7.00133V15.2402L2.82262 11.8975C2.28082 11.4637 2.05604 10.744 2.25524 10.0791C2.60548 8.91164 4.01437 8.49029 4.9818 9.14648C5.84095 9.72979 7.00575 10.4485 8.26012 11.0195C9.52193 11.5939 10.8348 11.9999 12.0013 12C13.1679 12 14.4807 11.5939 15.7425 11.0195C16.9969 10.4486 18.1617 9.72981 19.0209 9.14648C19.036 9.1362 19.0524 9.12792 19.0677 9.11816L20.5111 1.90234L21.4916 2.09766Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0013 2.9502C13.9343 2.9502 15.5013 4.5172 15.5013 6.4502C15.5013 8.38319 13.9343 9.9502 12.0013 9.9502C10.0685 9.94997 8.50133 8.38305 8.50133 6.4502C8.50133 4.51734 10.0685 2.95042 12.0013 2.9502Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConductor;\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,qhBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconConductor_exports","__export","IconConductor","IconConductor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconConductor","props","React","CentralIconBase","IconConductor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M21.4916 2.09766L20.142 8.8418C20.8494 8.88189 21.5205 9.32292 21.7474 10.0791C21.9467 10.7441 21.7221 11.4637 21.18 11.8975L17.0013 15.2402V21H7.00133V15.2402L2.82262 11.8975C2.28082 11.4637 2.05604 10.744 2.25524 10.0791C2.60548 8.91164 4.01437 8.49029 4.9818 9.14648C5.84095 9.72979 7.00575 10.4485 8.26012 11.0195C9.52193 11.5939 10.8348 11.9999 12.0013 12C13.1679 12 14.4807 11.5939 15.7425 11.0195C16.9969 10.4486 18.1617 9.72981 19.0209 9.14648C19.036 9.1362 19.0524 9.12792 19.0677 9.11816L20.5111 1.90234L21.4916 2.09766Z",fill:"currentColor"}),t.createElement(e,{d:"M12.0013 2.9502C13.9343 2.9502 15.5013 4.5172 15.5013 6.4502C15.5013 8.38319 13.9343 9.9502 12.0013 9.9502C10.0685 9.94997 8.50133 8.38305 8.50133 6.4502C8.50133 4.51734 10.0685 2.95042 12.0013 2.9502Z",fill:"currentColor"})),P=a;export{a as IconConductor,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconConductor/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 IconConductor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.4916 2.09766L20.142 8.8418C20.8494 8.88189 21.5205 9.32292 21.7474 10.0791C21.9467 10.7441 21.7221 11.4637 21.18 11.8975L17.0013 15.2402V21H7.00133V15.2402L2.82262 11.8975C2.28082 11.4637 2.05604 10.744 2.25524 10.0791C2.60548 8.91164 4.01437 8.49029 4.9818 9.14648C5.84095 9.72979 7.00575 10.4485 8.26012 11.0195C9.52193 11.5939 10.8348 11.9999 12.0013 12C13.1679 12 14.4807 11.5939 15.7425 11.0195C16.9969 10.4486 18.1617 9.72981 19.0209 9.14648C19.036 9.1362 19.0524 9.12792 19.0677 9.11816L20.5111 1.90234L21.4916 2.09766Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0013 2.9502C13.9343 2.9502 15.5013 4.5172 15.5013 6.4502C15.5013 8.38319 13.9343 9.9502 12.0013 9.9502C10.0685 9.94997 8.50133 8.38305 8.50133 6.4502C8.50133 4.51734 10.0685 2.95042 12.0013 2.9502Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConductor;\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,qhBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconConductor","props","React","CentralIconBase","IconConductor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!g.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=d(o,n))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var P={};v(P,{IconTrending6:()=>i,default:()=>L});module.exports=x(P);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z",fill:"currentColor"})),L=i;0&&(module.exports={IconTrending6});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrending6/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 IconTrending6: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrending6;\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,gKACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTrending6_exports","__export","IconTrending6","IconTrending6_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrending6","props","React","CentralIconBase","IconTrending6_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(l,{...t,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 a}from"react-native-svg";var m=o=>n.createElement(e,{...o},n.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z",fill:"currentColor"})),g=m;export{m as IconTrending6,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrending6/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 IconTrending6: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrending6;\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,gKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrending6","props","React","CentralIconBase","IconTrending6_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var H=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of u(o))!I.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=c(o,l))||C.enumerable});return r};var V=(r,o,n)=>(n=r!=null?H(B(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>f(p({},"__esModule",{value:!0}),r);var g={};d(g,{IconVoiceShare:()=>s,default:()=>P});module.exports=x(g);var e=V(require("react"));var m=V(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...n})=>m.default.createElement(a.Svg,{...n,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"),s=r=>e.default.createElement(i,{...r},e.default.createElement(t.Path,{d:"M21 18H20V14.5713C18.0673 16.2786 17 17.9677 17 20.501V21.001H16V20.501C16 17.6769 17.1956 15.7717 19.1416 14H16V13H21V18Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M8 21H7V3H8V21Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M12.5 17H11.5V7H12.5V17Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M4 15H3V9H4V15Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M17 11H16V5H17V11Z",fill:"currentColor"})),P=s;0&&(module.exports={IconVoiceShare});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceShare/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 IconVoiceShare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 18H20V14.5713C18.0673 16.2786 17 17.9677 17 20.501V21.001H16V20.501C16 17.6769 17.1956 15.7717 19.1416 14H16V13H21V18Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 21H7V3H8V21Z\" fill=\"currentColor\" />\n <Path d=\"M12.5 17H11.5V7H12.5V17Z\" fill=\"currentColor\" />\n <Path d=\"M4 15H3V9H4V15Z\" fill=\"currentColor\" />\n <Path d=\"M17 11H16V5H17V11Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceShare;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["IconVoiceShare_exports","__export","IconVoiceShare","IconVoiceShare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceShare","props","React","CentralIconBase","IconVoiceShare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var f=e=>o.createElement(t,{...e},o.createElement(n,{d:"M21 18H20V14.5713C18.0673 16.2786 17 17.9677 17 20.501V21.001H16V20.501C16 17.6769 17.1956 15.7717 19.1416 14H16V13H21V18Z",fill:"currentColor"}),o.createElement(n,{d:"M8 21H7V3H8V21Z",fill:"currentColor"}),o.createElement(n,{d:"M12.5 17H11.5V7H12.5V17Z",fill:"currentColor"}),o.createElement(n,{d:"M4 15H3V9H4V15Z",fill:"currentColor"}),o.createElement(n,{d:"M17 11H16V5H17V11Z",fill:"currentColor"})),I=f;export{f as IconVoiceShare,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceShare/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 IconVoiceShare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 18H20V14.5713C18.0673 16.2786 17 17.9677 17 20.501V21.001H16V20.501C16 17.6769 17.1956 15.7717 19.1416 14H16V13H21V18Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 21H7V3H8V21Z\" fill=\"currentColor\" />\n <Path d=\"M12.5 17H11.5V7H12.5V17Z\" fill=\"currentColor\" />\n <Path d=\"M4 15H3V9H4V15Z\" fill=\"currentColor\" />\n <Path d=\"M17 11H16V5H17V11Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceShare;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceShare","props","React","CentralIconBase","IconVoiceShare_default"]}
|
package/README.md
CHANGED
|
@@ -1741,6 +1741,7 @@ Below is a complete list of available icons:
|
|
|
1741
1741
|
- IconBack
|
|
1742
1742
|
- IconBack10s
|
|
1743
1743
|
- IconCd
|
|
1744
|
+
- IconConductor
|
|
1744
1745
|
- IconFastForward
|
|
1745
1746
|
- IconFastForward10s
|
|
1746
1747
|
- IconFastForward15s
|
|
@@ -1784,6 +1785,7 @@ Below is a complete list of available icons:
|
|
|
1784
1785
|
- IconVoiceMode
|
|
1785
1786
|
- IconVoiceRecord
|
|
1786
1787
|
- IconVoiceSettings
|
|
1788
|
+
- IconVoiceShare
|
|
1787
1789
|
- IconVolumeDown
|
|
1788
1790
|
- IconVolumeFull
|
|
1789
1791
|
- IconVolumeHalf
|
|
@@ -1848,6 +1850,7 @@ Below is a complete list of available icons:
|
|
|
1848
1850
|
- IconTrending3
|
|
1849
1851
|
- IconTrending4
|
|
1850
1852
|
- IconTrending5
|
|
1853
|
+
- IconTrending6
|
|
1851
1854
|
- IconTrendingCircle
|
|
1852
1855
|
- IconWhiteboard1
|
|
1853
1856
|
- IconWhiteboard2
|
package/filtered-icons.json
CHANGED
|
@@ -7910,6 +7910,20 @@
|
|
|
7910
7910
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
7911
7911
|
"componentName": "IconConcise"
|
|
7912
7912
|
},
|
|
7913
|
+
{
|
|
7914
|
+
"category": "Sound & Music",
|
|
7915
|
+
"svg": "<path d=\"M21.4916 2.09766L20.142 8.8418C20.8494 8.88189 21.5205 9.32292 21.7474 10.0791C21.9467 10.7441 21.7221 11.4637 21.18 11.8975L17.0013 15.2402V21H7.00133V15.2402L2.82262 11.8975C2.28082 11.4637 2.05604 10.744 2.25524 10.0791C2.60548 8.91164 4.01437 8.49029 4.9818 9.14648C5.84095 9.72979 7.00575 10.4485 8.26012 11.0195C9.52193 11.5939 10.8348 11.9999 12.0013 12C13.1679 12 14.4807 11.5939 15.7425 11.0195C16.9969 10.4486 18.1617 9.72981 19.0209 9.14648C19.036 9.1362 19.0524 9.12792 19.0677 9.11816L20.5111 1.90234L21.4916 2.09766Z\" fill=\"currentColor\"/><path d=\"M12.0013 2.9502C13.9343 2.9502 15.5013 4.5172 15.5013 6.4502C15.5013 8.38319 13.9343 9.9502 12.0013 9.9502C10.0685 9.94997 8.50133 8.38305 8.50133 6.4502C8.50133 4.51734 10.0685 2.95042 12.0013 2.9502Z\" fill=\"currentColor\"/>",
|
|
7916
|
+
"iconName": "conductor, ochestrator, vibe",
|
|
7917
|
+
"variant": {
|
|
7918
|
+
"join": "square",
|
|
7919
|
+
"filled": "on",
|
|
7920
|
+
"radius": "0",
|
|
7921
|
+
"stroke": "1"
|
|
7922
|
+
},
|
|
7923
|
+
"createdAt": "2026-04-13T09:02:06.841943+00:00",
|
|
7924
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
7925
|
+
"componentName": "IconConductor"
|
|
7926
|
+
},
|
|
7913
7927
|
{
|
|
7914
7928
|
"category": "Devices & Signals",
|
|
7915
7929
|
"svg": "<path d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.82107 19.3211 10.5 17.25 10.5C16.3945 10.5 15.6066 10.2127 14.9756 9.73047L9.72656 14.9697C10.2114 15.6016 10.5 16.392 10.5 17.25C10.5 19.3211 8.82107 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C7.60226 13.5 8.38779 13.7847 9.01758 14.2637L14.2686 9.02344C13.7868 8.39264 13.5 7.605 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z\" fill=\"currentColor\"/><path d=\"M17.25 13.5C19.3211 13.5 21 15.1789 21 17.25C21 19.3211 19.3211 21 17.25 21C15.1789 21 13.5 19.3211 13.5 17.25C13.5 15.1789 15.1789 13.5 17.25 13.5Z\" fill=\"currentColor\"/><path d=\"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z\" fill=\"currentColor\"/>",
|
|
@@ -25088,6 +25102,20 @@
|
|
|
25088
25102
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
25089
25103
|
"componentName": "IconTrending5"
|
|
25090
25104
|
},
|
|
25105
|
+
{
|
|
25106
|
+
"category": "Statistics & Charts",
|
|
25107
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z\" fill=\"currentColor\"/>",
|
|
25108
|
+
"iconName": "trending-6, trends, downward",
|
|
25109
|
+
"variant": {
|
|
25110
|
+
"join": "square",
|
|
25111
|
+
"filled": "on",
|
|
25112
|
+
"radius": "0",
|
|
25113
|
+
"stroke": "1"
|
|
25114
|
+
},
|
|
25115
|
+
"createdAt": "2026-04-13T17:01:52.146519+00:00",
|
|
25116
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
25117
|
+
"componentName": "IconTrending6"
|
|
25118
|
+
},
|
|
25091
25119
|
{
|
|
25092
25120
|
"category": "Statistics & Charts",
|
|
25093
25121
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM13 9H17V13H16V10.7071L12 14.7071L10 12.7071L7.25 15.4571L6.54289 14.75L10 11.2929L12 13.2929L15.2929 10H13V9Z\" fill=\"currentColor\"/>",
|
|
@@ -26152,6 +26180,20 @@
|
|
|
26152
26180
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
26153
26181
|
"componentName": "IconVoiceSettings"
|
|
26154
26182
|
},
|
|
26183
|
+
{
|
|
26184
|
+
"category": "Sound & Music",
|
|
26185
|
+
"svg": "<path d=\"M21 18H20V14.5713C18.0673 16.2786 17 17.9677 17 20.501V21.001H16V20.501C16 17.6769 17.1956 15.7717 19.1416 14H16V13H21V18Z\" fill=\"currentColor\"/><path d=\"M8 21H7V3H8V21Z\" fill=\"currentColor\"/><path d=\"M12.5 17H11.5V7H12.5V17Z\" fill=\"currentColor\"/><path d=\"M4 15H3V9H4V15Z\" fill=\"currentColor\"/><path d=\"M17 11H16V5H17V11Z\" fill=\"currentColor\"/>",
|
|
26186
|
+
"iconName": "voice-share",
|
|
26187
|
+
"variant": {
|
|
26188
|
+
"join": "square",
|
|
26189
|
+
"filled": "on",
|
|
26190
|
+
"radius": "0",
|
|
26191
|
+
"stroke": "1"
|
|
26192
|
+
},
|
|
26193
|
+
"createdAt": "2026-04-13T09:02:06.841943+00:00",
|
|
26194
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
26195
|
+
"componentName": "IconVoiceShare"
|
|
26196
|
+
},
|
|
26155
26197
|
{
|
|
26156
26198
|
"category": "AI & Magic",
|
|
26157
26199
|
"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
|
@@ -564,6 +564,7 @@ export type CentralIconName =
|
|
|
564
564
|
| "IconCompassSquare"
|
|
565
565
|
| "IconComponents"
|
|
566
566
|
| "IconConcise"
|
|
567
|
+
| "IconConductor"
|
|
567
568
|
| "IconConnectors1"
|
|
568
569
|
| "IconConnectors2"
|
|
569
570
|
| "IconConsole"
|
|
@@ -1791,6 +1792,7 @@ export type CentralIconName =
|
|
|
1791
1792
|
| "IconTrending3"
|
|
1792
1793
|
| "IconTrending4"
|
|
1793
1794
|
| "IconTrending5"
|
|
1795
|
+
| "IconTrending6"
|
|
1794
1796
|
| "IconTrendingCircle"
|
|
1795
1797
|
| "IconTrial"
|
|
1796
1798
|
| "IconTrophy"
|
|
@@ -1867,6 +1869,7 @@ export type CentralIconName =
|
|
|
1867
1869
|
| "IconVoiceMode"
|
|
1868
1870
|
| "IconVoiceRecord"
|
|
1869
1871
|
| "IconVoiceSettings"
|
|
1872
|
+
| "IconVoiceShare"
|
|
1870
1873
|
| "IconVoiceSparkle"
|
|
1871
1874
|
| "IconVolleyball"
|
|
1872
1875
|
| "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.186",
|
|
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": 1931,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 76,
|
|
@@ -1659,7 +1659,7 @@
|
|
|
1659
1659
|
]
|
|
1660
1660
|
},
|
|
1661
1661
|
"Sound & Music": {
|
|
1662
|
-
"count":
|
|
1662
|
+
"count": 59,
|
|
1663
1663
|
"icons": [
|
|
1664
1664
|
"IconAirpodLeft",
|
|
1665
1665
|
"IconAirpodRight",
|
|
@@ -1669,6 +1669,7 @@
|
|
|
1669
1669
|
"IconBack",
|
|
1670
1670
|
"IconBack10s",
|
|
1671
1671
|
"IconCd",
|
|
1672
|
+
"IconConductor",
|
|
1672
1673
|
"IconFastForward",
|
|
1673
1674
|
"IconFastForward10s",
|
|
1674
1675
|
"IconFastForward15s",
|
|
@@ -1712,6 +1713,7 @@
|
|
|
1712
1713
|
"IconVoiceMode",
|
|
1713
1714
|
"IconVoiceRecord",
|
|
1714
1715
|
"IconVoiceSettings",
|
|
1716
|
+
"IconVoiceShare",
|
|
1715
1717
|
"IconVolumeDown",
|
|
1716
1718
|
"IconVolumeFull",
|
|
1717
1719
|
"IconVolumeHalf",
|
|
@@ -1740,7 +1742,7 @@
|
|
|
1740
1742
|
]
|
|
1741
1743
|
},
|
|
1742
1744
|
"Statistics & Charts": {
|
|
1743
|
-
"count":
|
|
1745
|
+
"count": 42,
|
|
1744
1746
|
"icons": [
|
|
1745
1747
|
"IconAnalytics",
|
|
1746
1748
|
"IconChart1",
|
|
@@ -1780,6 +1782,7 @@
|
|
|
1780
1782
|
"IconTrending3",
|
|
1781
1783
|
"IconTrending4",
|
|
1782
1784
|
"IconTrending5",
|
|
1785
|
+
"IconTrending6",
|
|
1783
1786
|
"IconTrendingCircle",
|
|
1784
1787
|
"IconWhiteboard1",
|
|
1785
1788
|
"IconWhiteboard2"
|
|
@@ -2695,6 +2698,7 @@
|
|
|
2695
2698
|
"IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
|
|
2696
2699
|
"IconComponents": "components, figma",
|
|
2697
2700
|
"IconConcise": "concise, text-shorten, squeeze",
|
|
2701
|
+
"IconConductor": "conductor, ochestrator, vibe",
|
|
2698
2702
|
"IconConnectors1": "connectors-1, connection, apps",
|
|
2699
2703
|
"IconConnectors2": "connectors-2, connection, apps",
|
|
2700
2704
|
"IconConsole": "console, terminal",
|
|
@@ -3922,6 +3926,7 @@
|
|
|
3922
3926
|
"IconTrending3": "trending-3, trends",
|
|
3923
3927
|
"IconTrending4": "trending-4, chart",
|
|
3924
3928
|
"IconTrending5": "trending-5, chart, analytics",
|
|
3929
|
+
"IconTrending6": "trending-6, trends, downward",
|
|
3925
3930
|
"IconTrendingCircle": "trending-circle",
|
|
3926
3931
|
"IconTrial": "trial, try, money-back, test-phase",
|
|
3927
3932
|
"IconTrophy": "trophy, win, champion",
|
|
@@ -3998,6 +4003,7 @@
|
|
|
3998
4003
|
"IconVoiceMode": "voice-mode, voice-settings",
|
|
3999
4004
|
"IconVoiceRecord": "voice-record",
|
|
4000
4005
|
"IconVoiceSettings": "voice-settings, edit-voice",
|
|
4006
|
+
"IconVoiceShare": "voice-share",
|
|
4001
4007
|
"IconVoiceSparkle": "voice-sparkle, ai, sound",
|
|
4002
4008
|
"IconVolleyball": "volleyball",
|
|
4003
4009
|
"IconVolumeDown": "volume-down",
|
package/index.d.ts
CHANGED
|
@@ -563,6 +563,7 @@ export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCom
|
|
|
563
563
|
export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
|
|
564
564
|
export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";
|
|
565
565
|
export { IconConcise, default as IconConciseDefault } from "./IconConcise";
|
|
566
|
+
export { IconConductor, default as IconConductorDefault, } from "./IconConductor";
|
|
566
567
|
export { IconConnectors1, default as IconConnectors1Default, } from "./IconConnectors1";
|
|
567
568
|
export { IconConnectors2, default as IconConnectors2Default, } from "./IconConnectors2";
|
|
568
569
|
export { IconConsole, default as IconConsoleDefault } from "./IconConsole";
|
|
@@ -1790,6 +1791,7 @@ export { IconTrending2, default as IconTrending2Default, } from "./IconTrending2
|
|
|
1790
1791
|
export { IconTrending3, default as IconTrending3Default, } from "./IconTrending3";
|
|
1791
1792
|
export { IconTrending4, default as IconTrending4Default, } from "./IconTrending4";
|
|
1792
1793
|
export { IconTrending5, default as IconTrending5Default, } from "./IconTrending5";
|
|
1794
|
+
export { IconTrending6, default as IconTrending6Default, } from "./IconTrending6";
|
|
1793
1795
|
export { IconTrendingCircle, default as IconTrendingCircleDefault, } from "./IconTrendingCircle";
|
|
1794
1796
|
export { IconTrial, default as IconTrialDefault } from "./IconTrial";
|
|
1795
1797
|
export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";
|
|
@@ -1866,6 +1868,7 @@ export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";
|
|
|
1866
1868
|
export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
|
|
1867
1869
|
export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
|
|
1868
1870
|
export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconVoiceSettings";
|
|
1871
|
+
export { IconVoiceShare, default as IconVoiceShareDefault, } from "./IconVoiceShare";
|
|
1869
1872
|
export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
|
|
1870
1873
|
export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
|
|
1871
1874
|
export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";
|