iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 877 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 BluetoothXLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M179.6 171.2L122 128l25.6-19.2a6 6 0 10-7.2-9.6L118 116V44l22.4 16.8a6 6 0 107.2-9.6l-32-24A6 6 0 00106 32v84L51.6 75.2a6 6 0 00-7.2 9.6L102 128l-57.6 43.2a6 6 0 007.2 9.6L106 140v84a6 6 0 009.6 4.8l64-48a6 6 0 000-9.6zM118 212v-72l48 36zM236.24 99.76a6 6 0 11-8.48 8.48L208 88.49l-19.76 19.75a6 6 0 01-8.48-8.48L199.51 80l-19.75-19.76a6 6 0 018.48-8.48L208 71.51l19.76-19.75a6 6 0 018.48 8.48L216.49 80z" }));
exports.default = BluetoothXLight;