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.33 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'HandLeft24Filled', 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: '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 */ ) ]) ) ) } })