@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.6 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'LocationOff28Regular',
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.22 2.22a.75.75 0 0 1 1.06 0l22.5 22.5a.75.75 0 0 1-1.06 1.06l-4.91-4.91c-1.258 1.507-2.816 3.055-4.67 4.648a1.75 1.75 0 0 1-2.283-.002l-.378-.328C7.017 20.408 4.25 16.028 4.25 12c0-1.909.548-3.69 1.496-5.193L2.22 3.28a.75.75 0 0 1 0-1.06zm12.415 13.476a3.75 3.75 0 0 1-4.332-4.332L6.84 7.9A8.212 8.212 0 0 0 5.75 12c0 3.502 2.548 7.537 7.714 12.057l.373.323a.25.25 0 0 0 .326 0c1.845-1.584 3.371-3.11 4.582-4.574l-4.11-4.11zM8.788 5.606L7.722 4.54A9.711 9.711 0 0 1 14 2.25c5.385 0 9.75 4.365 9.75 9.75c0 2.05-.716 4.19-2.14 6.429l-1.089-1.09c1.155-1.896 1.729-3.677 1.729-5.339A8.25 8.25 0 0 0 8.787 5.605zm4.326 4.325l-1.107-1.107a3.75 3.75 0 0 1 5.17 5.17l-1.108-1.107a2.25 2.25 0 0 0-2.955-2.955z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})