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.9 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: 'HandRightOff20Regular', 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 6c0-.361.128-.693.34-.952L2.147 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-3.568-3.569l-.213.222c-.698.727-1.213 1.564-1.713 2.43A2.16 2.16 0 0 1 9.78 18.02H7.234c-.3 0-.595-.073-.861-.211a2.548 2.548 0 0 1-1.18-1.29l-.585-1.422A8.088 8.088 0 0 1 4 12.02V6zm8.871 7.578L7 7.708V9.5a.5.5 0 0 1-1 0V6.707l-.942-.942A.498.498 0 0 0 5 6v6.02c0 .925.181 1.841.533 2.697l.585 1.42c.139.338.393.616.716.785c.124.064.261.098.4.098H9.78a1.16 1.16 0 0 0 1.006-.582c.54-.936 1.104-1.838 1.858-2.623l.227-.237zM10 3.5v4.379l.909.909A.498.498 0 0 0 11 8.5v-4a.5.5 0 0 1 1 0v5.379l.924.924c.199-.198.399-.386.654-.513c.697-.349 2.223-.575 2.407.498c-.176.137-.356.272-.537.408a15.22 15.22 0 0 0-1.182.949l.707.706c.375-.345.79-.653 1.203-.96c.2-.148.4-.295.592-.446A.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-1.958.869L7 4.879V4.5a.5.5 0 0 1 1 0v1.379l1 1V3.5a.5.5 0 0 1 1 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })