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.2 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'MoneyHand24Filled', 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: 'M6.25 2A2.25 2.25 0 0 0 4 4.25v15.5A2.25 2.25 0 0 0 6.25 22h7.5A2.25 2.25 0 0 0 16 19.771v-1.52a.75.75 0 0 0-.75-.75c-.454 0-.74-.123-.937-.282c-.208-.167-.38-.425-.51-.789c-.273-.755-.303-1.75-.303-2.68a.75.75 0 0 0-.202-.512l-.164-.177c-.09-.097-.095-.102-.17-.173c-.074-.07-.3-.285-1.184-1.168c-.468-.469-.728-.865-.813-1.168a.615.615 0 0 1-.015-.325a.712.712 0 0 1 .204-.323a.71.71 0 0 1 .322-.204a.612.612 0 0 1 .324.016c.303.085.699.346 1.168.815c.54.54 1.052 1.046 1.511 1.5c.76.752 1.374 1.36 1.72 1.73a.75.75 0 0 0 1.098-1.023a55.227 55.227 0 0 0-1.3-1.314V8.06l2.842 2.842c.422.422.659.994.659 1.59v8.758a.75.75 0 0 0 1.5 0v-8.757a3.75 3.75 0 0 0-1.098-2.652L16 5.939v-1.69A2.25 2.25 0 0 0 13.75 2h-7.5zm7.123 16.388a2.71 2.71 0 0 0 1.127.534V19h-.75a.75.75 0 0 0-.75.75v.75h-1.5v-.75c0-.893.52-1.665 1.275-2.028c.16.244.357.472.598.666zm-1.372-4.342c.002.253.008.526.023.81a3.5 3.5 0 1 1-1.55-6.324c-.134.089-.26.193-.379.312c-.292.292-.499.63-.596 1.01c-.098.38-.074.754.024 1.104c.19.673.665 1.291 1.197 1.823A66.717 66.717 0 0 0 11.957 14l.004.003l.036.039l.004.004zM7 3.5h1.5v.75A2.25 2.25 0 0 1 6.25 6.5H5.5V5h.75A.75.75 0 0 0 7 4.25V3.5zm4.5 0H13v.75c0 .414.336.75.75.75h.75v1.5h-.75a2.25 2.25 0 0 1-2.25-2.25V3.5zm-3 17H7v-.75a.75.75 0 0 0-.75-.75H5.5v-1.5h.75a2.25 2.25 0 0 1 2.25 2.25v.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })