react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 358 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.forward = void 0;
var forward = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M12,11.874v4.357l7-6.69l-7-6.572v3.983c-8.775,0-11,9.732-11,9.732C3.484,12.296,7.237,11.874,12,11.874z"
}
}]
};
exports.forward = forward;
;