@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.78 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconChef = {
name: 'IconChef',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--chef', 'IconChef');
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: 'M14.874 3.573a3.02 3.02 0 0 0-2.31-2.354 3.01 3.01 0 0 0-2.45.542l-.123.105c-.49.412-1.759 1.47-3.964 0a3 3 0 0 0-2.58-.638 3 3 0 0 0-2.31 2.345c-.21 1.085.157 2.16.988 2.87.569.49.927.9 1.155 1.338.332.63.507 1.304.542 1.987h-.586v5.066h9.52V9.768h-.586a4.85 4.85 0 0 1 .542-1.987c.228-.437.587-.848 1.155-1.338.832-.71 1.2-1.785.99-2.87zm-3.422 9.957H4.557v-2.441h6.895zm1.575-8.076c-.472.402-1.067.971-1.46 1.732a6.1 6.1 0 0 0-.692 2.599H9.78l.324-1.505-1.286-.271-.377 1.776h-.796l-.499-2.502-1.286.253.446 2.249H5.152a6.1 6.1 0 0 0-.69-2.599C4.058 6.425 3.471 5.865 3 5.463a1.7 1.7 0 0 1-.56-1.628 1.67 1.67 0 0 1 1.286-1.312c.473-.097.901 0 1.243.21.026.026.06.043.096.07.306.218.534.533.665.883.254.727.954 2.652 3.027 2.573l-.052-1.313c-.788.035-1.208-.472-1.514-1.111 1.129.271 2.389.114 3.649-.936l.07-.061A1.75 1.75 0 0 1 12.3 2.53a1.67 1.67 0 0 1 1.286 1.313c.114.621-.087 1.225-.56 1.627z',
},
})]);
},
};
exports.default = IconChef;