UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.17 kB
"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 CompassRoseBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M247 116.39l-20.47-5.34A100.27 100.27 0 00145 29.44L139.61 9a12 12 0 00-23.22 0l-5.34 20.47a100.27 100.27 0 00-81.61 81.61L9 116.39a12 12 0 000 23.22L29.44 145a100.27 100.27 0 0081.61 81.61l5.34 20.39a12 12 0 0023.22 0l5.39-20.44A100.27 100.27 0 00226.56 145l20.44-5.39a12 12 0 000-23.22zm-46.88-12.23l-38.31-10-10-38.31a76.32 76.32 0 0148.34 48.31zm-82.8-3.78L128 59.54l10.65 40.84L128 111zM128 145l10.65 10.65L128 196.46l-10.65-40.84zm-27.62-27.62L111 128l-10.65 10.65L59.54 128zm55.24 21.3L145 128l10.65-10.65L196.46 128zm-51.46-82.8l-10 38.31-38.31 10a76.32 76.32 0 0148.31-48.34zm-48.31 96l38.31 10 10 38.31a76.32 76.32 0 01-48.31-48.35zm96 48.31l10-38.31 38.31-10a76.32 76.32 0 01-48.32 48.27z" })); exports.default = CompassRoseBold;