UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.69 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconFriesLarge = { name: 'IconFriesLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--friesLarge', 'IconFriesLarge'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M25.826 12.8a.88.88 0 0 0-.875-.105l-.709.271.937-3.141a.87.87 0 0 0-.309-.96.9.9 0 0 0-.313-.151l-3.5-.875.324-2.993a.88.88 0 0 0-.131-.63.88.88 0 0 0-.613-.341l-3.56-.306a.875.875 0 0 0-.946.778l-.07.622a.875.875 0 0 0-.875-.613l-3.561.306a.875.875 0 0 0-.796.954l.13 1.278-3.193.673a.875.875 0 0 0-.691 1.077L8.22 13.14q-.603-.21-1.181-.446a.875.875 0 0 0-1.216.91l1.662 13.247a2.75 2.75 0 0 0 2.721 2.398h11.585a2.75 2.75 0 0 0 2.722-2.398l1.653-13.247a.88.88 0 0 0-.34-.805m-4.375-3.045 1.75.446-1.006 3.421c-.595.167-1.199.315-1.803.43l.123-1.165zM17.75 5.397l1.82.158-.945 8.767c-.613.07-1.234.114-1.855.132zm-3.316.78.708 7-.14 1.277c-.34 0-.682 0-1.015-.07l-.9-3.632-.447-4.375zM9 9.124l1.75-.376.56 2.205v.166l.779 3.062a23 23 0 0 1-1.97-.41zm13.772 17.5a.98.98 0 0 1-.98.875H10.207a.98.98 0 0 1-.98-.875L7.75 14.839a25.17 25.17 0 0 0 16.502 0z', }, })]); }, }; export { IconFriesLarge as default };