UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 787 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 BluetoothConnectedLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M195.6 171.2L138 128l57.6-43.2a6 6 0 000-9.6l-64-48A6 6 0 00122 32v84L67.6 75.2a6 6 0 00-7.2 9.6L118 128l-57.6 43.2a6 6 0 007.2 9.6L122 140v84a6 6 0 009.6 4.8l64-48a6 6 0 000-9.6zM134 44l48 36-48 36zm0 168v-72l48 36zm-74-74a10 10 0 1110-10 10 10 0 01-10 10zm154-10a10 10 0 11-10-10 10 10 0 0110 10z" })); exports.default = BluetoothConnectedLight;