@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.31 kB
JavaScript
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: 'MoneyHand24Regular',
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.5zm6.142 14.94c.096.268.221.534.383.782A2.25 2.25 0 0 0 11.5 19.75v.75h-3v-.75a2.25 2.25 0 0 0-2.25-2.25H5.5v-11h.75A2.25 2.25 0 0 0 8.5 4.25V3.5h3v.75a2.25 2.25 0 0 0 2.25 2.25h.75v3.438l-.47-.468c-.53-.531-1.148-1.008-1.82-1.198a2.106 2.106 0 0 0-1.104-.025a2.057 2.057 0 0 0-.633.285a3.5 3.5 0 1 0 1.55 6.324c.038.684.131 1.427.369 2.084zM8 12a2 2 0 0 1 1.455-1.925a2.16 2.16 0 0 0 .068.883c.19.673.665 1.291 1.197 1.823l.665.662A2 2 0 0 1 8 12zM5.5 4.25a.75.75 0 0 1 .75-.75H7v.75a.75.75 0 0 1-.75.75H5.5v-.75zM13 3.5h.75a.75.75 0 0 1 .75.75V5h-.75a.75.75 0 0 1-.75-.75V3.5zM14.5 19v.75a.75.75 0 0 1-.75.75H13v-.75a.75.75 0 0 1 .75-.75h.75zM7 20.5h-.75a.75.75 0 0 1-.75-.75V19h.75a.75.75 0 0 1 .75.75v.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})