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.39 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'LocationOff16Regular', 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.582 12.289l2.564 2.565a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L2.99 3.697A5.972 5.972 0 0 0 2 7c0 2.867 1.935 5.506 5.732 7.922a.5.5 0 0 0 .536 0c1.336-.85 2.442-1.728 3.313-2.633zm-.707-.707c-.685.713-1.536 1.417-2.556 2.11L8 13.905l-.32-.213C4.54 11.558 3 9.325 3 7c0-.943.261-1.825.715-2.578l7.16 7.16zM9.46 7.34L7.66 5.539A1.5 1.5 0 0 1 9.461 7.34zm2.653 2.653C12.706 9.013 13 8.015 13 7a5 5 0 0 0-7.93-4.052l-.715-.714A6 6 0 0 1 14 7c0 1.285-.389 2.525-1.16 3.719l-.726-.726z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })