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.01 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'CurrencyDollarEuro16Filled', 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: 'M4.752 2a.75.75 0 0 0-.75.75v.354A2.753 2.753 0 0 0 2 5.753v.037c0 1.106.654 2.108 1.667 2.553l.335.147v2.75a1.25 1.25 0 0 1-.502-1.002v-.603a.75.75 0 0 0-1.5 0v.603c0 1.26.847 2.322 2.002 2.649v.365a.75.75 0 1 0 1.5 0v-.367a2.78 2.78 0 0 0 2.002-2.666c0-1.099-.649-2.114-1.665-2.56l-.337-.149V4.75c.304.229.502.593.502 1.003v.613a.75.75 0 1 0 1.5 0v-.613c0-1.26-.847-2.322-2.002-2.649V2.75a.75.75 0 0 0-.75-.75zM3.5 5.753c0-.41.197-.774.502-1.003v2.06A1.289 1.289 0 0 1 3.5 5.79v-.037zm2.002 5.48V9.19c.31.241.502.622.502 1.03c0 .413-.199.781-.502 1.013zM10.5 8.002h.752a.75.75 0 0 0 .001-1.5h-.557c.117-.424.28-.799.474-1.105c.405-.641.87-.895 1.262-.895c.136 0 .282.046.375.114a.75.75 0 1 0 .883-1.213a2.174 2.174 0 0 0-1.258-.401c-1.09 0-1.965.698-2.53 1.595A5.828 5.828 0 0 0 9.152 6.5H8.75a.75.75 0 1 0 0 1.5H9c0 .34.023.674.067.998H8.75a.75.75 0 1 0-.002 1.5h.7c.127.327.279.632.453.908c.566.897 1.442 1.595 2.53 1.595c.395 0 .877-.104 1.276-.41a.75.75 0 1 0-.914-1.19a.622.622 0 0 1-.361.1c-.392 0-.857-.254-1.262-.895a3.215 3.215 0 0 1-.064-.105h.146a.75.75 0 1 0 .002-1.5h-.67a5.861 5.861 0 0 1-.084-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })