@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.5 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'LocationLive24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})