iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 915 B
JavaScript
;
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 Crosshair2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-crosshair2", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 0a.5.5 0 01.5.5v.518A7 7 0 0114.982 7.5h.518a.5.5 0 010 1h-.518A7 7 0 018.5 14.982v.518a.5.5 0 01-1 0v-.518A7 7 0 011.018 8.5H.5a.5.5 0 010-1h.518A7 7 0 017.5 1.018V.5A.5.5 0 018 0m-.5 2.02A6 6 0 002.02 7.5h1.005A5 5 0 017.5 3.025zm1 1.005A5 5 0 0112.975 7.5h1.005A6 6 0 008.5 2.02zM12.975 8.5A5 5 0 018.5 12.975v1.005a6 6 0 005.48-5.48zM7.5 12.975A5 5 0 013.025 8.5H2.02a6 6 0 005.48 5.48zM10 8a2 2 0 10-4 0 2 2 0 004 0" }));
exports.default = Crosshair2;