UNPKG

@justeattakeaway/pie-icons-vue

Version:
59 lines (54 loc) 2 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconFlagCatalonia = { name: 'IconFlagCatalonia', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--catalonia', 'IconFlagCatalonia'); 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: '#DA121A', d: 'M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z', }, }), h('path', { attrs: { fill: '#FCDD09', d: 'M14.963 8.722a7.063 7.063 0 0 0-.012-1.555H1.05a7.112 7.112 0 0 0-.012 1.555h13.926Z', }, }), h('path', { attrs: { fill: '#FCDD09', d: 'M14.621 10.278H1.38c.19.553.447 1.075.763 1.555h11.716c.316-.48.573-1.002.763-1.555Z', }, }), h('path', { attrs: { fill: '#FCDD09', d: 'M12.468 13.389H3.532A6.97 6.97 0 0 0 8 15a6.97 6.97 0 0 0 4.468-1.611Z', }, }), h('path', { attrs: { fill: '#FCDD09', d: 'M1.418 5.611h13.164a6.98 6.98 0 0 0-.798-1.555H2.216a6.98 6.98 0 0 0-.798 1.555Z', }, }), h('path', { attrs: { fill: '#FCDD09', d: 'M3.669 2.5h8.662A6.972 6.972 0 0 0 8 1c-1.635 0-3.14.56-4.331 1.5Z', }, })]); }, }; exports.default = IconFlagCatalonia;