react-icons-kit
Version:
React Icons Kit using various Svg Icon set
50 lines (49 loc) • 1.15 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_square_upright = void 0;
var arrows_square_upright = {
"viewBox": "0 0 64 64",
"children": [{
"name": "g",
"attribs": {},
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "17,23 41,23 \r\n\t\t41,47 \t"
},
"children": [{
"name": "polyline",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-linejoin": "bevel",
"stroke-miterlimit": "10",
"points": "17,23 41,23 \r\n\t\t41,47 \t"
},
"children": []
}]
}]
}, {
"name": "rect",
"attribs": {
"x": "1",
"y": "1",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "62",
"height": "62"
},
"children": []
}]
};
exports.arrows_square_upright = arrows_square_upright;
;