UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.01 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: 'HandLeft24Regular', 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: 'M12.002 4v6.251a.75.75 0 0 1-1.5 0V5.226a.493.493 0 0 0-.498-.478a.527.527 0 0 0-.504.504v7.499a.75.75 0 0 1-1.295.515v-.001l-.004-.003a4.386 4.386 0 0 0-.526-.439c-.35-.249-.808-.495-1.302-.582c-.537-.094-1.047-.036-1.385.139a.819.819 0 0 0-.446.528l1.659 1.247a.74.74 0 0 1 .08.068l2.174 2.173a12.262 12.262 0 0 1 2.303 3.193c.28.559.85.911 1.475.911h2.728c.571 0 1.068-.272 1.325-.713C17.022 18.527 18 16.5 18 14.754V7.002a.5.5 0 0 0-.501-.5a.499.499 0 0 0-.503.5v3.5a.75.75 0 0 1-1.5 0v-5.25A.495.495 0 0 0 15 4.748c-.287 0-.5.226-.5.504v5a.75.75 0 0 1-1.5 0V3.998c0-.272-.212-.5-.499-.5a.49.49 0 0 0-.5.5zm-1.989-.751c.212 0 .413.034.6.093l-.6-.093zm.6.093A1.977 1.977 0 0 1 12.503 2c.915 0 1.622.586 1.885 1.341c.19-.06.395-.092.612-.092c1.108 0 1.896.855 1.987 1.817c.162-.041.333-.064.512-.064c1.17 0 2.001.96 2.001 2v7.752c0 2.18-1.171 4.51-1.918 5.79c-.557.952-1.58 1.456-2.621 1.456h-2.728a3.149 3.149 0 0 1-2.817-1.74a10.762 10.762 0 0 0-2.02-2.803L5.256 15.32L3.3 13.85a.75.75 0 0 1-.299-.6c0-1.06.531-1.806 1.3-2.203c.715-.37 1.582-.414 2.332-.283c.519.091.983.284 1.368.495V5.252c0-1.06.888-2.01 2.013-2.003', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })