UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 773 B
"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 Compass = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.882 1A8.882 8.882 0 0 0 1 9.882a8.882 8.882 0 1 0 17.763 0A8.881 8.881 0 0 0 9.882 1zm0 16.654a7.772 7.772 0 1 1 0-15.544 7.772 7.772 0 0 1 0 15.544zm-4.433-3.322l5.91-2.96 2.956-5.923-5.91 2.96-2.956 5.923zm7.02-7.032l-1.581 2.85-1.266-1.266L12.468 7.3zm-2.317 3.591l-2.856 1.59 1.586-2.859 1.27 1.27z", fill: "#000", fillRule: "evenodd" })); exports.default = Compass;