UNPKG

@justeattakeaway/pie-icons-vue

Version:
47 lines (42 loc) 2.38 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 IconScore = { name: 'IconScore', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--score', 'IconScore'); 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: 'M10.948 1.464a5.711 5.711 0 0 1 3.3 2.887v.009a5.71 5.71 0 0 1 .288 4.375 5.711 5.711 0 0 1-2.887 3.299 5.772 5.772 0 0 1-2.538.595 5.836 5.836 0 0 1-1.846-.306 5.711 5.711 0 0 1-3.299-2.888C2.566 6.6 3.73 3.152 6.565 1.752a5.734 5.734 0 0 1 4.383-.288Zm2.25 6.816.113-.053V8.22a4.381 4.381 0 0 0-.245-3.29c-.073-.139-.158-.265-.245-.394l-.053-.079-.157-.026-1.076.963.306 2.17 1.356.717ZM7.5 7.134l1.33 1.347-.009.009 1.707-.84-.263-1.881-1.881-.324L7.5 7.134ZM11.648 3.3a4.291 4.291 0 0 0-1.12-.595h-.008a4.38 4.38 0 0 0-1.418-.236c-.402 0-.796.061-1.181.166l-.096.201.63 1.278 2.143.367 1.085-.97-.034-.21Zm-4.996.14L6.4 3.398v.008a4.401 4.401 0 0 0-1.69 3.343l.088.087 1.453-.149L7.282 4.71l-.63-1.269ZM4.93 8.254c.06.201.122.402.218.595l.009.008a4.382 4.382 0 0 0 2.424 2.17l.201-.104.236-1.41-1.513-1.54-1.505.15-.07.13Zm4.208 3.045c.648 0 1.304-.131 1.925-.438v-.009a4.269 4.269 0 0 0 1.523-1.26l-.027-.166-1.294-.682-1.96.971-.254 1.496.087.088Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { d: 'm1.35 10.799 1.35-1.35.927.929-1.348 1.348-.928-.928Z', }, }), h('path', { attrs: { d: 'm3.997 11.053-2.233 2.234.928.928 2.233-2.234-.928-.928Z', }, }), h('path', { attrs: { d: 'm4.27 13.717 1.392-1.392.928.928-1.392 1.392-.928-.928Z', }, })]); }, }; exports.default = IconScore;