UNPKG

@justeattakeaway/pie-icons-vue

Version:
49 lines (44 loc) 2.08 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconFlagUnitedKingdom = { name: 'IconFlagUnitedKingdom', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--unitedKingdom', 'IconFlagUnitedKingdom'); return h('svg', helper.default([{ 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: '#0052b4', d: 'M2.45 3.737A7 7 0 0 0 1.24 6.173h3.642L2.45 3.74zm12.31 2.436a7 7 0 0 0-1.206-2.433L11.12 6.173zM1.24 9.827c.239.882.648 1.709 1.206 2.433L4.88 9.827zm11.02-7.38a7 7 0 0 0-2.434-1.204v3.64l2.434-2.434zM3.74 13.553a7 7 0 0 0 2.436 1.203v-3.64zM6.173 1.24A7 7 0 0 0 3.74 2.446l2.434 2.437zm3.653 13.518a7 7 0 0 0 2.434-1.206L9.827 11.12zm1.29-4.932 2.434 2.433a7 7 0 0 0 1.209-2.433z', }, }), h('path', { attrs: { fill: '#d80027', d: 'M14.94 7.087H8.913V1.06a7 7 0 0 0-1.826 0v6.027H1.06a7 7 0 0 0 0 1.826h6.027v6.027c.606.079 1.22.079 1.826 0V8.913h6.027a7 7 0 0 0 0-1.826', }, }), h('path', { attrs: { fill: '#d80027', d: 'm9.827 9.827 3.122 3.122q.215-.215.41-.448l-2.671-2.674zm-3.654 0-3.122 3.122q.215.215.448.41l2.674-2.671zm0-3.654L3.051 3.051a7 7 0 0 0-.41.448l2.671 2.674zm3.654 0 3.122-3.122a7 7 0 0 0-.448-.41L9.827 5.312z', }, })]); }, }; exports.default = IconFlagUnitedKingdom;