@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.81 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 IconGluten = {
name: 'IconGluten',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--gluten', 'IconGluten');
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: 'M11.933 7.377c-.244.114-.697.314-1.193.567.087-.27.139-.55.139-.845 0-1.342-1.934-4.504-2.317-5.123l-.558-.889-.557.889c-.393.619-2.318 3.781-2.318 5.123 0 .296.061.583.14.853a23.42 23.42 0 0 0-1.203-.575l-.95-.426.036 1.045c.026.81.148 3.537.74 4.417a2.398 2.398 0 0 0 3.32.662c.052-.035.086-.079.139-.113v1.847h1.306V12.97s.07.07.114.096a2.378 2.378 0 0 0 1.794.366 2.366 2.366 0 0 0 1.525-1.01c.592-.88.74-3.598.767-4.417l.035-1.046-.959.427v-.009Zm-5.454 4.6c-.496.331-1.167.2-1.507-.296-.2-.305-.374-1.455-.461-2.648 1.062.54 2.064 1.14 2.265 1.446a1.09 1.09 0 0 1-.297 1.507v-.009ZM6.427 7.1c0-.575.802-2.17 1.568-3.511.767 1.341 1.568 2.936 1.568 3.51 0 .863-.705 1.569-1.568 1.569a1.573 1.573 0 0 1-1.568-1.568Zm4.574 4.582c-.165.244-.41.4-.688.462a1.06 1.06 0 0 1-.81-.166 1.09 1.09 0 0 1-.297-1.507c.2-.305 1.211-.897 2.274-1.429-.096 1.194-.279 2.344-.479 2.649v-.009Z',
},
})]);
},
};
exports.default = IconGluten;