UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.76 kB
'use strict' 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: 'CurrencyDollarRupee24Regular', 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.002 2.752a.75.75 0 1 0-1.5 0v.313A4.251 4.251 0 0 0 2 7.25v.542a4.75 4.75 0 0 0 2.668 4.27l.834.406v6.908A2.751 2.751 0 0 1 3.5 16.728v-.98a.75.75 0 0 0-1.5 0v.98a4.251 4.251 0 0 0 3.502 4.184v.335a.75.75 0 0 0 1.5 0v-.335a4.251 4.251 0 0 0 3.498-4.184v-.524a4.75 4.75 0 0 0-2.668-4.27l-.83-.404V4.604A2.751 2.751 0 0 1 9 7.25v1a.75.75 0 1 0 1.5 0v-1c0-2.091-1.51-3.83-3.498-4.184v-.314zm-1.5 1.85v6.196l-.176-.086A3.25 3.25 0 0 1 3.5 7.792V7.25c0-1.26.847-2.322 2.002-2.648zm1.5 8.596l.172.085A3.25 3.25 0 0 1 9 16.203v.525a2.751 2.751 0 0 1-1.998 2.646v-6.175zM12.75 3a.75.75 0 0 0 0 1.5H15A2.75 2.75 0 0 1 17.45 6h-4.7a.75.75 0 0 0 0 1.5h4.989A2.75 2.75 0 0 1 15 10h-2.25a.75.75 0 0 0-.61 1.185l7.5 10.5a.75.75 0 1 0 1.22-.871l-6.653-9.315H15a4.25 4.25 0 0 0 4.243-4h2.007a.75.75 0 0 0 0-1.5h-2.187a4.24 4.24 0 0 0-.822-1.5h3.009a.75.75 0 0 0 0-1.5h-8.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })