@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.02 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'HandRight24Regular',
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: 'M11.998 3.997v6.253a.75.75 0 0 0 1.5 0V5.223c0-.239.204-.475.498-.477a.527.527 0 0 1 .504.504v7.5a.75.75 0 0 0 1.295.515l.004-.003a1.958 1.958 0 0 1 .124-.119a4.42 4.42 0 0 1 .401-.32c.352-.25.81-.496 1.303-.582c.537-.094 1.047-.037 1.385.138a.819.819 0 0 1 .446.528l-1.659 1.247a.764.764 0 0 0-.08.069l-2.174 2.173a12.265 12.265 0 0 0-2.303 3.194c-.28.558-.85.911-1.475.911H9.04c-.571 0-1.068-.273-1.325-.713C6.978 18.528 6 16.5 6 14.754V7a.5.5 0 0 1 .501-.5c.29 0 .503.23.503.5v3.5a.75.75 0 0 0 1.5 0V5.25c0-.278.215-.504.496-.504c.287 0 .5.225.5.504v5a.75.75 0 0 0 1.5 0V3.997c0-.273.212-.5.499-.5c.29 0 .5.223.5.5zm1.989-.751a2.028 2.028 0 0 0-.6.093zm-.6.093a1.977 1.977 0 0 0-1.89-1.342c-.915 0-1.622.586-1.885 1.341A2.032 2.032 0 0 0 9 3.246c-1.109 0-1.896.856-1.987 1.818A2.043 2.043 0 0 0 6.5 5C5.331 5 4.5 5.96 4.5 7v7.754c0 2.18 1.171 4.511 1.918 5.79c.557.954 1.58 1.457 2.621 1.457h2.728a3.149 3.149 0 0 0 2.817-1.74a10.764 10.764 0 0 1 2.02-2.804l2.139-2.136L20.7 13.85a.75.75 0 0 0 .299-.6c0-1.062-.531-1.807-1.3-2.204c-.715-.37-1.581-.414-2.332-.283a4.464 4.464 0 0 0-1.368.495V5.25c0-1.06-.888-2.01-2.013-2.004',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})