UNPKG

@vicons/fa

Version:

Vue3 SVG icon components integrated from [`font-awesome`](https://github.com/FortAwesome/Font-Awesome)

33 lines (32 loc) 1.36 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 640 512' } exports.default = (0, vue_1.defineComponent)({ name: 'Trailer', 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)( 'path', { d: 'M624 320h-80V80a16 16 0 0 0-16-16H16A16 16 0 0 0 0 80v288a16 16 0 0 0 16 16h49.61c7.83-54.21 54-96 110.39-96s102.56 41.79 110.39 96H624a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM96 243.68a176.29 176.29 0 0 0-32 20.71V136a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8zm96-18.54c-5.31-.49-10.57-1.14-16-1.14s-10.69.65-16 1.14V136a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8zm96 39.25a176.29 176.29 0 0 0-32-20.71V136a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8zM384 320h-32V136a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8zm96 0h-32V136a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8zm-304 0a80 80 0 1 0 80 80a80 80 0 0 0-80-80zm0 112a32 32 0 1 1 32-32a32 32 0 0 1-32 32z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })