UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.71 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Beach28Filled', 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)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M22.155 2.978A7.697 7.697 0 0 0 11.64 5.795l-.29.502a.75.75 0 0 0 .275 1.024l5.461 3.153l-3.268 5.72l-.068-.001c-3.158 0-5.893 1.832-7.522 4.422a2 2 0 0 1 2.565 1.257c.596 1.798 2.768 1.7 3.316.107a2 2 0 0 1 3.782 0c.548 1.593 2.72 1.691 3.316-.108a2 2 0 0 1 1.994-1.368c-1.332-2.058-3.368-3.62-5.757-4.131l2.941-5.148l5.273 3.045a.75.75 0 0 0 1.025-.275l.29-.501a7.697 7.697 0 0 0-2.818-10.515zM7.607 22.264a.75.75 0 0 0-1.44.058c-.255 1.042-.738 1.614-1.288 1.946c-.576.348-1.31.482-2.129.482a.75.75 0 0 0 0 1.5c.957 0 2-.152 2.904-.698a3.99 3.99 0 0 0 1.327-1.309c1.789 2.282 5.282 2.27 7.019-.024c1.765 2.33 5.34 2.306 7.103-.086a5.19 5.19 0 0 0 4.147 2.117a.75.75 0 1 0 0-1.5c-1.475 0-2.945-.96-3.43-2.478a.75.75 0 0 0-1.427-.008c-.963 2.909-4.738 2.872-5.684.121a.75.75 0 0 0-1.418 0c-.946 2.751-4.72 2.788-5.684-.12z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })