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.7 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: 'Beach20Filled', 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: 'M15.386 2.7a5.214 5.214 0 0 0-7.123 1.908l-.196.34a.5.5 0 0 0 .183.683l3.834 2.214l-2.101 3.677A5.245 5.245 0 0 0 9.5 11.5c-1.987 0-3.715 1.125-4.834 2.753l.037-.002a1.5 1.5 0 0 1 1.484 1.027c.348 1.052 1.582.978 1.894.07a1.5 1.5 0 0 1 2.838 0c.311.908 1.546.982 1.894-.07a1.5 1.5 0 0 1 1.52-1.025c-.822-1.197-1.973-2.121-3.315-2.527l1.932-3.381l3.465 2a.5.5 0 0 0 .683-.183l.197-.34A5.214 5.214 0 0 0 15.386 2.7zM5.238 15.592a.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 */ ) ]) ) ) } })