@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 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: 'HandRight24Filled',
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: 'M10 4.25a1 1 0 0 0-2 0v6.748a.5.5 0 1 1-1 0v-5a1 1 0 0 0-2 0v8.756c0 2.18 1.168 4.51 1.914 5.789c.556.954 1.58 1.459 2.623 1.459h2.168a3.25 3.25 0 0 0 2.907-1.797l.133-.267c.42-.842.945-1.628 1.562-2.339l2.212-2.552l2.192-1.705A.75.75 0 0 0 21 12.75c0-.485-.26-.845-.592-1.06c-.296-.19-.65-.272-.962-.31c-.636-.075-1.41.002-2.089.134a4.7 4.7 0 0 0-1.357.504V4.25a1 1 0 1 0-2 0v6.25a.5.5 0 1 1-1 0V2.997a1 1 0 1 0-2 0V10.5a.5.5 0 1 1-1 0V4.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})