@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.04 kB
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Beach24Regular',
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: 'M9.35 5.321a6.75 6.75 0 0 1 11.692 6.75l-.25.434a.75.75 0 0 1-1.025.274l-4.558-2.632l-2.373 4.152c1.905.226 3.59 1.21 4.843 2.615a2.001 2.001 0 0 0-1.3.802C15.214 16.508 13.666 15.75 12 15.75c-1.666 0-3.214.758-4.38 1.966a2.002 2.002 0 0 0-1.299-.802c1.24-1.39 2.903-2.368 4.783-2.607l2.806-4.91l-4.535-2.618A.75.75 0 0 1 9.1 5.754l.25-.433zm1.43.537l1.966 1.135c.534-.819 1.074-1.493 1.743-2.102a11.15 11.15 0 0 1 1.826-1.325a5.253 5.253 0 0 0-5.535 2.292zm5.81 3.354c.554-.997.82-1.79.916-2.555c.077-.62.047-1.255-.064-2.01c-.818.46-1.43.887-1.944 1.354c-.533.485-.981 1.031-1.451 1.743l2.543 1.468zm1.299.75l1.974 1.14a5.253 5.253 0 0 0-.857-6.02a7.98 7.98 0 0 1-.012 1.761c-.126 1.01-.476 1.993-1.105 3.12zM6.714 18.66a.75.75 0 0 0-1.444.056c-.21.891-.607 1.364-1.041 1.634c-.46.286-1.05.401-1.729.401a.75.75 0 0 0 0 1.5c.822 0 1.73-.135 2.521-.627a3.504 3.504 0 0 0 1.062-1.029c1.552 1.866 4.41 1.857 5.917-.029c1.534 1.919 4.466 1.895 5.997-.07c.848 1.108 2.17 1.755 3.503 1.755a.75.75 0 1 0 0-1.5c-1.183 0-2.384-.797-2.784-2.084a.75.75 0 0 0-1.43-.007c-.784 2.44-3.81 2.399-4.575.104a.75.75 0 0 0-1.422 0c-.765 2.295-3.791 2.335-4.575-.104z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})