UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.86 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleTruckCube24Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M1 8.574V4.428a1.5 1.5 0 0 1 .83-1.342l3.5-1.75a1.5 1.5 0 0 1 1.34 0l3.5 1.75A1.5 1.5 0 0 1 11 4.428v4.146a1.5 1.5 0 0 1-.83 1.341l-3.5 1.75a1.5 1.5 0 0 1-1.34 0l-3.5-1.75A1.5 1.5 0 0 1 1 8.574zm1.553-4.047a.5.5 0 0 0 .223.67L5.5 6.56V9.5a.5.5 0 1 0 1 0V6.56l2.724-1.362a.5.5 0 1 0-.448-.895L6 5.692L3.224 4.303a.5.5 0 0 0-.671.224zm.947 7.341v5.382a.75.75 0 0 0 .672.747A3.001 3.001 0 0 1 9.83 18h2.342A3.001 3.001 0 0 1 15 16V5.25a.75.75 0 0 0-.75-.75H12v-.072c0-.52-.161-1.016-.447-1.428h2.697a2.25 2.25 0 0 1 2.25 2.25V6h1.55c.87 0 1.662.501 2.034 1.287l1.7 3.588c.142.3.216.63.216.963v5.412a2.25 2.25 0 0 1-2.25 2.25h-1.791a3 3 0 0 1-5.918 0H9.96a3 3 0 0 1-5.92-.01A2.25 2.25 0 0 1 2 17.25v-6.132l1.5.75zm13 4.534A3.01 3.01 0 0 1 17.83 18h1.92a.75.75 0 0 0 .75-.75V17h-1.25a.75.75 0 1 1 0-1.5h1.25v-3h-4v3.902zM18.05 7.5H16.5V11h3.683L18.73 7.93a.75.75 0 0 0-.678-.43zM5.5 19a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0zm9.5 1.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })