iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 842 B
JavaScript
"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 Radar = (props) => React.createElement("svg", { className: "lucide lucide-radar", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M19.07 4.93A10 10 0 006.99 3.34M4 6h.01M2.29 9.62a10 10 0 1019.02-1.27M16.24 7.76a6 6 0 10-8.01 8.91M12 18h.01M17.99 11.66a6 6 0 01-2.22 5.01" }),
React.createElement("circle", { cx: "12", cy: "12", r: "2" }),
React.createElement("path", { d: "M13.41 10.59l5.66-5.66" }));
exports.default = Radar;