@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.81 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: 'MoneyOff24Regular',
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.28 2.22a.75.75 0 0 0-1.06 1.06L3.958 5.02A2.25 2.25 0 0 0 2 7.25v7.5A2.25 2.25 0 0 0 4.25 17h11.69l1.494 1.495c-.06.003-.122.005-.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.22zM14.44 15.5H6.5v-.75a2.25 2.25 0 0 0-2.25-2.25H3.5v-3h.75a2.25 2.25 0 0 0 2.231-1.958l1.636 1.636a3 3 0 0 0 4.206 4.206l2.116 2.116zm-5.243-5.243l2.046 2.046a1.5 1.5 0 0 1-2.046-2.046zM3.5 7.25a.75.75 0 0 1 .75-.75H5v.75a.75.75 0 0 1-.75.75H3.5v-.75zm.75 8.25a.75.75 0 0 1-.75-.75V14h.75a.75.75 0 0 1 .75.75v.75h-.75zm12.5-3c-.315 0-.615.065-.887.182L17.18 14h.319v.32l1.318 1.317c.117-.272.182-.572.182-.887v-7.5A2.25 2.25 0 0 0 16.75 5H8.18l1.5 1.5h4.82v.75a2.25 2.25 0 0 0 2.25 2.25h.75v3h-.75zm.75-5.25V8h-.75a.75.75 0 0 1-.75-.75V6.5h.75a.75.75 0 0 1 .75.75zm2.562 9.631l1.085 1.085c.538-.77.853-1.706.853-2.716V10c0-1.11-.603-2.08-1.5-2.599v7.849c0 .595-.16 1.152-.438 1.631z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})