react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 391 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.retweet = void 0;
var retweet = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M5,13V8h2L3.5,4L0,8h2v6c0,1.104,0.895,2,2,2h9.482l-2.638-3H5z M9.156,7L6.518,4H16c1.104,0,2,0.897,2,2v6h2l-3.5,4L13,12\r\n\th2V7H9.156z"
}
}]
};
exports.retweet = retweet;
;