react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 402 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.rocket = void 0;
var rocket = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M11 1l-5 5h-3l-3 4c0 0 3.178-0.885 5.032-0.47l-5.032 6.47 6.592-5.127c0.919 2.104-0.592 5.127-0.592 5.127l4-3v-3l5-5 1-5-5 1z"
}
}]
};
exports.rocket = rocket;
;