UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.96 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: 'CurrencyDollarEuro16Regular', 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.5 2.002a.5.5 0 0 0-.5.5v.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-.248a.5.5 0 0 0-.5-.5zM3 5.435c0-.69.41-1.283 1-1.55v3.254c-.61-.302-1-.925-1-1.61v-.094zm2 6.8v-3.55l.345.154a1.79 1.79 0 0 1 1.057 1.633v.088c0 .838-.605 1.534-1.402 1.676zM9.07 9a7.075 7.075 0 0 1-.072-1h-.502a.5.5 0 0 1 0-1h.572c.134-.94.455-1.792.915-2.468c.616-.905 1.52-1.537 2.58-1.537c.401 0 .85.114 1.213.358a.5.5 0 0 1-.56.83a1.22 1.22 0 0 0-.653-.188c-.632 0-1.26.376-1.754 1.1c-.344.505-.604 1.16-.729 1.905h.417a.5.5 0 0 1 0 1h-.499c0 .346.03.681.083 1h.416a.5.5 0 1 1 0 1h-.149c.127.334.283.636.461.899c.493.724 1.122 1.1 1.754 1.1c.244 0 .484-.064.645-.178a.5.5 0 0 1 .58.814c-.376.268-.838.364-1.225.364c-1.06 0-1.964-.632-2.58-1.537A5.455 5.455 0 0 1 9.293 10h-.797a.5.5 0 0 1 0-1h.573z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })