@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.33 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconFries = {
name: 'IconFries',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--fries', 'IconFries');
return h('svg', _mergeJSXProps([{
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: 'M12.769 5.725a.639.639 0 0 0-.648-.079l.674-2.152L11.5 3.1l-.875 3.036c-.297.07-.586.132-.875.175l.543-5.03-1.313-.15-.604 5.312H7.72l-.525-4.944-1.312.14.507 4.69c-.306 0-.621-.105-.875-.175L4.5 2.619l-1.269.341.727 2.721h-.105a.647.647 0 0 0-.875.683l.778 6.239A1.531 1.531 0 0 0 5.27 13.94h5.46a1.531 1.531 0 0 0 1.514-1.338l.779-6.24a.63.63 0 0 0-.254-.638Zm-1.82 6.65a.227.227 0 0 1-.219.193H5.27a.227.227 0 0 1-.219-.193L4.413 7.23c2.335.735 4.84.735 7.175 0l-.64 5.145Z',
},
})]);
},
};
export { IconFries as default };