UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.36 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'HandLeft28Filled', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M15 3v9.251a.75.75 0 0 0 1.5 0v-7.75a1 1 0 1 1 2 0v8.25a.75.75 0 1 0 1.5 0V6.998a1 1 0 1 1 2 0v10.254c0 2.519-.982 5.295-1.644 6.89C19.87 25.315 18.717 26 17.501 26h-3.595a3.25 3.25 0 0 1-2.914-1.81l-.696-1.407a11.247 11.247 0 0 0-1.027-1.688l-2.79-3.786l-2.632-1.675a.75.75 0 0 1-.347-.633c0-.487.214-.889.549-1.169c.31-.26.699-.397 1.066-.466c.733-.14 1.622-.06 2.417.16c.722.183 1.423.524 1.968.837V4.5a1 1 0 1 1 2 0v7.751a.75.75 0 0 0 1.5 0v-9.25a1 1 0 1 1 2 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })