UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.09 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: 'EmojiHand20Regular', 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.5 1a1.5 1.5 0 0 0-1.415 1H3a2 2 0 0 0-2 2v4.792a3.5 3.5 0 0 0 .37 1.565L2 11.618A2.5 2.5 0 0 0 4.236 13h1.822c1.08 0 1.99-.69 2.518-1.508a8.04 8.04 0 0 1 3.62-3.032a.5.5 0 0 0 .289-.581c-.147-.589-.42-1.013-.792-1.283a1.894 1.894 0 0 0-1.13-.346c-.202 0-.394.026-.563.06V4a2 2 0 0 0-2-2h-.085A1.5 1.5 0 0 0 6.5 1h-2zm0 1H5v4.5a.5.5 0 0 0 1 0V2h.5a.5.5 0 0 1 .5.5v4a.5.5 0 1 0 1 0V3a1 1 0 0 1 1 1v3a.5.5 0 0 0 .722.448h.001l.01-.005l.048-.021c.044-.019.11-.045.192-.07c.166-.054.378-.102.59-.102c.209 0 .393.046.541.154a.914.914 0 0 1 .271.332a9.014 9.014 0 0 0-3.639 3.214C7.331 11.578 6.7 12 6.058 12H4.236a1.5 1.5 0 0 1-1.342-.83l-.63-1.26A2.5 2.5 0 0 1 2 8.792V4a1 1 0 0 1 1-1v3.5a.5.5 0 1 0 1 0v-4a.5.5 0 0 1 .5-.5zm8.761 5.052a5.501 5.501 0 1 1-6.1 6.774c.333-.108.643-.261.925-.445A4.502 4.502 0 0 0 17 12.5a4.502 4.502 0 0 0-3.504-4.39a1.495 1.495 0 0 0-.04-.474a3.946 3.946 0 0 0-.195-.584zM10.75 12.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5zm4.25-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm-4.053 2.526a.5.5 0 1 0-.894.448C10.3 15.219 11.103 16 12.5 16c1.398 0 2.2-.781 2.447-1.276a.5.5 0 1 0-.894-.448c-.086.172-.55.724-1.553.724c-1.002 0-1.467-.552-1.553-.724zM1.37 10.357l.447-.223z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })