react-icons-kit
Version:
React Icons Kit using various Svg Icon set
40 lines (39 loc) • 962 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_train_outline = void 0;
var ic_train_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "8.5",
"cy": "14.5",
"r": "1.5"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "15.5",
"cy": "14.5",
"r": "1.5"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 2c-4 0-8 .5-8 4v9.5C4 17.43 5.57 19 7.5 19L6 20.5v.5h2l2-2h4l2 2h2v-.5L16.5 19c1.93 0 3.5-1.57 3.5-3.5V6c0-3.5-4-4-8-4zm0 2c3.51 0 4.96.48 5.57 1H6.43c.61-.52 2.06-1 5.57-1zM6 7h5v3H6V7zm12 8.5c0 .83-.67 1.5-1.5 1.5h-9c-.83 0-1.5-.67-1.5-1.5V12h12v3.5zm0-5.5h-5V7h5v3z"
},
"children": []
}]
};
exports.ic_train_outline = ic_train_outline;
;