UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 790 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 BluetoothConnectedFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M200 176a8 8 0 01-3.2 6.4l-64 48a8 8 0 01-4.8 1.6 8 8 0 01-8-8v-80l-51.2 38.4a8 8 0 01-9.6-12.8l55.47-41.6L59.2 86.4a8 8 0 019.6-12.8L120 112V32a8 8 0 0112.8-6.4l64 48a8 8 0 010 12.8L141.33 128l55.47 41.6a8 8 0 013.2 6.4zM72 128a12 12 0 10-12 12 12 12 0 0012-12zm132-12a12 12 0 1012 12 12 12 0 00-12-12z" })); exports.default = BluetoothConnectedFill;