@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.68 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CurrencyDollarRupee16Regular',
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 2.502a.5.5 0 1 0-1 0v.323c-1.152.31-2 1.36-2 2.61v.094c0 1.102.647 2.1 1.652 2.551L4 8.236v3.875c-.59-.267-1-.86-1-1.55v-.723a.5.5 0 0 0-1 0v.722c0 1.25.849 2.3 2 2.61v.335a.5.5 0 0 0 1 0v-.26a2.702 2.702 0 0 0 2.402-2.685v-.088a2.79 2.79 0 0 0-1.648-2.546L5 7.588V3.76a1.702 1.702 0 0 1 1.402 1.676v.734a.5.5 0 0 0 1 0v-.734A2.702 2.702 0 0 0 5 2.75v-.248zM4 3.884V7.14c-.61-.302-1-.925-1-1.61v-.094c0-.69.41-1.283 1-1.55zm1 4.8l.345.155a1.79 1.79 0 0 1 1.057 1.633v.088c0 .838-.605 1.534-1.402 1.676V8.684zM8 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-1c.218.29.375.63.45 1h.55a.5.5 0 0 1 0 1h-.55a2.501 2.501 0 0 1-2.45 2h-.933l4.317 5.18a.5.5 0 0 1-.768.64l-5-6A.5.5 0 0 1 8.5 7h2a1.5 1.5 0 0 0 1.414-1H8.5a.5.5 0 1 1 0-1h3.414A1.5 1.5 0 0 0 10.5 4h-2a.5.5 0 0 1-.5-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})