UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2.12 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 IconReferee = { name: 'IconReferee', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--referee', 'IconReferee'); 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: { 'fill-rule': 'evenodd', d: 'M11.281 11.045c.543.061.919.262 1.146.604.578.884.132 2.581-.096 3.176h1.383c.262-.866.638-2.651-.184-3.894-.499-.77-1.33-1.172-2.468-1.216h-.288c-1.654.717-2.827 0-2.827 0a4.592 4.592 0 0 1-1.505-1.208c-.455-.568-.936-1.373-.988-2.318.245-.202.41-.499.41-.84V2.216c0-.612-.498-1.111-1.11-1.111H2.96c-.63 0-1.129.499-1.129 1.111V5.35c0 .288.105.551.306.752h.053c.009.709.219 2.468 1.846 4.83l.325.482c.217.322.454.673.69.988l.429 2.415h1.33l-.534-2.966-.096-.131c-.28-.359-.569-.788-.814-1.155l-.262-.385c-1.157-1.686-1.489-2.99-1.578-3.71h.619c.229 2.237 2.423 3.86 2.857 4.173 0 0 1.427 1.164 4.27.394l.01.009ZM3.817 4.237c-.236 0-.463.053-.665.15v-1.97h1.383v1.995a1.669 1.669 0 0 0-.718-.175Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M6.827 6.582a2.42 2.42 0 0 0 2.415 2.415 2.42 2.42 0 0 0 2.415-2.415 2.42 2.42 0 0 0-2.415-2.415 2.42 2.42 0 0 0-2.415 2.415Zm1.313 0c0-.603.49-1.102 1.102-1.102a1.11 1.11 0 0 1 1.103 1.102 1.11 1.11 0 0 1-1.103 1.103A1.11 1.11 0 0 1 8.14 6.582Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconReferee;