UNPKG

@vicons/fa

Version:

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

33 lines (32 loc) 1.32 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: 'PiedPiperHat', 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: 'M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4c-6.7 12.2-11.7 60.3-23.3 83.6c-11.7 23.6-54.2 42.2-66.1 50c-11.7 7.8-28.3 38.1-41.9 64.2c-108.1-4.4-167.4 38.8-259.2 93.6c29.4-9.7 43.3-16.7 43.3-16.7c94.2-36 139.3-68.3 281.1-49.2c1.1 0 1.9.6 2.8.8c3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1c-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7c0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9c22.8-39.7 28.3-49.2 28.3-49.2c5.3-9.4 35-77.2 86.4-141.4c51.5-64 90.4-79.9 119.3-91.8z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })