iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 999 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 CompassRoseFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M249.94 120.24l-27.05-6.76a95.86 95.86 0 00-80.37-80.37l-6.76-27a8 8 0 00-15.52 0l-6.76 27.05a95.86 95.86 0 00-80.37 80.37l-27 6.76a8 8 0 000 15.52l27.05 6.76a95.86 95.86 0 0080.37 80.37l6.76 27.05a8 8 0 0015.52 0l6.76-27.05a95.86 95.86 0 0080.37-80.37l27.05-6.76a8 8 0 000-15.52zm-44.17-11L158.6 97.4l-11.8-47.17a79.88 79.88 0 0158.97 58.97zm-96.57-59L97.4 97.4l-47.17 11.8a79.88 79.88 0 0158.97-58.97zm-59 96.57l47.2 11.79 11.8 47.17a79.88 79.88 0 01-58.97-58.97zm96.57 59l11.8-47.17 47.17-11.8a79.88 79.88 0 01-58.94 58.93z" }));
exports.default = CompassRoseFill;