UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.1 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: 'FontAwesomeFlag', 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: 'M448 48v336c-63 23-82 32-119 32c-63 0-87-32-150-32c-20 0-36 4-51 8v-64c15-4 31-8 51-8c63 0 87 32 150 32c20 0 35-3 55-9V135c-20 6-35 9-55 9c-63 0-87-32-150-32c-51 0-75 21-115 29v307a31.6 31.6 0 0 1-32 32a31.6 31.6 0 0 1-32-32V64a31.6 31.6 0 0 1 32-32a31.6 31.6 0 0 1 32 32v13c40-8 64-29 115-29c63 0 87 32 150 32c37 0 56-9 119-32z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })