UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 797 B
"use strict"; 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 BluetoothSlashBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224.88 207.93l-160-176a12 12 0 00-17.76 16.14L115 122.75 56.8 166.4a12 12 0 1014.4 19.2L116 152v72a12 12 0 0019.2 9.6l47.91-35.94 24 26.41a12 12 0 0017.76-16.14zM140 200v-48l5 3.77 21.87 24.06zM116 59.74V32a12 12 0 0119.2-9.6l64 48a12 12 0 010 19.2l-27.1 20.33a12 12 0 01-14.4-19.2L172 80l-32-24v3.74a12 12 0 01-24 0z" })); exports.default = BluetoothSlashBold;