UNPKG

@justeattakeaway/pie-icons-vue

Version:
35 lines (32 loc) 1.08 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconFlagUkraine = { name: 'IconFlagUkraine', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--ukraine', 'IconFlagUkraine'); 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: 'gold', d: 'M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Z', }, }), h('path', { attrs: { fill: '#0057B7', d: 'M15 8A7 7 0 1 0 1 8', }, })]); }, }; export { IconFlagUkraine as default };