UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 809 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const BluetoothDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M192 80l-64 48V32zm-64 144l64-48-64-48z", opacity: ".2" }), React.createElement("path", { d: "M196.8 169.6L141.33 128l55.47-41.6a8 8 0 000-12.8l-64-48A8 8 0 00120 32v80L68.8 73.6a8 8 0 00-9.6 12.8l55.47 41.6-55.47 41.6a8 8 0 109.6 12.8L120 144v80a8 8 0 0012.8 6.4l64-48a8 8 0 000-12.8zM136 48l42.67 32L136 112zm0 160v-64l42.67 32z" })); exports.default = BluetoothDuotone;