UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.19 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 IconZloty = { name: 'IconZloty', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--zloty', 'IconZloty'); 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: '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', }, })]); }, }; exports.default = IconZloty;