react-icons-kit
Version:
React Icons Kit using various Svg Icon set
33 lines (32 loc) • 757 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_button_down = void 0;
var arrows_button_down = {
"viewBox": "0 0 64 64",
"children": [{
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M48,17c0-8.837-7.163-16-16-16S16,8.163,16,17v30\r\n\tc0,8.837,7.163,16,16,16s16-7.163,16-16V17z"
},
"children": []
}, {
"name": "circle",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "32",
"cy": "47",
"r": "12"
},
"children": []
}]
};
exports.arrows_button_down = arrows_button_down;
;