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.26 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Beach32Regular', 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: 'M25.51 3.19c-4.295-2.45-9.786-.996-12.266 3.245l-.337.578a.854.854 0 0 0 .32 1.18l6.37 3.633l-3.812 6.588h-.08c-3.683 0-6.873 2.11-8.774 5.093a2.357 2.357 0 0 1 1.982.2c1.646-2.15 4.103-3.565 6.793-3.565c2.804 0 5.355 1.537 6.999 3.843a2.347 2.347 0 0 1 1.691-.607c-1.553-2.37-3.928-4.17-6.715-4.758l3.432-5.93l6.15 3.507a.884.884 0 0 0 1.195-.316l.338-.578c2.479-4.241 1.008-9.665-3.287-12.113zm-2.556 8.554l-3.682-2.1c.668-1.015 1.302-1.788 2.063-2.471c.74-.665 1.625-1.267 2.824-1.921c.177 1.1.231 2.016.117 2.914c-.135 1.074-.52 2.18-1.322 3.578zm1.515.864c.886-1.541 1.372-2.868 1.544-4.228c.112-.891.087-1.771-.026-2.7c2.334 2.175 2.977 5.696 1.39 8.587l-2.908-1.659zm-4.311-6.714c-.923.829-1.663 1.75-2.403 2.886l-2.893-1.65c1.705-2.744 5.01-3.962 8.033-3.158c-1.083.617-1.965 1.229-2.737 1.922zM8.54 25.408a.874.874 0 0 0-.866-.591a.872.872 0 0 0-.814.658c-.297 1.2-.86 1.858-1.502 2.241c-.672.4-1.527.556-2.483.556a.87.87 0 0 0-.875.864a.87.87 0 0 0 .875.864c1.116 0 2.333-.176 3.387-.804a4.628 4.628 0 0 0 1.548-1.508c2.087 2.629 6.16 2.615 8.187-.028c2.059 2.685 6.23 2.657 8.285-.099C25.418 29.104 27.27 30 29.12 30a.87.87 0 0 0 .874-.864a.87.87 0 0 0-.874-.864c-1.72 0-3.435-1.106-4.002-2.855a.874.874 0 0 0-.828-.601a.874.874 0 0 0-.835.592c-1.124 3.35-5.528 3.308-6.63.14a.874.874 0 0 0-.828-.584a.874.874 0 0 0-.827.583c-1.103 3.17-5.506 3.212-6.63-.139z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })