UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.11 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 512 512' } exports.default = (0, vue_1.defineComponent)({ name: 'HatWizard', 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: 'M496 448H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h480c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-304-64l-64-32l64-32l32-64l32 64l64 32l-64 32l-16 32h208l-86.41-201.63a63.955 63.955 0 0 1-1.89-45.45L416 0L228.42 107.19a127.989 127.989 0 0 0-53.46 59.15L64 416h144l-16-32zm64-224l16-32l16 32l32 16l-32 16l-16 32l-16-32l-32-16l32-16z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })