react-icons-kit
Version:
React Icons Kit using various Svg Icon set
63 lines (62 loc) • 1.24 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_squares = void 0;
var arrows_squares = {
"viewBox": "0 0 64 64",
"children": [{
"name": "rect",
"attribs": {
"x": "1",
"y": "1",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "27",
"height": "27"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "36",
"y": "1",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "27",
"height": "27"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "1",
"y": "36",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "27",
"height": "27"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "36",
"y": "36",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "27",
"height": "27"
},
"children": []
}]
};
exports.arrows_squares = arrows_squares;
;