UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.66 kB
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: 'MoneyOff24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M3.28 2.22a.75.75 0 0 0-1.06 1.06L3.94 5h-.19A1.75 1.75 0 0 0 2 6.75v8.5c0 .966.784 1.75 1.75 1.75h12.19l1.494 1.495a3.31 3.31 0 0 1-.184.005H4.401A2.999 2.999 0 0 0 7 20h10.25c.51 0 1-.08 1.46-.229l2.01 2.01a.75.75 0 1 0 1.06-1.061L3.28 2.22zm8.648 10.769a2.25 2.25 0 0 1-3.167-3.167l3.167 3.167zM5.19 6.25l1.292 1.292A2.25 2.25 0 0 1 4.25 9.5h-1V8h1A.75.75 0 0 0 5 7.25v-1h.19zM4.25 14h-1v-1.5h1a2.25 2.25 0 0 1 2.25 2.25v1H5v-1a.75.75 0 0 0-.75-.75zm13.5 0h-.57l1.748 1.748c.047-.158.072-.325.072-.498v-8.5A1.75 1.75 0 0 0 17.25 5H8.18l7.683 7.682c.272-.117.572-.182.887-.182h1V14zM16 6.25v1c0 .414.336.75.75.75h1v1.5h-1a2.25 2.25 0 0 1-2.25-2.25v-1H16zm4.062 10.631l1.085 1.085c.538-.77.853-1.706.853-2.716V10c0-1.11-.603-2.08-1.5-2.599v7.849c0 .594-.16 1.152-.438 1.631z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })