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.79 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: 'MoneyHand20Filled', 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: 'M3 3.5A1.5 1.5 0 0 1 4.5 2h7A1.5 1.5 0 0 1 13 3.5v1.793l3.268 3.268A2.5 2.5 0 0 1 17 10.328V17.5a.5.5 0 0 1-1 0v-7.172a1.5 1.5 0 0 0-.44-1.06L13 6.708v3.085l.854.853a.5.5 0 0 1-.708.707l-3-3c-.422-.422-.657-.404-.76-.378c-.173.042-.326.18-.54.386c-.1.096-.142.19-.122.33c.026.175.163.488.63.955l1.213 1.213l.286.287A.5.5 0 0 1 11 11.5c0 .774.006 1.553.22 2.141c.102.281.241.486.424.623c.179.134.443.236.856.236a.5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 16.5v-13zm5 4a2.5 2.5 0 1 0 1.908 4.115l-.05-.05l-1.212-1.212c-.533-.533-.84-1.034-.911-1.516a1.342 1.342 0 0 1 .42-1.199l.034-.033l.094-.09A2.53 2.53 0 0 0 8 7.5zm2 9v.5h1v-.5a.5.5 0 0 1 .5-.5h.5v-.54a2.164 2.164 0 0 1-.95-.391A1.5 1.5 0 0 0 10 16.5zM4 5h.5A1.5 1.5 0 0 0 6 3.5V3H5v.5a.5.5 0 0 1-.5.5H4v1zm6-1.5A1.5 1.5 0 0 0 11.5 5h.5V4h-.5a.5.5 0 0 1-.5-.5V3h-1v.5zm-4 13A1.5 1.5 0 0 0 4.5 15H4v1h.5a.5.5 0 0 1 .5.5v.5h1v-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })