UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.3 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconKrone = { name: 'IconKrone', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--krone', 'IconKrone'); return h('svg', _mergeJSXProps([{ 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: 'M3.415 12.27H1.35V3.73h2.074v3.868L6.723 3.73h2.44L5.919 7.589l3.368 4.672H6.793l-2.31-3.167-1.068 1.234v1.942Z', }, }), h('path', { attrs: { d: 'M10.021 5.778h1.82v.83h.027c.157-.253.393-.48.7-.682.306-.201.682-.297 1.128-.297.175 0 .342.009.5.035.157.026.314.052.463.096l-.508 1.934a1.532 1.532 0 0 0-.76-.184c-.42 0-.762.131-1.025.403-.262.27-.393.638-.393 1.12v3.246H10.03V5.795l-.009-.017Z', }, })]); }, }; export { IconKrone as default };