UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (34 loc) 1.53 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 IconFlagIsrael = { name: 'IconFlagIsrael', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--israel', 'IconFlagIsrael'); 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: 'M10.636 6.477h-1.76L8 4.957l-.877 1.52H5.364L6.242 8l-.875 1.523h1.756L8 11.043l.878-1.52h1.758L9.758 8l.876-1.523zM9.078 8l-.54.935H7.463L6.92 8l.542-.935h1.077L9.08 8zM8 6.13l.2.347h-.4zm-1.618.935h.401l-.202.347zm0 1.87.2-.347.201.347zM8 9.87l-.2-.347h.4zm1.619-.935h-.402l.202-.347zm-.402-1.87h.402l-.2.347zm3.142-4.542H3.642a7 7 0 0 0-1.614 1.824h11.944a7 7 0 0 0-1.613-1.824M3.642 13.477h8.717a7 7 0 0 0 1.613-1.824H2.028a7 7 0 0 0 1.614 1.824', }, })]); }, }; exports.default = IconFlagIsrael;