@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
45 lines (40 loc) • 2.23 kB
JavaScript
'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 IconSpectators = {
name: 'IconSpectators',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--spectators', 'IconSpectators');
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: 'm7.878 4.369 1.233.463h-.017l-.63 1.69a6.317 6.317 0 0 1-.569.962c-.499.875-.604 2.861-.604 3.587H5.98c0-.236.017-1.26.192-2.336a3.365 3.365 0 0 1-.805.157v.01h-.385l-.21-.018a3.443 3.443 0 0 1-.813-.158c.183 1.076.192 2.109.192 2.345H2.838c0-.717-.105-2.704-.604-3.579a6.23 6.23 0 0 1-.543-.91l-.656-1.75L2.27 4.37l.63 1.688c.157.315.367.71.674.945.367.29.726.552 1.426.578h.184c.665-.026 1.023-.289 1.39-.578.298-.236.508-.62.7-1.006l.605-1.627Z',
},
}), h('path', {
attrs: {
d: 'M6.118 5.707a1.066 1.066 0 1 1-2.135 0A1.06 1.06 0 0 1 5.051 4.64a1.06 1.06 0 0 1 1.067 1.067Z',
},
}), h('path', {
attrs: {
d: 'M12.025 7.816c0 .595-.482 1.068-1.068 1.068A1.066 1.066 0 0 1 9.89 7.816a1.06 1.06 0 0 1 1.067-1.067 1.06 1.06 0 0 1 1.068 1.067Z',
},
}), h('path', {
attrs: {
d: 'm14.939 6.941-1.234-.455-.542 1.47c-.263.525-.482.753-.78.989-.402.315-.76.551-1.487.586-.892.035-1.592.359-2.073.954-.735.893-.718 2.091-.665 2.59h1.32c-.043-.332-.06-1.234.368-1.759.245-.297.604-.446 1.112-.472a3.673 3.673 0 0 0 1.085-.21 10.449 10.449 0 0 0-.123 2.441h1.313l-.003-.049c-.02-.358-.14-2.516.65-3.731.175-.228.49-.814.49-.814l.569-1.531v-.009Z',
},
})]);
},
};
exports.default = IconSpectators;