UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 738 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 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0C6.76 0 3.148 2.49 3.148 12S6.76 24 12 24s8.852-2.49 8.852-12S17.24 0 12 0zm-.777 1.682l6.214 6.215L13.335 12l4.104 4.104-6.215 6.214v-8.193l-3.418 3.42-1.243-1.244L10.852 12l-4.29-4.3 1.243-1.245 3.418 3.42V1.682zm1.748 4.244v3.969l1.984-1.985-1.984-1.984zm0 8.181v3.967l1.984-1.984-1.984-1.983z" })); exports.default = Bluetooth;