@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 2.43 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 IconBallLarge = {
name: 'IconBallLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ballLarge', 'IconBallLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M28.163 14.644s0-.053-.01-.079c-.27-2.231-1.137-4.375-2.537-6.143a12.141 12.141 0 0 0-7.061-4.392c-.044-.009-.087-.026-.131-.026a12.437 12.437 0 0 0-4.891.008h-.027c-.595.123-1.181.28-1.75.5a12.118 12.118 0 0 0-5.364 3.902A12.315 12.315 0 0 0 3.75 16c0 .184 0 .376.018.49a12.09 12.09 0 0 0 2.047 6.318 12.368 12.368 0 0 0 1.172 1.47c1.54 1.67 3.5 2.905 5.697 3.508a12.094 12.094 0 0 0 6.51.035l.122-.035a12.179 12.179 0 0 0 5.618-3.421c.008-.009.017-.026.035-.035.446-.472.857-.98 1.216-1.531a12.047 12.047 0 0 0 2.039-6.248c.017-.183.026-.376.026-.56 0-.455-.035-.91-.087-1.365v.018Zm-3.92-5.137c.253.324.48.665.7 1.007l-.63 1.934-3.046.84-4.392-3.186v-3.08l1.636-1.198c.385.096.762.201 1.129.341a10.406 10.406 0 0 1 4.594 3.342h.008Zm-5.68 10.02h-5.135l-1.584-4.883L16 11.625l4.156 3.019-1.583 4.882h-.01ZM7.767 9.498a10.336 10.336 0 0 1 4.603-3.343 8 8 0 0 1 1.102-.332l1.654 1.19v3.08l-4.55 3.307L7.67 12.37h-.053l-.577-1.803c.219-.359.455-.717.726-1.059V9.5Zm-2.257 6.86c-.018-.114-.009-.237-.009-.35 0-.341.018-.683.053-1.024l1.417-1.032s.07.052.114.07l3.071 1.085 1.689 5.206-1.838 2.467H7.994a11.243 11.243 0 0 1-.726-.945c-1.077-1.61-1.68-3.482-1.76-5.477Zm13.448 9.712-.13.035a10.435 10.435 0 0 1-6.896-.429l-.577-1.785 1.951-2.616H18.8l1.864 2.573-.587 1.811c-.367.157-.743.297-1.128.411h.008Zm7.526-9.642a10.41 10.41 0 0 1-1.75 5.407 9.327 9.327 0 0 1-.806 1.033h-1.81L20.182 20.2l1.715-5.285 3.036-.831 1.531 1.12c.018.262.035.525.035.796 0 .114 0 .236-.017.42v.009Z',
},
})]);
},
};
exports.default = IconBallLarge;