UNPKG

@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
'use strict' 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: 'HandRight20Regular', 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: 'M4 12.02c0 1.056.207 2.1.608 3.077l.585 1.421a2.548 2.548 0 0 0 1.18 1.29c.266.14.561.212.861.212H9.78a2.16 2.16 0 0 0 1.872-1.082c.5-.867 1.015-1.704 1.713-2.43l1.328-1.384c.442-.46.965-.848 1.483-1.232c.2-.149.4-.296.592-.447A.602.602 0 0 0 17 10.97c0-.754-.536-1.575-1.217-1.79c-.91-.306-1.796-.213-2.652.215a2.452 2.452 0 0 0-.131.07V4.5a1.5 1.5 0 0 0-2.053-1.395a1.5 1.5 0 0 0-2.894 0A1.5 1.5 0 0 0 6 4.5v.085A1.5 1.5 0 0 0 4 6v6.02zM8 4.5v4a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0v5a.5.5 0 0 0 1 0v-4a.5.5 0 0 1 1 0v6a.499.499 0 0 0 .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.235l-1.328 1.384c-.754.785-1.319 1.687-1.858 2.623a1.16 1.16 0 0 1-1.006.582H7.234a.866.866 0 0 1-.4-.098a1.548 1.548 0 0 1-.716-.784l-.585-1.421A7.087 7.087 0 0 1 5 12.02V6a.5.5 0 0 1 1 0v3.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })