UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.4 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 448 512' } exports.default = (0, vue_1.defineComponent)({ name: 'Vest', 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: 'M437.252 239.877L384 160V32a32 32 0 0 0-32-32h-32a24.021 24.021 0 0 0-13.312 4.031l-25 16.672a103.794 103.794 0 0 1-115.376 0l-25-16.672A24.021 24.021 0 0 0 128 0H96a32 32 0 0 0-32 32v128l-53.252 79.877A64 64 0 0 0 0 275.377V480a32 32 0 0 0 32 32h160V288a31.987 31.987 0 0 1 1.643-10.119l13.492-40.481l-56.947-170.836A151.518 151.518 0 0 0 224 86.234a151.55 151.55 0 0 0 73.812-19.672L224 288v224h192a32 32 0 0 0 32-32V275.377a64 64 0 0 0-10.748-35.5zm-305.94 131.435l-48 48a16 16 0 0 1-22.624-22.624l48-48a16 16 0 0 1 22.624 22.624zm256 48a15.992 15.992 0 0 1-22.624 0l-48-48a16 16 0 0 1 22.624-22.624l48 48a15.993 15.993 0 0 1 0 22.624z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })