@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (30 loc) • 2.29 kB
JavaScript
;
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 IconMatchBall = {
name: 'IconMatchBall',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--matchBall', 'IconMatchBall');
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: 'M13.175 8.682c.368.14.762.394 1.173.814l-.026-.008.41.42-1.99 2.448.013.01c-.76 1.068-2.45 1.855-3.412 2.083-.42.096-.971.157-1.47.157h-5.32v-1.312h.717l-.192-1.409h-.936v-1.313h.997l.333-.752A5.456 5.456 0 0 1 2.5 6.705a5.52 5.52 0 0 1 5.522-5.513 5.52 5.52 0 0 1 5.52 5.513c0 .7-.13 1.365-.367 1.977Zm-1.481 2.927-.006-.004c-.508.709-1.881 1.391-2.643 1.566a5.302 5.302 0 0 1-1.164.123H4.618l-.298-2.127.63-1.487c.254-.289.613-.455.998-.455h.227v.009h1.4c-.008.271-.06.577-.227.778l-.002.003c-.055.063-.223.26-.733.26h-.044l-.577 1.295v.026l2.782-.008h.008c.12.002 1.317.023 2.267-.902.814-.796 1.286-1.058 1.899-.647l-1.278 1.566h.027l-.003.004Zm.475-5.464-.061-.044h-.009l-1.339.377-.647 1.96.577.805a3.272 3.272 0 0 1 1.042-.595c.306-.587.49-1.243.49-1.943a3.91 3.91 0 0 0-.053-.56Zm-.455-1.409a4.175 4.175 0 0 0-2.931-2.161v-.009l-.114.088v1.373l1.663 1.208 1.347-.376.035-.123ZM9.465 6.233l-1.443-1.05-.01.008-1.443 1.05.551 1.68h1.785l.56-1.689Zm-.393 3h-.193a3.102 3.102 0 0 1-.192 1.042h.136c.063 0 .445.002.852-.201l-.603-.84ZM7.357 2.68l-.14-.096A4.197 4.197 0 0 0 4.32 4.745l.018.044 1.312.49 1.707-1.234V2.68ZM3.935 6.04l-.052.044h-.009l-.014.108c-.023.168-.047.34-.047.513 0 .656.157 1.277.429 1.838.42-.36.945-.57 1.505-.613l-.455-1.382-1.357-.508Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconMatchBall;