react-icons-kit
Version:
React Icons Kit using various Svg Icon set
33 lines (32 loc) • 750 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_button_on = void 0;
var arrows_button_on = {
"viewBox": "0 0 64 64",
"children": [{
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M47,48c8.837,0,16-7.163,16-16s-7.163-16-16-16H17\r\n\tC8.163,16,1,23.163,1,32s7.163,16,16,16H47z"
},
"children": []
}, {
"name": "circle",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"cx": "47",
"cy": "32",
"r": "12"
},
"children": []
}]
};
exports.arrows_button_on = arrows_button_on;
;