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.57 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'LocationOff48Regular', 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: 'M6.134 4.366a1.25 1.25 0 0 0-1.768 1.768L9.833 11.6A16.92 16.92 0 0 0 7 21a16.922 16.922 0 0 0 4 10.955l.021.025l.017.02H11l10.088 10.71a4 4 0 0 0 5.823 0l6.806-7.225l8.15 8.149a1.25 1.25 0 0 0 1.767-1.768l-37.5-37.5zM9.5 21c0-2.782.784-5.382 2.143-7.59l6.674 6.675a6 6 0 0 0 7.603 7.603l6.029 6.028l-6.857 7.279a1.5 1.5 0 0 1-2.184 0l-9.657-10.251l-.308-.363A14.433 14.433 0 0 1 9.5 21zm5.463-11.34l-1.777-1.778A16.93 16.93 0 0 1 24 4c9.389 0 17 7.611 17 17a16.921 16.921 0 0 1-3.883 10.814l-1.777-1.777A14.429 14.429 0 0 0 38.5 21c0-8.008-6.492-14.5-14.5-14.5a14.439 14.439 0 0 0-9.037 3.16zm8.846 8.845l-2.065-2.064a6 6 0 0 1 7.82 7.82L27.5 22.196a3.5 3.5 0 0 0-3.69-3.69z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })