@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.28 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: 'LocationOff48Filled',
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: 'M43.634 41.866a1.25 1.25 0 0 1-1.768 1.768l-8.149-8.15l-6.805 7.225a4 4 0 0 1-5.824 0L11 32h.038A16.932 16.932 0 0 1 7 21a16.92 16.92 0 0 1 2.833-9.4L4.366 6.135a1.25 1.25 0 1 1 1.768-1.768l37.5 37.5zM18.317 20.085a6 6 0 0 0 7.603 7.603l-7.603-7.603zM13.186 7.882l8.558 8.559a6 6 0 0 1 7.82 7.82l7.553 7.553A16.93 16.93 0 0 0 41 21c0-9.389-7.611-17-17-17a16.93 16.93 0 0 0-10.814 3.882z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})