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.66 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'CurrencyDollarRupee20Regular', 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.5 2a.5.5 0 0 1 .5.5v.535A3.5 3.5 0 0 1 9 6.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 0-2-2.45v5.626l.86.386A3.62 3.62 0 0 1 9 13.366v.12a3.5 3.5 0 0 1-3 3.464v.546a.5.5 0 0 1-1 0v-.546a3.5 3.5 0 0 1-3-3.464V12.5a.5.5 0 1 1 1 0v.985a2.5 2.5 0 0 0 2 2.45v-5.613l-.856-.383A3.629 3.629 0 0 1 2 6.629V6.5a3.5 3.5 0 0 1 3-3.465V2.5a.5.5 0 0 1 .5-.5zM3 6.5v.129c0 1.036.608 1.975 1.553 2.398l.447.2V4.05A2.5 2.5 0 0 0 3 6.5zm3 9.436a2.5 2.5 0 0 0 2-2.45v-.12a2.62 2.62 0 0 0-1.549-2.392L6 10.772v5.164zM10 3.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h3a3.5 3.5 0 1 1 0 7h-1.898l6.274 7.17a.5.5 0 0 1-.753.66l-7-8A.5.5 0 0 1 10.5 9h3a2.5 2.5 0 0 0 0-5h-3a.5.5 0 0 1-.5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })