UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 813 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 Bluetooth = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.3 21.442a.748.748 0 00.433.864.747.747 0 00.876-.18l6.412-4.518a.75.75 0 000-1.226L13.35 12.38l5.693-4.017a.75.75 0 000-1.226l-6.557-4.62a.75.75 0 00-1.186.61v7.807L5.923 7.139a.75.75 0 00-.865 1.226l5.69 4.015-5.669 4a.75.75 0 10.865 1.225l5.356-3.779v7.616zm1.5-1.285v-6.33l4.488 3.167-4.488 3.163zM17.31 7.75l-4.51 3.182v-6.36l4.51 3.178z", fill: "#323544" })); exports.default = Bluetooth;