UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 851 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 Crosshair = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-crosshair", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M8.5.5a.5.5 0 00-1 0v.518A7 7 0 001.018 7.5H.5a.5.5 0 000 1h.518A7 7 0 007.5 14.982v.518a.5.5 0 001 0v-.518A7 7 0 0014.982 8.5h.518a.5.5 0 000-1h-.518A7 7 0 008.5 1.018zm-6.48 7A6 6 0 017.5 2.02v.48a.5.5 0 001 0v-.48a6 6 0 015.48 5.48h-.48a.5.5 0 000 1h.48a6 6 0 01-5.48 5.48v-.48a.5.5 0 00-1 0v.48A6 6 0 012.02 8.5h.48a.5.5 0 000-1zM8 10a2 2 0 100-4 2 2 0 000 4" })); exports.default = Crosshair;