@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.8 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: 'Beach16Filled',
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.5 1.5 0 0 1 1.753.992a.546.546 0 0 0 .192.29a.41.41 0 0 0 .235.075a.397.397 0 0 0 .228-.067a.462.462 0 0 0 .171-.247a1.5 1.5 0 0 1 2.837 0c.05.143.118.211.171.247c.062.042.14.067.229.066a.41.41 0 0 0 .234-.074a.546.546 0 0 0 .192-.29a1.5 1.5 0 0 1 1.753-.992c-.766-1.244-1.969-2.174-3.389-2.384l1.349-2.36l2.84 1.632a.5.5 0 0 0 .681-.182l.153-.264a4.141 4.141 0 0 0-1.526-5.672zm-7.3 10.537a.5.5 0 0 0-.96.038c-.125.512-.358.78-.613.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 */
)
])
)
)
}
})