UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 816 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 Crosshairs = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.326 18.404a8.327 8.327 0 1 1 .002-16.655 8.327 8.327 0 0 1-.002 16.655zm.556-15.488v3.83a.556.556 0 1 1-1.11 0v-3.83A7.177 7.177 0 0 0 3.163 9.52h3.832a.555.555 0 0 1 0 1.11H3.164a7.178 7.178 0 0 0 6.607 6.607v-3.83a.555.555 0 0 1 1.11 0v3.83a7.178 7.178 0 0 0 6.609-6.606h-3.833a.555.555 0 1 1 0-1.11h3.833a7.178 7.178 0 0 0-6.608-6.606z", fill: "#000", fillRule: "evenodd" })); exports.default = Crosshairs;