@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.35 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 16 16'
}
export default defineComponent({
name: 'HandRight16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.5 1.75a.75.75 0 0 0-1.5 0V6.5a.5.5 0 0 1-1 0V2.75a.75.75 0 0 0-1.5 0V7.5a.5.5 0 0 1-1 0V4.75A.75.75 0 0 0 2 4.748V9.5c0 .813.344 1.71.743 2.492c.407.797.906 1.54 1.283 2.059c.45.622 1.171.949 1.91.949h2.328c.952 0 1.797-.54 2.255-1.34a35.659 35.659 0 0 1 2.233-3.38a40.8 40.8 0 0 1 1.112-1.435l.015-.02l.004-.004h.001a.5.5 0 0 0-.03-.675a1.578 1.578 0 0 0-1.187-.482c-.4.01-.778.159-1.096.336a4.663 4.663 0 0 0-.57.379V2.75a.75.75 0 0 0-1.5 0V6.5a.5.5 0 0 1-1 0V1.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})