@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.82 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 IconBakeryLarge = {
name: 'IconBakeryLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bakeryLarge', 'IconBakeryLarge');
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.684 9.05c-1.36-2.266-3.738-2.58-6.117-2.58H9.442c-2.379 0-4.767.314-6.135 2.606a3.615 3.615 0 0 0 .331 4.14l.48.584c.279.33.427.749.435 1.185l.053 7.956c0 1.43 1.185 2.597 2.614 2.597H24.79a2.624 2.624 0 0 0 2.614-2.597l.052-7.956c0-.436.157-.854.436-1.185l.48-.584a3.622 3.622 0 0 0 .313-4.166ZM9.991 23.795h-2.77a.867.867 0 0 1-.872-.863l-.053-7.956c0-.837-.305-1.647-.836-2.283l-.48-.584a1.86 1.86 0 0 1-.156-2.161C5.686 8.5 7.229 8.213 9.45 8.213h1.726c2.213 0 3.764.288 4.636 1.752.4.68.33 1.534-.175 2.144l-.479.584a3.662 3.662 0 0 0-.837 2.283l-.06 8.82H9.99ZM27.028 12.11l-.479.584c-.14.165-.253.34-.357.523h-5.978l-.584 1.743h6.082v.026l-.052 7.956c0 .48-.392.863-.871.863h-8.793l.06-8.81c0-.436.158-.855.436-1.186l.48-.584a3.622 3.622 0 0 0 .313-4.165 4.903 4.903 0 0 0-.636-.837h5.918c2.213 0 3.764.288 4.636 1.752.4.68.33 1.534-.175 2.144v-.01Z',
},
})]);
},
};
exports.default = IconBakeryLarge;