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.79 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'HandLeft16Regular', 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: 'M8.5 2a.5.5 0 0 1 .5.5v4a.5.5 0 1 0 1 0v-3a.5.5 0 1 1 1 0v4a.5.5 0 1 0 1 0v-2a.5.5 0 0 1 1-.001V9.5c0 .569-.253 1.291-.634 2.038c-.374.732-.84 1.428-1.201 1.926c-.246.339-.653.536-1.101.536h-1.83c-.729 0-1.407-.56-1.745-1.36c-.584-1.38-1.512-2.515-2.28-3.298a13.366 13.366 0 0 0-.993-.915l-.014-.011c.11-.113.21-.188.302-.238a.704.704 0 0 1 .459-.086c.34.049.74.319 1.183.762A.5.5 0 0 0 6 8.5v-5a.5.5 0 0 1 1-.007V6.5a.5.5 0 0 0 1 0v-3v-1a.5.5 0 0 1 .5-.5zM12 4.085V3.5a1.5 1.5 0 0 0-2.053-1.395a1.5 1.5 0 0 0-2.894 0A1.5 1.5 0 0 0 5 3.5v3.948a2.35 2.35 0 0 0-.894-.346a1.704 1.704 0 0 0-1.084.2c-.348.19-.658.5-.938.92a.5.5 0 0 0 .125.685l.004.003l.017.012l.072.055a12.372 12.372 0 0 1 1.192 1.066c.721.734 1.557 1.766 2.074 2.987C6.005 14.064 6.973 15 8.234 15h1.83c.739 0 1.46-.327 1.91-.95c.377-.519.876-1.261 1.283-2.058c.4-.782.743-1.68.743-2.492V5.499a1.5 1.5 0 0 0-2-1.414zM12 7.5v.006z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })