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.55 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 20 20' } export default defineComponent({ name: 'MoneyOff20Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M2.854 2.146a.5.5 0 1 0-.708.708l1.16 1.159A1.5 1.5 0 0 0 2 5.5v7A1.5 1.5 0 0 0 3.5 14h9.793l1 1H4.085A1.5 1.5 0 0 0 5.5 16h9c.246 0 .487-.025.719-.074l1.927 1.928a.5.5 0 0 0 .708-.708l-15-15zm6.979 8.394A1.75 1.75 0 0 1 7.46 8.168l2.372 2.372zM5.905 6.612A2 2 0 0 1 4 8H3V7h1a1 1 0 0 0 1-1v-.293l.905.905zM3 11v-1h1a2 2 0 0 1 2 2v1H5v-1a1 1 0 0 0-1-1H3zm6.417-3.7L10.7 8.583l1.946 1.945A1.993 1.993 0 0 1 14 10h1v1h-1a.996.996 0 0 0-.646.237l2.264 2.263c.237-.265.382-.616.382-1v-7A1.5 1.5 0 0 0 14.5 4H6.117l3.3 3.3zM15 7v1h-1a2 2 0 0 1-2-2V5h1v1a1 1 0 0 0 1 1h1zm1.326 7.208l.707.708c.6-.629.967-1.48.967-2.416v-5a1.5 1.5 0 0 0-1-1.415V12.5c0 .66-.256 1.261-.674 1.708z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })