@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.74 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCrosshairs = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCrosshairs = function LIGuiCrosshairs(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.352 8H9.5q-.203 0-.352-.148Q9 7.703 9 7.5v-1q0-.203.148-.352Q9.297 6 9.5 6h.852q-.25-.844-.88-1.473Q8.845 3.898 8 3.648V4.5q0 .203-.148.352Q7.703 5 7.5 5h-1q-.203 0-.352-.148Q6 4.703 6 4.5v-.852q-.844.25-1.473.88-.629.628-.879 1.472H4.5q.203 0 .352.148Q5 6.297 5 6.5v1q0 .203-.148.352Q4.703 8 4.5 8h-.852q.25.844.88 1.473.628.629 1.472.879V9.5q0-.203.148-.352Q6.297 9 6.5 9h1q.203 0 .352.148Q8 9.297 8 9.5v.852q.844-.25 1.473-.88.629-.628.879-1.472zM13 6.5v1q0 .203-.148.352Q12.703 8 12.5 8h-1.117q-.29 1.258-1.207 2.176-.918.918-2.176 1.207V12.5q0 .203-.148.352Q7.703 13 7.5 13h-1q-.203 0-.352-.148Q6 12.703 6 12.5v-1.117q-1.258-.29-2.176-1.207Q2.906 9.258 2.617 8H1.5q-.203 0-.352-.148Q1 7.703 1 7.5v-1q0-.203.148-.352Q1.297 6 1.5 6h1.117q.29-1.258 1.207-2.176Q4.742 2.906 6 2.617V1.5q0-.203.148-.352Q6.297 1 6.5 1h1q.203 0 .352.148Q8 1.297 8 1.5v1.117q1.258.29 2.176 1.207.918.918 1.207 2.176H12.5q.203 0 .352.148.148.149.148.352z"
})
}));
};
exports.LIGuiCrosshairs = LIGuiCrosshairs;