iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.1 kB
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 BluetoothXFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M184 176a8 8 0 01-3.2 6.4l-64 48a8 8 0 01-4.8 1.6 7.9 7.9 0 01-4.11-1.14 8.3 8.3 0 01-3.9-7.18V144l-51.23 38.4a8 8 0 01-11.16-1.55 8.26 8.26 0 011.8-11.43L98.66 128 43.38 86.57a8.19 8.19 0 01-2.13-10.93 8 8 0 0111.51-2L104 112V32.24a8.21 8.21 0 012.83-6.34 8 8 0 0110-.3l33.62 25.2A4 4 0 01152 54v52a4 4 0 01-1.6 3.2L125.34 128l55.5 41.6A8 8 0 01184 176zm53.47-77.87L219.37 80l18.11-18.11a8.21 8.21 0 00.41-11.37 8 8 0 00-11.49-.18l-18.35 18.35-18.12-18.11a8.23 8.23 0 00-10.83-.88 8 8 0 00-.73 12L196.73 80l-18.15 18.13a8.2 8.2 0 00-.6 11.1 8 8 0 0011.71.43l18.36-18.35 18.35 18.35a8 8 0 0011.72-.43 8.21 8.21 0 00-.61-11.1z" }));
exports.default = BluetoothXFill;