@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.37 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: 'HandLeft16Filled',
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 1.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1 0V2.75a.75.75 0 0 1 1.5 0V7.5a.5.5 0 1 0 1 0V4.75a.75.75 0 0 1 1.5-.002V9.5c0 .813-.344 1.71-.743 2.492a16.128 16.128 0 0 1-1.283 2.059c-.45.622-1.171.949-1.91.949H7.736c-.952 0-1.797-.54-2.255-1.34a35.67 35.67 0 0 0-2.233-3.38a40.86 40.86 0 0 0-1.112-1.435l-.016-.02l-.003-.004h-.001a.5.5 0 0 1 .03-.675c.351-.35.766-.493 1.187-.482c.4.01.778.159 1.096.336c.202.111.394.243.57.379V2.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1.001 0V1.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})