mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 19:00:56 +00:00
15 lines
787 B
JavaScript
15 lines
787 B
JavaScript
/**
|
|
* @license @tabler/icons-react v3.44.0 - MIT
|
|
*
|
|
* This source code is licensed under the MIT license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createReactComponent from '../createReactComponent.mjs';
|
|
|
|
const __iconNode = [["path", { "d": "M6.57 12.77a6.9 6.9 0 0 1 -.57 -2.77a7 7 0 0 1 14 0", "key": "svg-0" }], ["path", { "d": "M9 16l-1 1", "key": "svg-1" }], ["path", { "d": "M10.83 19.83l6.36 -6.37a1 1 0 0 0 0 -1.41l-4.19 -4.24a1 1 0 0 0 -1.41 0l-6.42 6.36a4 4 0 0 0 0 5.66a4 4 0 0 0 5.66 0", "key": "svg-2" }]];
|
|
const IconEarphoneBluetooth = createReactComponent("outline", "earphone-bluetooth", "EarphoneBluetooth", __iconNode);
|
|
|
|
export { __iconNode, IconEarphoneBluetooth as default };
|
|
//# sourceMappingURL=IconEarphoneBluetooth.mjs.map
|