UNPKG

@vicons/fa

Version:

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

31 lines (30 loc) 1.15 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 640 512' } export default defineComponent({ name: 'Caravan', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M416 208a16 16 0 1 0 16 16a16 16 0 0 0-16-16zm208 112h-48V160A160 160 0 0 0 416 0H64A64 64 0 0 0 0 64v256a64 64 0 0 0 64 64h32a96 96 0 0 0 192 0h336a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zM192 432a48 48 0 1 1 48-48a48.05 48.05 0 0 1-48 48zm64-240a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32v-64a32 32 0 0 1 32-32h128a32 32 0 0 1 32 32zm192 128H320V128a32 32 0 0 1 32-32h64a32 32 0 0 1 32 32z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })