iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 881 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 BluetoothSlashThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M219 213.31l-160-176a4 4 0 00-6 5.38l74 81.42h-.14a5.17 5.17 0 00-.51.18l-.15.06h-.05a4 4 0 00-.56.35h-.05l-64 48a4 4 0 004.8 6.4L124 136v88a4 4 0 002.21 3.58 4.05 4.05 0 001.79.42 4 4 0 002.4-.8l53.74-40.3L213 218.69a4 4 0 105.92-5.38zM132 216v-80l18.44 13.83L178.73 181zm-8-144.37V32a4 4 0 016.4-3.2l64 48a4 4 0 010 6.4l-33.53 25.15a4 4 0 01-2.4.8 4 4 0 01-2.4-7.2l29.26-22L132 40v31.63a4 4 0 01-8 0z" }));
exports.default = BluetoothSlashThin;