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.1 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: 'HandRight28Regular', 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.26v7.99a.75.75 0 0 0 1.5 0V5.763c0-.4.325-.76.751-.763c.383-.002.75.363.75.795v8.955a.75.75 0 0 0 1.245.563l.186-.166c.24-.215.398-.357.629-.49c.266-.154.657-.305 1.377-.416c.664-.102 1.346-.012 1.829.25c.35.19.606.469.697.894l-2.144 1.5a.749.749 0 0 0-.117.102l-2.535 2.704a12.747 12.747 0 0 0-2.128 3.07l-.377.762a1.75 1.75 0 0 1-1.568.974h-3.867c-.562 0-1.055-.262-1.326-.694a20.81 20.81 0 0 1-1.556-2.977c-.493-1.188-.846-2.443-.846-3.576V8.27c0-.424.32-.77.75-.77s.75.343.75.77v4.48a.75.75 0 0 0 1.5 0V5.795c0-.445.332-.795.747-.795c.421 0 .753.35.753.795v6.455a.75.75 0 1 0 1.5 0V4.272c0-.427.32-.772.752-.772c.44 0 .748.332.748.76zm2.242-.76a2.243 2.243 0 0 0-.822.158zm-.822.158c-.248-.924-1.062-1.659-2.169-1.658c-1.1 0-1.912.742-2.167 1.658a2.24 2.24 0 0 0-.837-.158C8.887 3.5 8 4.644 8 5.795v.33A2.277 2.277 0 0 0 7.25 6C5.91 6 5 7.102 5 8.27v8.98c0 1.414.432 2.878.96 4.151a22.303 22.303 0 0 0 1.67 3.198c.572.912 1.572 1.398 2.598 1.398h3.867a3.25 3.25 0 0 0 2.913-1.81l.377-.762c.49-.99 1.122-1.902 1.877-2.708l2.482-2.647l2.436-1.706c.2-.14.32-.37.32-.614c0-1.239-.639-2.101-1.518-2.578c-.838-.454-1.87-.552-2.771-.413c-.736.113-1.272.276-1.71.497v-7.46c0-1.173-.955-2.304-2.26-2.296', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })