UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.04 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: 'CurrencyDollarEuro20Filled', 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 1.998a.75.75 0 0 0-.75.75v.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-.331a.75.75 0 0 0-.75-.75zM3.5 6.5a2 2 0 0 1 1.25-1.854v4.17A2.281 2.281 0 0 1 3.5 6.78V6.5zm2.75 8.839V11.18a2.274 2.274 0 0 1 1.25 2.03v.273a2 2 0 0 1-1.25 1.855zm6.255-5.339c0-.335.019-.661.055-.978h1.694a.75.75 0 0 0 0-1.5h-1.37a6.1 6.1 0 0 1 .727-1.522c.671-.996 1.52-1.5 2.358-1.5a1.6 1.6 0 0 1 .86.249a.75.75 0 0 0 .845-1.24a3.096 3.096 0 0 0-1.705-.509c-1.489 0-2.748.895-3.602 2.161a7.802 7.802 0 0 0-1.047 2.361h-.569a.75.75 0 0 0 0 1.5h.301a10.023 10.023 0 0 0-.047 1.003h-.254a.75.75 0 1 0 .001 1.5h.37c.195 1.259.63 2.4 1.245 3.314c.854 1.266 2.113 2.161 3.602 2.161c.542 0 1.192-.135 1.723-.517a.75.75 0 1 0-.875-1.218c-.207.15-.523.235-.848.235c-.839 0-1.687-.504-2.358-1.5c-.446-.661-.79-1.51-.969-2.477l1.613-.001a.75.75 0 1 0-.002-1.5l-1.748.001V10z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })