UNPKG

@justeattakeaway/pie-icons-vue

Version:
40 lines (37 loc) 1.24 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconFlagLuxembourg = { name: 'IconFlagLuxembourg', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--luxembourg', 'IconFlagLuxembourg'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { fill: '#eee', d: 'M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14', }, }), h('path', { attrs: { fill: '#d80027', d: 'M8 1a7 7 0 0 0-6.562 4.566h13.125A7 7 0 0 0 8 1', }, }), h('path', { attrs: { fill: '#338af3', d: 'M8 15a7 7 0 0 0 6.563-4.566H1.438A7 7 0 0 0 8 15', }, })]); }, }; export { IconFlagLuxembourg as default };