iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 913 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", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-radar", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 10a2 2 0 011.678.911l.053.089H21l.117.007A1 1 0 0122 12c0 5.523-4.477 10-10 10a1 1 0 01-1-1v-7.269l-.089-.053a2 2 0 01-.906-1.529L10 12a2 2 0 012-2m9.428-1.334a1 1 0 01-1.884.668A8 8 0 109.337 19.552a1 1 0 01-.666 1.886A10 10 0 1121.428 8.666M16.8 8.4a1 1 0 01-1.6 1.2 4 4 0 10-5.6 5.6 1 1 0 01-1.2 1.6 6 6 0 118.4-8.4" }));
exports.default = Radar;