doly-icons
Version:
React icon component based on Bootstrap Icons
10 lines (9 loc) • 959 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importDefault(require("react"));
var IconBase_1 = tslib_1.__importDefault(require("../icon/IconBase"));
var Compass = function (props) { return (react_1.default.createElement(IconBase_1.default, tslib_1.__assign({ "aria-label": "compass" }, props, { renderChild: function (childProps) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps),
react_1.default.createElement("path", { d: "M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016m6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0" }),
react_1.default.createElement("path", { d: "m6.94 7.44 4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z" }))); } }))); };
exports.default = Compass;