@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.82 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'EmojiHand24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.5 7.5V1.75a.75.75 0 0 1 1.5 0V7.5a.5.5 0 1 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 7.481 16H6.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 0V2.5a.75.75 0 0 1 1.5 0v5a.5.5 0 1 0 1 0zM15 22a7.003 7.003 0 0 1-6.734-5.083a3.75 3.75 0 0 0 2.25-1.464l1.35-1.86l1.53-1.746l1.781-1.113c.512-.32.823-.88.823-1.484c0-.531-.233-.904-.32-1.034a2.076 2.076 0 0 0-.15-.196A7 7 0 0 1 15 22zm3-8a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm-5.863 2.712a.75.75 0 0 0-.02 1.06A3.99 3.99 0 0 0 15 19a3.99 3.99 0 0 0 2.883-1.227a.75.75 0 1 0-1.081-1.04A2.49 2.49 0 0 1 15 17.5a2.49 2.49 0 0 1-1.802-.767a.75.75 0 0 0-1.06-.02zM14 14a1 1 0 1 0-2 0a1 1 0 0 0 2 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})