UNPKG

@justeattakeaway/pie-icons-vue

Version:
44 lines (39 loc) 1.37 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 IconFlagNetherlands = { name: 'IconFlagNetherlands', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--netherlands', 'IconFlagNetherlands'); 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 14Z', }, }), h('path', { attrs: { fill: '#A2001D', d: 'M8 1a7 7 0 0 0-6.563 4.566h13.126A7 7 0 0 0 8 1Z', }, }), h('path', { attrs: { fill: '#0052B4', d: 'M8 15a7 7 0 0 0 6.563-4.566H1.437A7 7 0 0 0 8 15Z', }, })]); }, }; exports.default = IconFlagNetherlands;