UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.35 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 IconKosher = { name: 'IconKosher', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--kosher', 'IconKosher'); 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: { d: 'm11.937 8.053 1.987-3.387H9.986L8 1.22 6.014 4.666H2.076l1.986 3.386-1.925 3.334h3.877L8 14.773l1.986-3.387h3.876l-1.925-3.333Zm.08-2.293-.7 1.199-.692-1.199h1.391Zm-1.34 2.284-1.32 2.248H6.643L5.322 8.044 6.644 5.76h2.712l1.321 2.284ZM8 3.406l.726 1.26H7.274L8 3.406ZM3.984 5.76h1.39l-.7 1.199-.69-1.199Zm0 4.533.708-1.155.683 1.155H3.984ZM8 12.603l-.718-1.217h1.435L8 12.602Zm3.307-3.5.665 1.155h-1.347l.682-1.155Z', }, })]); }, }; exports.default = IconKosher;