@kde/react-icons-kit
Version:
React Icons Kit using various Svg Icon set, forked from react-icons-kit
6 lines (5 loc) • 770 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var crosshair = exports.crosshair = { "viewBox": "0 0 24 24", "children": [{ "name": "circle", "attribs": { "cx": "12", "cy": "12", "r": "10" }, "children": [] }, { "name": "line", "attribs": { "x1": "22", "y1": "12", "x2": "18", "y2": "12" }, "children": [] }, { "name": "line", "attribs": { "x1": "6", "y1": "12", "x2": "2", "y2": "12" }, "children": [] }, { "name": "line", "attribs": { "x1": "12", "y1": "6", "x2": "12", "y2": "2" }, "children": [] }, { "name": "line", "attribs": { "x1": "12", "y1": "22", "x2": "12", "y2": "18" }, "children": [] }], "attribs": { "fill": "none", "stroke": "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" } };