UNPKG

@vicons/fa

Version:

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

31 lines (30 loc) 1.33 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 576 512' } export default defineComponent({ name: 'Umbrella', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'path', { d: 'M575.7 280.8C547.1 144.5 437.3 62.6 320 49.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v17.9C138.3 62.6 29.5 144.5.3 280.8c-2.2 10.1 8.5 21.3 18.7 11.4c52-55 107.7-52.4 158.6 37c5.3 9.5 14.9 8.6 19.7 0c20.2-35.4 44.9-73.2 90.7-73.2c58.5 0 88.2 68.8 90.7 73.2c4.8 8.6 14.4 9.5 19.7 0c51-89.5 107.1-91.4 158.6-37c10.3 10 20.9-1.3 18.7-11.4zM256 301.7V432c0 8.8-7.2 16-16 16c-7.8 0-13.2-5.3-15.1-10.7c-5.9-16.7-24.1-25.4-40.8-19.5c-16.7 5.9-25.4 24.2-19.5 40.8c11.2 31.9 41.6 53.3 75.4 53.3c44.1 0 80-35.9 80-80V301.6c-9.1-7.9-19.8-13.6-32-13.6c-12.3.1-22.4 4.8-32 13.7z', fill: 'currentColor' }, null, -1 /* HOISTED */ ) ]) ) ) } })