react-icons-kit
Version:
React Icons Kit using various Svg Icon set
42 lines (41 loc) • 1.01 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.arrows_anticlockwise = void 0;
var arrows_anticlockwise = {
'viewBox': '0 0 64 64',
'children': [{
'name': 'path',
'attribs': {
'fill': 'none',
'stroke': '#000000',
'stroke-width': '2',
'stroke-miterlimit': '10',
'd': 'M32,1c17.121,0,31,13.879,31,31S49.121,63,32,63'
},
'children': []
}, {
'name': 'path',
'attribs': {
'fill': 'none',
'stroke': '#000000',
'stroke-width': '2',
'stroke-miterlimit': '10',
'd': 'M32,1C14.879,1,1,14.879,1,32\r\n\tc0,6.713,2.134,12.926,5.759,18l5.62,5.621'
},
'children': []
}, {
'name': 'polyline',
'attribs': {
'fill': 'none',
'stroke': '#000000',
'stroke-width': '2',
'stroke-linejoin': 'bevel',
'stroke-miterlimit': '10',
'points': '13,45 13,56 2,56 \r\n\t'
},
'children': []
}]
};
exports.arrows_anticlockwise = arrows_anticlockwise;
;