iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 712 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 Radar = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-radar", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M6.634 1.135A7 7 0 0115 8a.5.5 0 01-1 0 6 6 0 10-6.5 5.98v-1.005A5 5 0 1113 8a.5.5 0 01-1 0 4 4 0 10-4.5 3.969v-1.011A2.999 2.999 0 1111 8a.5.5 0 01-1 0 2 2 0 10-2.5 1.936v-1.07a1 1 0 111 0V15.5a.5.5 0 01-1 0v-.518a7 7 0 01-.866-13.847" }));
exports.default = Radar;