@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.51 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconBall = {
name: 'IconBall',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ball', 'IconBall');
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: 'M8 1.394C4.36 1.394 1.394 4.36 1.394 8S4.36 14.606 8 14.606 14.606 11.64 14.606 8 11.64 1.394 8 1.394m4.585 3.972-.166.543-1.628.455L8.64 4.797V3.152l.446-.34a5.28 5.28 0 0 1 3.491 2.545zM6.8 9.636 6.057 7.37 8 5.961 9.942 7.37 9.2 9.636H6.8m.053-6.799.48.342v1.636l-2.213 1.61-1.566-.586-.149-.447a5.3 5.3 0 0 1 3.448-2.555M2.706 8c0-.21.018-.42.044-.63l.394-.289 1.636.613.831 2.511-.962 1.33h-.57A5.25 5.25 0 0 1 2.716 8zm3.089 4.804-.14-.438 1.032-1.426h2.67l.988 1.365-.149.49a5.3 5.3 0 0 1-2.205.49 5.2 5.2 0 0 1-2.205-.49zm6.09-1.216h-.438l-1.04-1.435.84-2.547 1.592-.446.42.297q.026.276.026.552a5.26 5.26 0 0 1-1.409 3.587z',
},
})]);
},
};
exports.default = IconBall;