@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.13 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CurrencyDollarEuro24Regular',
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: 'M6.252 2.002a.75.75 0 0 0-.75.75v.313A4.251 4.251 0 0 0 2 7.25v.542a4.75 4.75 0 0 0 2.668 4.27l.834.406v6.908A2.751 2.751 0 0 1 3.5 16.728v-.98a.75.75 0 0 0-1.5 0v.98a4.251 4.251 0 0 0 3.502 4.184v.335a.75.75 0 0 0 1.5 0v-.335a4.251 4.251 0 0 0 3.498-4.184v-.524a4.75 4.75 0 0 0-2.668-4.27l-.83-.404V4.604A2.751 2.751 0 0 1 9 7.25v1a.75.75 0 1 0 1.5 0v-1c0-2.091-1.51-3.83-3.498-4.184v-.314a.75.75 0 0 0-.75-.75zM3.5 7.25c0-1.26.847-2.322 2.002-2.648v6.196l-.176-.086A3.25 3.25 0 0 1 3.5 7.792V7.25zm3.502 12.124v-6.175l.172.084A3.25 3.25 0 0 1 9 16.203v.525a2.751 2.751 0 0 1-1.998 2.646zM14.5 12c0-.169.004-.336.011-.501h1.737a.75.75 0 1 0 .001-1.5h-1.567c.247-1.323.73-2.49 1.367-3.404C16.994 5.24 18.226 4.5 19.5 4.5c.467 0 .973.136 1.337.376a.75.75 0 0 0 .826-1.253C21.019 3.2 20.216 3 19.5 3c-1.901 0-3.544 1.106-4.681 2.737c-.815 1.169-1.395 2.637-1.66 4.26h-1.408a.75.75 0 1 0-.001 1.5h1.26a12.654 12.654 0 0 0 0 1.003h-1.26a.75.75 0 0 0 0 1.5h1.41c.264 1.624.844 3.093 1.659 4.262C15.956 19.892 17.599 21 19.5 21c.695 0 1.517-.169 2.182-.63a.75.75 0 0 0-.856-1.232c-.343.238-.838.361-1.326.361c-1.274 0-2.506-.74-3.45-2.095c-.638-.914-1.121-2.082-1.368-3.404h1.567a.75.75 0 1 0 0-1.5H14.51a11.175 11.175 0 0 1-.011-.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})