UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.32 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconEuroLarge = { name: 'IconEuroLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--euroLarge', 'IconEuroLarge'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'm19.894 19.5 1.356 1.12a5.73 5.73 0 0 1-4.419 1.951 5.95 5.95 0 0 1-5.748-3.946H9v-1.75h1.636a7 7 0 0 1-.061-.875q.004-.44.061-.875H9v-1.75h2.056a5.91 5.91 0 0 1 5.732-3.946 5.85 5.85 0 0 1 4.375 1.942l-1.296 1.181a4.07 4.07 0 0 0-3.114-1.373 4.1 4.1 0 0 0-3.745 2.196h3.867v1.75h-4.471a4.9 4.9 0 0 0 0 1.75h4.471v1.75h-3.867a4.1 4.1 0 0 0 3.78 2.196 3.97 3.97 0 0 0 3.106-1.321M28.25 16a12.25 12.25 0 1 1-24.499 0 12.25 12.25 0 0 1 24.499 0m-1.75 0a10.5 10.5 0 1 0-21 0 10.5 10.5 0 0 0 21 0', }, })]); }, }; export { IconEuroLarge as default };