react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 504 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_replay = void 0;
var ic_replay = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8z"
},
"children": []
}]
};
exports.ic_replay = ic_replay;
;