@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.34 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 28 28'
}
export default defineComponent({
name: 'HandRight28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13 3v9.25a.75.75 0 0 1-1.5 0V4.5a1 1 0 1 0-2 0v8.25a.75.75 0 0 1-1.5 0V6.997a1 1 0 1 0-2 0V17.25c0 2.519.982 5.295 1.644 6.89c.487 1.172 1.639 1.857 2.855 1.857h3.595a3.25 3.25 0 0 0 2.914-1.81l.695-1.406c.293-.592.637-1.156 1.028-1.688l2.79-3.785l2.632-1.675A.75.75 0 0 0 24.5 15c0-.487-.214-.889-.549-1.17c-.31-.26-.699-.396-1.066-.466c-.733-.14-1.622-.059-2.417.16c-.722.183-1.423.525-1.968.837V4.5a1 1 0 1 0-2 0v7.75a.75.75 0 0 1-1.5 0V3a1 1 0 1 0-2 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})