UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.08 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: 'Beach28Regular', 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.422a1.995 1.995 0 0 1 1.698.172c1.412-1.866 3.518-3.094 5.824-3.094c2.404 0 4.591 1.335 6 3.336a1.998 1.998 0 0 1 1.45-.526c-1.331-2.058-3.367-3.62-5.756-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.515zm-2.19 7.426L16.807 8.58c.572-.881 1.116-1.552 1.768-2.145c.635-.578 1.393-1.1 2.421-1.668c.152.955.198 1.75.1 2.53c-.116.932-.445 1.893-1.133 3.106zm1.298.75c.76-1.338 1.176-2.49 1.323-3.67c.097-.774.075-1.538-.022-2.345a6.2 6.2 0 0 1 1.193 7.454l-2.494-1.44zm-3.696-5.828c-.79.719-1.425 1.519-2.06 2.504l-2.48-1.432a6.2 6.2 0 0 1 6.887-2.74c-.929.535-1.685 1.065-2.347 1.668zm-9.96 16.938a.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 */ ) ]) ) ) } })