iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 781 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 BluetoothSlash = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M221.92 210.62l-160-176a8 8 0 00-11.84 10.76l70.84 77.93L59.2 169.6a8 8 0 109.6 12.8L120 144v80a8 8 0 0012.8 6.4l50.83-38.12 26.45 29.1a8 8 0 1011.84-10.76zM136 208v-64l11.73 8.8 25.08 27.59zM120 71.63V32a8 8 0 0112.8-6.4l64 48a8 8 0 010 12.8l-33.53 25.15a8 8 0 01-9.6-12.8l25-18.75L136 48v23.63a8 8 0 01-16 0z" }));
exports.default = BluetoothSlash;