@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.54 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 IconExperimentLarge = {
name: 'IconExperimentLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--experimentLarge', 'IconExperimentLarge');
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: 'm25.98 24.789-6.066-11.94-.026-8.147h.766V2.959h-9.29v1.743h.715l.026 8.148L6.04 24.789a2.75 2.75 0 0 0 2.292 4.261h15.355a2.73 2.73 0 0 0 2.431-1.473 2.757 2.757 0 0 0-.139-2.788ZM18.144 4.702l.026 8.566 2.013 3.965h-.096c-1.22 0-2.318-.662-3.486-1.36-1.002-.6-2.117-1.254-3.355-1.446l.593-1.176-.027-8.567h4.323l.009.018Zm6.431 22.065a.978.978 0 0 1-.889.54H8.332a.979.979 0 0 1-.889-.54 1.008 1.008 0 0 1 .061-1.037l4.88-9.595c1.098-.078 2.17.566 3.32 1.246 1.255.75 2.676 1.604 4.384 1.604.288 0 .593-.035.932-.105l3.425 6.745.061.105a.97.97 0 0 1 .061 1.037h.009Z',
},
})]);
},
};
exports.default = IconExperimentLarge;