UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.74 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 24 24' } export default defineComponent({ name: 'Beach24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M18.571 2.85a6.75 6.75 0 0 0-9.22 2.471l-.25.433a.75.75 0 0 0 .274 1.025l4.534 2.618l-2.805 4.91c-1.88.239-3.542 1.217-4.783 2.607a2 2 0 0 1 1.583 1.362c.235.733.724.956 1.118.96c.403.005.862-.213 1.08-.868a2 2 0 0 1 3.795 0c.219.655.678.873 1.08.868c.394-.004.883-.227 1.119-.96a2 2 0 0 1 1.583-1.362c-1.254-1.405-2.938-2.389-4.843-2.615l2.373-4.152l4.558 2.632a.75.75 0 0 0 1.025-.274l.25-.434a6.75 6.75 0 0 0-2.47-9.22zM6.714 18.66a.75.75 0 0 0-1.444.056c-.21.891-.607 1.364-1.041 1.634c-.46.286-1.05.401-1.729.401a.75.75 0 0 0 0 1.5c.822 0 1.73-.135 2.521-.627a3.504 3.504 0 0 0 1.062-1.029c1.552 1.866 4.41 1.857 5.917-.029c1.534 1.919 4.466 1.895 5.997-.07c.848 1.108 2.17 1.755 3.503 1.755a.75.75 0 1 0 0-1.5c-1.183 0-2.384-.797-2.784-2.084a.75.75 0 0 0-1.43-.007c-.784 2.44-3.81 2.399-4.575.104a.75.75 0 0 0-1.422 0c-.765 2.295-3.791 2.335-4.575-.104z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })