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.87 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'EmojiHand28Filled', 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: 'M8.5 8.5V2.75a.75.75 0 0 1 1.5 0V8.5a.5.5 0 0 0 1 0v-5a.75.75 0 0 1 1.5 0v5.75c0 .021 0 .042-.003.063c.433-.163.974-.317 1.503-.317c.5 0 .927.125 1.244.285c.157.078.302.174.421.282c.059.053.126.123.185.21c.046.07.15.24.15.477a.75.75 0 0 1-.352.636l-1.907 1.192l-1.658 1.89l-1.377 1.898A2.75 2.75 0 0 1 8.481 17H7.342a2.643 2.643 0 0 1-2.305-1.311a20.7 20.7 0 0 1-.977-1.902c-.286-.651-.56-1.413-.56-2.037v-7a.75.75 0 0 1 1.5 0v4.248a.5.5 0 0 0 1 0V3.5a.75.75 0 0 1 1.5 0v5a.5.5 0 1 0 1 0zm9 17.5a8.5 8.5 0 0 1-8.487-8.038a3.75 3.75 0 0 0 2.503-1.509l1.35-1.86l1.53-1.746l1.782-1.113c.511-.32.822-.88.822-1.484a1.856 1.856 0 0 0-.443-1.198A8.5 8.5 0 1 1 17.5 26zm3.625-10a1.125 1.125 0 1 0-2.25 0a1.125 1.125 0 0 0 2.25 0zm-7.356 3.67a.75.75 0 0 0-.088 1.056A4.99 4.99 0 0 0 17.5 22.5a4.99 4.99 0 0 0 3.82-1.774a.75.75 0 1 0-1.146-.968A3.49 3.49 0 0 1 17.501 21a3.49 3.49 0 0 1-2.675-1.242a.75.75 0 0 0-1.057-.089zM16.125 16a1.125 1.125 0 1 0-2.25 0a1.125 1.125 0 0 0 2.25 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })