@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 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: 'CurrencyDollarRupee24Filled',
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: 'M7.5 3v.112A4.502 4.502 0 0 1 11 7.5v.865a1 1 0 1 1-2 0V7.5a2.5 2.5 0 0 0-1.5-2.292v6.157l.709.335A4.875 4.875 0 0 1 11 16.107v.372a4.502 4.502 0 0 1-3.5 4.389v.124a1 1 0 0 1-2 0v-.124A4.502 4.502 0 0 1 2 16.479v-.845a1 1 0 1 1 2 0v.845a2.5 2.5 0 0 0 1.5 2.292v-6.14l-.704-.332A4.883 4.883 0 0 1 2 7.884V7.5a4.502 4.502 0 0 1 3.5-4.388V3a1 1 0 0 1 2 0zm-2 2.208A2.5 2.5 0 0 0 4 7.5v.384c0 1.058.58 2.026 1.5 2.53V5.208zm2 8.374v5.19A2.5 2.5 0 0 0 9 16.478v-.372c0-1.057-.58-2.024-1.5-2.525zM13 3a1 1 0 0 0-.007 2H15.5c.818 0 1.544.393 2 1H13a1 1 0 1 0 0 2h4.95a2.5 2.5 0 0 1-2.45 2H13a1 1 0 0 0-.82 1.573l7 10a1 1 0 0 0 1.64-1.146L14.92 12h.58a4.5 4.5 0 0 0 4.473-4H21a1 1 0 1 0 0-2h-1.256a4.483 4.483 0 0 0-.502-1H21a1 1 0 1 0 0-2h-8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})