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.51 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'LocationLive24Regular', 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: 'M9.799 2.026A.75.75 0 0 0 9.7 3.523c5.242.345 9.434 4.538 9.777 9.78a.75.75 0 1 0 1.497-.098C20.581 7.21 15.791 2.42 9.799 2.026zM8.497 15.622a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25zm-.52 6.15l-.39-.386a4307.718 4307.718 0 0 1-2.969-2.954a5.496 5.496 0 1 1 7.773 0c-.444.444-1.284 1.28-2.012 2.003l-1.346 1.337a.75.75 0 0 1-1.057 0zM5.678 11.72a3.996 3.996 0 0 0 0 5.651c.482.482 1.32 1.316 2.039 2.03l.787.782l.816-.812c.729-.724 1.567-1.557 2.01-2a3.996 3.996 0 1 0-5.652-5.651zm4.14-6.217a.75.75 0 0 0-.135 1.494a6.987 6.987 0 0 1 6.319 6.316a.75.75 0 1 0 1.494-.135a8.487 8.487 0 0 0-7.679-7.675z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })