UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 890 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 BluetoothX = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M180.8 169.6L125.33 128l23.47-17.6a8 8 0 00-9.6-12.8L120 112V48l19.2 14.4a8 8 0 109.6-12.8l-32-24A8 8 0 00104 32v80L52.8 73.6a8 8 0 00-9.6 12.8L98.67 128 43.2 169.6a8 8 0 109.6 12.8L104 144v80a8 8 0 0012.8 6.4l64-48a8 8 0 000-12.8zM120 208v-64l42.67 32zM237.66 98.34a8 8 0 01-11.32 11.32L208 91.31l-18.34 18.35a8 8 0 01-11.32-11.32L196.69 80l-18.35-18.34a8 8 0 0111.32-11.32L208 68.69l18.34-18.35a8 8 0 0111.32 11.32L219.31 80z" })); exports.default = BluetoothX;