iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 925 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 BluetoothXThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M178.4 172.8L118.67 128l27.73-20.8a4 4 0 10-4.8-6.4L116 120V40l25.6 19.2a4 4 0 004.8-6.4l-32-24A4 4 0 00108 32v88L50.4 76.8a4 4 0 00-4.8 6.4l59.73 44.8-59.73 44.8a4 4 0 004.8 6.4L108 136v88a4 4 0 002.21 3.58 4.05 4.05 0 001.79.42 4 4 0 002.4-.8l64-48a4 4 0 000-6.4zM116 216v-80l53.33 40zm118.83-114.83a4 4 0 01-5.66 5.66L208 85.66l-21.17 21.17a4 4 0 01-5.66-5.66L202.34 80l-21.17-21.17a4 4 0 015.66-5.66L208 74.34l21.17-21.17a4 4 0 115.66 5.66L213.66 80z" }));
exports.default = BluetoothXThin;