@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.78 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'HandLeft20Regular',
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: 'M16 12.02a8.09 8.09 0 0 1-.608 3.077l-.585 1.421a2.548 2.548 0 0 1-1.18 1.29a1.866 1.866 0 0 1-.861.212H10.22a2.16 2.16 0 0 1-1.872-1.082c-.5-.867-1.015-1.704-1.713-2.43l-1.328-1.384c-.442-.46-.965-.848-1.483-1.232c-.2-.149-.4-.296-.592-.447A.603.603 0 0 1 3 10.97c0-.754.536-1.575 1.217-1.79c.91-.306 1.796-.213 2.652.215l.131.07V4.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 14 4.5v.085A1.5 1.5 0 0 1 16 6v6.02zM12 4.5v4a.5.5 0 0 1-1 0v-5a.5.5 0 0 0-1 0v5a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-1 0v6a.499.499 0 0 1-.854.373l-.008-.008c-.22-.22-.434-.434-.716-.575c-.697-.349-2.223-.575-2.407.498c.176.137.356.272.537.408c.514.385 1.034.775 1.476 1.235l1.328 1.384c.754.785 1.319 1.687 1.858 2.623c.207.36.59.582 1.006.582h2.546c.139 0 .276-.034.4-.098c.323-.169.577-.447.716-.784l.585-1.421A7.088 7.088 0 0 0 15 12.02V6a.5.5 0 0 0-1 0v3.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 0-1 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})