@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
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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'HandRight16Regular',
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: 'M7.5 2a.5.5 0 0 0-.5.5v4a.5.5 0 1 1-1 0v-3a.5.5 0 0 0-1 0v4a.5.5 0 0 1-1 0v-2a.5.5 0 0 0-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.536h1.83c.729 0 1.407-.56 1.745-1.36c.584-1.38 1.512-2.515 2.28-3.298c.387-.394.738-.703.993-.915l.013-.011a1.296 1.296 0 0 0-.3-.238a.704.704 0 0 0-.46-.086c-.34.049-.74.319-1.184.762A.5.5 0 0 1 10 8.5v-5a.5.5 0 0 0-1-.007V6.5a.5.5 0 0 1-1 0v-3v-1a.5.5 0 0 0-.5-.5zM4 4.085V3.5a1.5 1.5 0 0 1 2.053-1.395a1.5 1.5 0 0 1 2.894 0A1.5 1.5 0 0 1 11 3.5v3.948c.277-.171.576-.3.894-.346c.36-.052.728.004 1.084.2c.348.19.658.5.938.92a.5.5 0 0 1-.125.685l-.004.003l-.018.012a9.07 9.07 0 0 0-.347.274c-.233.195-.558.481-.917.846c-.72.735-1.556 1.767-2.073 2.988C9.995 14.064 9.027 15 7.766 15h-1.83c-.739 0-1.46-.327-1.91-.95a16.126 16.126 0 0 1-1.283-2.058C2.343 11.21 2 10.312 2 9.5V5.499a1.5 1.5 0 0 1 2-1.414zM4 7.5v.006z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})