@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.31 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 IconFoodReady = {
name: 'IconFoodReady',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--foodReady', 'IconFoodReady');
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: 'M13.941 12.935v-2.922a5.95 5.95 0 0 0-5.25-5.898 1.278 1.278 0 1 0-1.347 0 5.95 5.95 0 0 0-5.25 5.898v2.922h-.656v1.313h13.124v-1.313h-.62Zm-10.57-2.922a4.629 4.629 0 1 1 9.258 0v2.922H3.37v-2.922Z',
},
}), h('path', {
attrs: {
d: 'M7.151 10.152 5.944 8.937 4.98 9.9l2.17 2.17L11.02 8.2l-.963-.953-2.905 2.904Z',
},
})]);
},
};
exports.default = IconFoodReady;