iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 883 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 BluetoothXBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M183.2 166.4L132 128l11.61-8.71a12 12 0 10-14.4-19.2L124 104V56l5.21 3.91a12 12 0 1014.4-19.2L119.2 22.4A12 12 0 00100 32v72L55.2 70.4a12 12 0 00-14.4 19.2L92 128l-51.2 38.4a12 12 0 1014.4 19.2L100 152v72a12 12 0 0019.2 9.6l64-48a12 12 0 000-19.2zM124 200v-48l32 24zM240.49 95.51a12 12 0 01-17 17L208 97l-15.51 15.52a12 12 0 11-17-17L191 80l-15.48-15.51a12 12 0 1117-17L208 63l15.51-15.52a12 12 0 0117 17L225 80z" }));
exports.default = BluetoothXBold;