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.02 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Beach20Regular', 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: 'M8.263 4.608a5.214 5.214 0 0 1 9.032 5.214l-.197.34a.5.5 0 0 1-.683.183l-3.465-2l-1.931 3.38c1.34.407 2.492 1.332 3.315 2.528a1.498 1.498 0 0 0-1.01.306c-.96-1.252-2.336-2.059-3.824-2.059s-2.864.807-3.824 2.06a1.498 1.498 0 0 0-1.01-.307C5.786 12.625 7.513 11.5 9.5 11.5c.163 0 .324.008.483.022l2.101-3.677L8.25 5.63a.5.5 0 0 1-.183-.683l.196-.34zm.921.408l1.703.983a.611.611 0 0 1 .011-.017c.536-.74 1.04-1.309 1.699-1.808a9.21 9.21 0 0 1 1.574-.937a4.216 4.216 0 0 0-4.987 1.779zm4.82 2.782c.465-.816.688-1.46.766-2.085c.063-.503.035-1.015-.059-1.626c-.629.298-1.106.578-1.51.884c-.536.406-.963.873-1.444 1.53l2.247 1.297zm.866.5l1.611.93a4.216 4.216 0 0 0-.742-5.014c.071.56.09 1.088.023 1.623c-.099.791-.38 1.563-.892 2.461zm-9.632 7.295a.5.5 0 0 0-.96.039c-.17.694-.492 1.075-.859 1.296c-.384.232-.873.322-1.419.322a.5.5 0 0 0 0 1c.638 0 1.333-.102 1.936-.465a2.66 2.66 0 0 0 .884-.873c1.193 1.521 3.522 1.514 4.68-.016c1.177 1.554 3.56 1.537 4.735-.057A3.46 3.46 0 0 0 17 18.25a.5.5 0 1 0 0-1c-.983 0-1.963-.64-2.287-1.652a.5.5 0 0 0-.95-.005c-.643 1.939-3.16 1.914-3.79.08a.5.5 0 0 0-.946 0c-.63 1.834-3.147 1.859-3.79-.08z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })