@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Beach16Regular',
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: 'M11.914 1.556a4.179 4.179 0 0 0-5.694 1.52l-.152.263a.5.5 0 0 0 .183.684l2.648 1.522L7.27 8.392c-1.45.189-2.68 1.13-3.46 2.394a1.507 1.507 0 0 1 1.089.17c.727-.974 1.78-1.598 2.909-1.598c1.129 0 2.182.624 2.908 1.599a1.497 1.497 0 0 1 1.09-.17c-.767-1.245-1.97-2.175-3.39-2.385l1.349-2.36l2.84 1.632a.5.5 0 0 0 .681-.182l.153-.264a4.141 4.141 0 0 0-1.526-5.672zM7.19 3.41a3.18 3.18 0 0 1 3.42-1.313c-.375.194-.697.391-.988.61c-.503.38-.892.81-1.295 1.357L7.19 3.409zm3.034.095c.278-.21.603-.404 1.022-.608c.054.4.066.743.024 1.078c-.056.44-.208.899-.528 1.476L9.2 4.564c.34-.45.647-.775 1.024-1.06zm2.443 3.052l-1.058-.608c.37-.663.577-1.247.653-1.849c.04-.316.041-.629.017-.95a3.14 3.14 0 0 1 .388 3.407zm-8.052 5.537a.5.5 0 0 0-.96.038c-.126.512-.359.78-.614.935c-.273.165-.628.233-1.041.233a.5.5 0 1 0 0 1c.504 0 1.066-.08 1.558-.377c.244-.148.459-.341.636-.585c.961 1.08 2.68 1.074 3.615-.019c.951 1.113 2.716 1.1 3.666-.04a2.796 2.796 0 0 0 2.142 1.021a.5.5 0 0 0 0-1c-.716 0-1.429-.468-1.664-1.201a.5.5 0 0 0-.95-.005c-.465 1.401-2.27 1.377-2.722.06a.5.5 0 0 0-.945 0c-.453 1.317-2.257 1.341-2.721-.06z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})