UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.82 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 IconTrophyLarge = { name: 'IconTrophyLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--trophyLarge', 'IconTrophyLarge'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'm12.815 12.133 2.3-.158L16 9.823l.883 2.152 2.302.158-1.75 1.522.533 2.223L16 14.695l-1.97 1.181.535-2.222-1.75-1.522Zm12.582 6.116-1.365-1.094c2.424-3.028 2.573-6.011 2.494-7.332h-1.488c-.41 3.15-1.688 8.364-5.573 11.375h.035c0 2.58.97 3.307 1.68 3.832.42.315.945.709.945 1.418v.875H9.875v-.875c0-.71.525-1.103.945-1.418.708-.525 1.68-1.251 1.68-3.832h.035C8.65 18.188 7.372 12.972 6.96 9.823H5.473c-.078 1.312.07 4.296 2.494 7.332l-1.365 1.094c-3.71-4.646-2.8-9.284-2.765-9.476l.149-.7h2.809a22.857 22.857 0 0 1-.035-.875v-.875h18.48v.875c0 .07 0 .393-.035.875h2.808l.15.7c.043.192.953 4.83-2.766 9.476Zm-7.586 4.007c-.481.245-.989.464-1.531.648L16 23l-.28-.096a11.5 11.5 0 0 1-1.532-.648c-.175 1.654-.743 2.66-1.338 3.317h6.29c-.585-.648-1.163-1.663-1.338-3.317h.009Zm5.644-14.183H8.545C8.737 10.767 9.83 18.86 16 21.145c6.16-2.284 7.253-10.377 7.455-13.072Z', }, })]); }, }; exports.default = IconTrophyLarge;