@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.13 kB
JavaScript
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: 'HandLeft28Regular',
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.991a.75.75 0 0 1-1.5 0V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75 0 0 1-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144 1.501a.75.75 0 0 1 .117.102l2.535 2.704a12.752 12.752 0 0 1 2.128 3.07l.377.762a1.75 1.75 0 0 0 1.569.975h3.867c.56 0 1.054-.263 1.325-.695a20.809 20.809 0 0 0 1.556-2.977c.493-1.188.846-2.444.846-3.576V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.75.75 0 1 1-1.5 0V5.796c0-.446-.332-.796-.747-.796c-.421 0-.753.35-.753.796v6.455a.75.75 0 1 1-1.5 0V4.272c0-.427-.32-.771-.752-.772c-.44 0-.748.332-.748.76zm-2.242-.76c.297.002.572.058.822.158l-.822-.158zm.822.158C12.829 2.734 13.642 2 14.749 2c1.1 0 1.912.742 2.167 1.658a2.24 2.24 0 0 1 .837-.158C19.113 3.5 20 4.644 20 5.796v.329c.23-.08.482-.125.75-.125C22.09 6 23 7.103 23 8.27v8.982c0 1.414-.432 2.878-.96 4.151a22.31 22.31 0 0 1-1.67 3.198c-.572.913-1.572 1.399-2.598 1.399h-3.866a3.25 3.25 0 0 1-2.914-1.81l-.377-.763a11.25 11.25 0 0 0-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75 0 0 1-.32-.614c0-1.24.639-2.102 1.518-2.579c.839-.454 1.87-.552 2.772-.413c.735.113 1.272.277 1.71.497V5.796c0-1.172.954-2.304 2.258-2.296',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})