@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.35 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Beach48Regular',
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: 'M41.759 25.64l.364-.64C45.99 18.304 43.696 9.742 37 5.876C30.303 2.01 21.741 4.304 17.875 11l-.126.218a1.512 1.512 0 0 0 .523 2.052l9.722 5.874l-5.386 8.918c-4.71.415-8.735 2.915-10.9 6.452a3.25 3.25 0 0 1 2.464.814C16.144 32.492 19.704 30.5 24 30.5c4.297 0 7.858 1.993 9.83 4.83a3.25 3.25 0 0 1 2.462-.817c-2.145-3.504-6.116-5.99-10.771-6.44l4.612-7.636l9.531 5.758a1.51 1.51 0 0 0 2.094-.554zM37.676 9.435c3.91 3.498 5.019 9.335 2.408 14.094l-4.874-2.945l.017-.028c.12-.19.282-.461.468-.807c.372-.691.841-1.684 1.243-2.91c.64-1.949 1.118-4.517.738-7.404zM33.42 7.018c-2.149.966-4.004 2.565-5.38 3.99a28.925 28.925 0 0 0-2.863 3.48l-.017.023l-4.745-2.867C23.27 7.33 28.616 5.517 33.42 7.018zm-6.115 8.789a26.408 26.408 0 0 1 2.532-3.062c1.478-1.53 3.309-3.01 5.245-3.704c.511 2.717.09 5.163-.519 7.018a15.558 15.558 0 0 1-1.07 2.504a11.682 11.682 0 0 1-.423.727l-5.765-3.483zm9.394 20.907a1.25 1.25 0 0 0-.676-.213h-.049a1.253 1.253 0 0 0-1.16.854l-.001.003C34.77 37.474 33.517 41 30 41c-3.52 0-4.765-3.5-4.814-3.646a1.25 1.25 0 0 0-2.372 0l-.001.003C22.77 37.474 21.517 41 18 41c-3.52 0-4.765-3.5-4.81-3.646a1.244 1.244 0 0 0-.444-.611a1.25 1.25 0 0 0-.715-.243h-.022a1.25 1.25 0 0 0-1.173.805c-.017.045-1.738 4.445-5.582 4.445a1.25 1.25 0 0 0 0 2.5A8.201 8.201 0 0 0 12 40.35a7.3 7.3 0 0 0 12 .006a7.3 7.3 0 0 0 12-.006a8.2 8.2 0 0 0 6.75 3.9a1.25 1.25 0 1 0 0-2.5c-2.48 0-4.088-1.863-4.914-3.177v-.002a8.536 8.536 0 0 1-.667-1.266a1.25 1.25 0 0 0-.47-.592z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})