iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 774 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 BluetoothSlashLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M220.44 212l-160-176a6 6 0 00-8.88 8l72.32 79.55L60.4 171.2a6 6 0 007.2 9.6L122 140v84a6 6 0 009.6 4.8l52.28-39.21L211.56 220a6 6 0 008.88-8.08zM134 212v-72l15.09 11.31 26.68 29.36zM122 71.63V32a6 6 0 019.6-4.8l64 48a6 6 0 010 9.6L162.07 110a6 6 0 01-7.2-9.6L182 80l-48-36v27.63a6 6 0 01-12 0z" }));
exports.default = BluetoothSlashLight;