UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.32 kB
'use strict' 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: 'LocationOff28Filled', 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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l3.526 3.527A9.704 9.704 0 0 0 4.25 12c0 4.028 2.767 8.409 8.23 13.188l.377.328a1.75 1.75 0 0 0 2.283.002c1.854-1.593 3.412-3.141 4.67-4.647l4.91 4.91a.75.75 0 0 0 1.06-1.061L3.28 2.22zm11.356 13.476a3.75 3.75 0 0 1-4.332-4.332l4.332 4.332zM7.722 4.54l4.283 4.284a3.75 3.75 0 0 1 5.17 5.17l4.435 4.435c1.424-2.239 2.14-4.38 2.14-6.429c0-5.385-4.365-9.75-9.75-9.75a9.711 9.711 0 0 0-6.278 2.29z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })