UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.41 kB
'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 IconFries = { name: 'IconFries', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--fries', 'IconFries'); 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: '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', }, })]); }, }; exports.default = IconFries;