@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.29 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'LocationOff20Filled',
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: 'M2.854 2.146a.5.5 0 1 0-.708.708l2.125 2.124a7.007 7.007 0 0 0 .78 8.977l1.52 1.499l2.043 1.985l.133.118c.775.628 1.91.588 2.64-.118l2.435-2.37l.272-.268l3.052 3.053a.5.5 0 0 0 .708-.708l-15-15zm8.224 9.639A2.992 2.992 0 0 1 7.21 7.917l3.868 3.868zm1.914-2.793a2.98 2.98 0 0 1-.394 1.485l2.883 2.883a7.006 7.006 0 0 0-.531-9.309a6.999 6.999 0 0 0-9.307-.53l2.873 2.874a2.992 2.992 0 0 1 4.476 2.598z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})