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.74 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'CurrencyDollarRupee16Filled', 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: 'M5.502 2.75a.75.75 0 0 0-1.5 0v.354A2.753 2.753 0 0 0 2 5.753v.037c0 1.106.654 2.108 1.667 2.553l.335.147v2.75a1.25 1.25 0 0 1-.502-1.002v-.603a.75.75 0 0 0-1.5 0v.603c0 1.26.847 2.322 2.002 2.649v.365a.75.75 0 1 0 1.5 0v-.367a2.78 2.78 0 0 0 2.002-2.666c0-1.099-.649-2.114-1.665-2.56l-.337-.149V4.75c.304.229.502.593.502 1.003v.613a.75.75 0 1 0 1.5 0v-.613c0-1.26-.847-2.322-2.002-2.649V2.75zm-1.5 2v2.06A1.289 1.289 0 0 1 3.5 5.79v-.037c0-.41.197-.774.502-1.003zm1.5 4.44c.31.241.502.622.502 1.03c0 .413-.199.781-.502 1.013V9.19zM8 3.251a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-.401c.091.158.169.325.23.5h.171a.75.75 0 0 1 0 1.5h-.041A3 3 0 0 1 10.332 8.5l3.498 4.276a.75.75 0 0 1-1.16.95l-4.5-5.5A.75.75 0 0 1 8.75 7h1.5a1.5 1.5 0 0 0 1.415-1H8.75a.75.75 0 1 1 0-1.5h2.618a1.496 1.496 0 0 0-1.118-.5h-1.5a.75.75 0 0 1-.75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })