UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.83 kB
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 IconTakeawayPayLarge = { name: 'IconTakeawayPayLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--takeawayPayLarge', 'IconTakeawayPayLarge'); 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.739 6.664H6.26a2.85 2.85 0 0 0-2.844 2.844v12.985a2.85 2.85 0 0 0 2.844 2.843H25.74a2.85 2.85 0 0 0 2.843-2.843V9.508a2.85 2.85 0 0 0-2.843-2.844Zm.402 15.829a.401.401 0 0 1-.402.402H6.26a.401.401 0 0 1-.402-.402V9.508c0-.228.183-.403.402-.403H25.74c.227 0 .402.184.402.403v12.985Z', }, }), h('path', { attrs: { d: 'M20.48 13.576s-.044-.061-.044-.096a49.756 49.756 0 0 0-.297-2.459c-.026-.14-.158-.245-.298-.262 0 0-1.032-.123-1.05-.123a.215.215 0 0 0-.218.21v1.216s-1.374-1.557-2.083-1.977a.932.932 0 0 0-1.006 0c-3.518 2.109-5.451 5.53-5.53 5.723a.413.413 0 0 0-.035.148c0 .158.114.289.262.333l1.015.183a.347.347 0 0 1 .254.29c.009.174.201 4.05.438 5.057a.342.342 0 0 0 .34.254l7.49-.027a.357.357 0 0 0 .342-.253c.245-1.007.429-4.883.438-5.058a.347.347 0 0 1 .253-.289l1.015-.184a.347.347 0 0 0 .263-.332.292.292 0 0 0-.035-.123c-.035-.096-.56-1.04-1.549-2.23h.035Z', }, })]); }, }; export { IconTakeawayPayLarge as default };