@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.72 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'CurrencyDollarRupee20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.25 2.748a.75.75 0 1 0-1.5 0v.332A3.501 3.501 0 0 0 2 6.5v.28c0 1.466.846 2.799 2.172 3.422l.578.272v4.864a2 2 0 0 1-1.25-1.855v-1.08a.75.75 0 0 0-1.5 0v1.08a3.501 3.501 0 0 0 2.75 3.42v.347a.75.75 0 0 0 1.5 0v-.348A3.501 3.501 0 0 0 9 13.482v-.272a3.774 3.774 0 0 0-2.168-3.415L6.25 9.52V4.645A2 2 0 0 1 7.5 6.499v1.096a.75.75 0 0 0 1.5 0V6.499a3.501 3.501 0 0 0-2.75-3.42v-.331zm-1.5 1.897v4.17A2.281 2.281 0 0 1 3.5 6.78V6.5a2 2 0 0 1 1.25-1.855zm1.5 6.535a2.274 2.274 0 0 1 1.25 2.03v.273a2 2 0 0 1-1.25 1.855V11.18zM10.75 3a.75.75 0 0 0 0 1.5h2.75c.883 0 1.648.508 2.016 1.25H10.75a.75.75 0 0 0 0 1.5h4.944A2.251 2.251 0 0 1 13.5 9h-2.75a.75.75 0 0 0-.567 1.24l6.5 7.5a.75.75 0 1 0 1.134-.982l-5.425-6.259H13.5a3.75 3.75 0 0 0 3.717-3.25h.033a.75.75 0 0 0 0-1.5h-.135A3.736 3.736 0 0 0 16.5 4.5h.75a.75.75 0 0 0 0-1.5h-6.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})