react-icons-kit
Version:
React Icons Kit using various Svg Icon set
62 lines (61 loc) • 1.04 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.crosshair = void 0;
var 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"
}
};
exports.crosshair = crosshair;
;