@ohu-mobile/icons
Version:
12 lines (11 loc) • 424 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const TruckFilled = {
name: 'truck',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M17 8h3l3 4.056V18h-2.035a3.5 3.5 0 0 1-6.93 0h-5.07a3.5 3.5 0 0 1-6.93 0H1V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1zm0 2v3h4v-.285L18.992 10z"/>',
};
exports.default = TruckFilled;