@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.7 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 48 48'
}
export default defineComponent({
name: 'TapSingle48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M23.5 7.5A9 9 0 0 0 17 22.726v.427a7.26 7.26 0 0 0-2.951-.1A11.448 11.448 0 0 1 12 16.5C12 10.149 17.149 5 23.5 5S35 10.149 35 16.5a11.47 11.47 0 0 1-.822 4.277c-.1-.026-.2-.05-.303-.072l-2.185-.469A9 9 0 0 0 23.5 7.5zm-2 9a2 2 0 1 1 4 0v6c0 .59.412 1.099.988 1.222l6.443 1.383a3.25 3.25 0 0 1 2.451 4.04l-2.295 8.346a1.75 1.75 0 0 1-1.484 1.274l-6.242.731a.323.323 0 0 1-.216-.062a.75.75 0 0 1-.261-.31c-1.435-3.072-5.096-6.414-12.292-9.72a2.837 2.837 0 0 1 3.675-1.778l3.551 1.307A1.25 1.25 0 0 0 21.5 27.76V16.5zm2-4.5a4.5 4.5 0 0 0-4.5 4.5v9.468l-1.87-.688c-3.138-1.155-6.553.828-7.105 4.127a1.94 1.94 0 0 0 1.118 2.084c7.293 3.287 10.395 6.377 11.476 8.69c.489 1.047 1.623 1.963 3.033 1.798l6.242-.731a4.25 4.25 0 0 0 3.604-3.094l2.295-8.347a5.75 5.75 0 0 0-4.338-7.146L28 21.49V16.5a4.5 4.5 0 0 0-4.5-4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})