iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 667 B
JavaScript
;
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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M15 30a1 1 0 0 1-.41-.09A1 1 0 0 1 14 29V18.2L7.32 24 6 22.5l7.41-6.44L6 10.6 7.2 9l6.8 5V3a1 1 0 0 1 1.6-.8l8 6a1 1 0 0 1 .06 1.55l-7.07 6.19 7 5.26a1 1 0 0 1 .06 1.55l-8 7A1 1 0 0 1 15 30zm1-12v8.8l5.41-4.74zm0-13v8.8l5.41-4.74z" }));
exports.default = Bluetooth;