@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.64 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 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 8c0 3.64 2.966 6.606 6.606 6.606 3.64 0 6.606-2.966 6.606-6.606 0-3.64-2.966-6.606-6.606-6.606Zm4.585 3.972-.166.543-1.628.455L8.64 4.797V3.152l.446-.34a5.278 5.278 0 0 1 3.491 2.545l.009.01ZM6.8 9.636 6.057 7.37 8 5.961 9.942 7.37 9.2 9.636H6.8Zm.053-6.799.48.342v1.636l-2.213 1.61-1.566-.586-.149-.447a5.31 5.31 0 0 1 3.448-2.555ZM2.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 8h-.009Zm3.089 4.804-.14-.438 1.032-1.426h2.67l.988 1.365-.149.49a5.314 5.314 0 0 1-2.205.49 5.181 5.181 0 0 1-2.205-.49l.009.009Zm6.09-1.216h-.438l-1.04-1.435.84-2.547 1.592-.446.42.297c.017.184.026.368.026.552a5.263 5.263 0 0 1-1.409 3.587l.009-.008Z',
},
})]);
},
};
exports.default = IconBall;