@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.57 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 IconKebabLarge = {
name: 'IconKebabLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--kebabLarge', 'IconKebabLarge');
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: 'M26.5 4.625v-1.75h-21v1.75h9.625V7.25H11.52a3.789 3.789 0 0 0-2.809 1.251 3.841 3.841 0 0 0-.945 2.958L9.053 23.13a3.78 3.78 0 0 0 3.744 3.369h2.328v2.625h1.75V26.5h2.328a3.788 3.788 0 0 0 3.745-3.378l1.286-11.663a3.841 3.841 0 0 0-.945-2.958A3.788 3.788 0 0 0 20.48 7.25h-3.605V4.625H26.5ZM20.48 9a1.986 1.986 0 0 1 1.505.674 2.065 2.065 0 0 1 .508 1.592l-.22 1.978-4.523-.744v1.75l4.331.726-.56 5.084-3.771-.674v1.75l3.579.648-.079 1.146a2.03 2.03 0 0 1-2.047 1.82h-6.405a2.021 2.021 0 0 1-2.004-1.811l-.482-4.314 3.938-.875v-1.846l-4.13.971-.612-5.574a2.065 2.065 0 0 1 .507-1.592A1.986 1.986 0 0 1 11.52 9h8.96Z',
},
})]);
},
};
exports.default = IconKebabLarge;