iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 704 B
JavaScript
;
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 BluetoothBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M199.2 166.4L148 128l51.2-38.4a12 12 0 000-19.2l-64-48A12 12 0 00116 32v72L71.2 70.4a12 12 0 00-14.4 19.2L108 128l-51.2 38.4a12 12 0 1014.4 19.2L116 152v72a12 12 0 0019.2 9.6l64-48a12 12 0 000-19.2zM140 56l32 24-32 24zm0 144v-48l32 24z" }));
exports.default = BluetoothBold;