UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 804 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 BluetoothConnectedBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M199.2 166.4L148 128l51.2-38.4a12 12 0 000-19.2l-64-48A12 12 0 00116 32v72L71.2 70.4a12 12 0 00-14.4 19.2L108 128l-51.2 38.4a12 12 0 1014.4 19.2L116 152v72a12 12 0 0019.2 9.6l64-48a12 12 0 000-19.2zM140 56l32 24-32 24zm0 144v-48l32 24zm-84-56a16 16 0 1116-16 16 16 0 01-16 16zm168-16a16 16 0 11-16-16 16 16 0 0116 16z" })); exports.default = BluetoothConnectedBold;