UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.12 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 IconZloty = { name: 'IconZloty', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--zloty', 'IconZloty'); 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: 'M2.446 11.754 5.99 7.799H2.56V5.89h6.458V7.38l-3.544 3.955H9.13v1.907H2.446v-1.487Z', }, }), h('path', { attrs: { d: 'M12.99 8.35v4.891h-2.205V9.12l-1.111.42V7.755l1.111-.42V2.759h2.205v3.806l1.111-.42V7.93l-1.111.42Z', }, })]); }, }; export { IconZloty as default };