@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.32 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: 'HandLeft24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14 4.253a1 1 0 0 1 2 0v6.746a.5.5 0 0 0 1 0V6a1 1 0 0 1 2 0v8.755c0 2.179-1.168 4.508-1.914 5.787c-.556.955-1.58 1.459-2.623 1.459h-2.168a3.25 3.25 0 0 1-2.907-1.797l-.133-.266a11.245 11.245 0 0 0-1.562-2.338l-2.212-2.552l-2.191-1.704A.75.75 0 0 1 3 12.75c0-.485.26-.845.592-1.06c.296-.191.65-.273.962-.31c.636-.075 1.41.002 2.089.134A4.7 4.7 0 0 1 8 12.019V4.253a1 1 0 0 1 2 0V10.5a.5.5 0 0 0 1 0V3a1 1 0 0 1 2 0V10.5a.5.5 0 0 0 1 0V4.253z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})