react-icons-kit
Version:
React Icons Kit using various Svg Icon set
36 lines (35 loc) • 617 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.plus = void 0;
var plus = {
"viewBox": "0 0 24 24",
"children": [{
"name": "line",
"attribs": {
"x1": "12",
"y1": "5",
"x2": "12",
"y2": "19"
},
"children": []
}, {
"name": "line",
"attribs": {
"x1": "5",
"y1": "12",
"x2": "19",
"y2": "12"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.plus = plus;
;