iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 830 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 BluetoothSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M221.38 221.92a8 8 0 01-11.3-.54l-26.45-29.1-50.83 38.12a8 8 0 01-8.89.47 8.29 8.29 0 01-3.91-7.18V144l-51.2 38.4a8 8 0 01-11.16-1.55 8.26 8.26 0 011.81-11.43l61.47-46.11-70.84-77.93a8 8 0 0111.84-10.76l160 176a8 8 0 01-.54 11.3zM155 113.22a4 4 0 005.36.51L196.8 86.4a8 8 0 000-12.8l-64-48a8 8 0 00-10 .29 8.25 8.25 0 00-2.8 6.35v40.94a4 4 0 001 2.69z" }));
exports.default = BluetoothSlashFill;