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.68 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: 'EmojiHand20Filled', 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: 'M5.5 1a.5.5 0 0 1 .5.5v5a.5.5 0 0 0 1 0v-4a.5.5 0 0 1 1 0v4.251c.098-.025.202-.046.313-.06c.316-.04.688-.021 1.067.137c.382.159.737.447 1.036.895a.5.5 0 0 1-.219.737c-1.503.644-2.29 1.572-2.708 2.366C6.945 11.858 5.887 13 4.5 13h-.264A2.5 2.5 0 0 1 2 11.618l-.63-1.261A3.5 3.5 0 0 1 1 8.792V2.5a.5.5 0 0 1 1 0v4a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 1 0v5a.5.5 0 0 0 1 0v-5a.5.5 0 0 1 .5-.5zm2.874 10.292a5.981 5.981 0 0 1-1.35 1.716a5.5 5.5 0 1 0 4.21-5.862l.014.022a1.5 1.5 0 0 1-.657 2.21c-1.279.549-1.899 1.31-2.217 1.914zM10.75 12.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5zm4.25-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0zm-4.053 2.526c.086.172.55.724 1.553.724c1.002 0 1.467-.552 1.553-.724a.5.5 0 1 1 .894.448C14.7 15.219 13.897 16 12.5 16c-1.398 0-2.2-.781-2.447-1.276a.5.5 0 1 1 .894-.448z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })