UNPKG

@justeat/f-vue-icons

Version:
50 lines (45 loc) 1.1 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 FlagNoIcon = { name: 'FlagNoIcon', 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.no" }, ctx.data]), [h("path", { "attrs": { "fill": "#ef2b2d", "d": "M0 0h640v480H0z" } }), h("path", { "attrs": { "fill": "#fff", "d": "M180 0h120v480H180z" } }), h("path", { "attrs": { "fill": "#fff", "d": "M0 180h640v120H0z" } }), h("path", { "attrs": { "fill": "#002868", "d": "M210 0h60v480h-60z" } }), h("path", { "attrs": { "fill": "#002868", "d": "M0 210h640v60H0z" } })]); } }; exports.default = FlagNoIcon;