UNPKG

@justeat/f-vue-icons

Version:
40 lines (35 loc) 909 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var FlagDkIcon = { name: 'FlagDkIcon', props: {}, functional: true, render(h, ctx) { const attrs = ctx.data.attrs || {}; ctx.data.attrs = attrs; return h("svg", helper.default([{ "attrs": { "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 640 480" }, "class": "c-ficon c-ficon--flag.dk" }, ctx.data]), [h("path", { "attrs": { "fill": "#c60c30", "d": "M0 0h640.1v480H0z" } }), h("path", { "attrs": { "fill": "#fff", "d": "M205.714 0h68.57v480h-68.57z" } }), h("path", { "attrs": { "fill": "#fff", "d": "M0 205.714h640.1v68.57H0z" } })]); } }; exports.default = FlagDkIcon;