iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 803 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 BluetoothLogo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.808 6.938l1.654 1.654-1.653 1.652V6.938zm0 10.123l1.654-1.654-1.653-1.652v3.306zm-1.765-5.062L7.468 8.416 8.504 7.38l2.848 2.849V3.4L16.53 8.58 13.11 12l3.42 3.42-5.179 5.178v-6.827L8.504 16.62l-1.036-1.037L11.043 12zM12 22c4.367 0 7.376-2.075 7.376-10 0-7.926-3.009-10-7.376-10-4.366 0-7.377 2.075-7.377 10S7.633 22 12 22z", fill: "#323544" }));
exports.default = BluetoothLogo;