@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.3 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 20 20'
}
export default defineComponent({
name: 'LocationLive20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.53 3.012a7 7 0 0 1 7.455 7.458a.5.5 0 1 0 .997.066a8 8 0 0 0-8.518-8.522a.5.5 0 1 0 .066.998zM8 4.984a.5.5 0 0 1 .522-.479a6.25 6.25 0 0 1 5.972 5.973a.5.5 0 1 1-.999.043A5.25 5.25 0 0 0 8.48 5.505A.5.5 0 0 1 8 4.984zm-.5 7.637a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25zm-3.182 2.057l2.828 2.828a.5.5 0 0 0 .708 0l2.828-2.828a4.5 4.5 0 1 0-6.364 0zm.707-.707a3.5 3.5 0 1 1 4.95 0L7.5 16.446L5.025 13.97z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})