UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.57 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconTakeawayPayFilledLarge = { name: 'IconTakeawayPayFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--takeawayPayFilledLarge', 'IconTakeawayPayFilledLarge'); 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.844m-3.938 9.59-1.015.183a.35.35 0 0 0-.254.29c-.008.174-.2 4.05-.437 5.057a.35.35 0 0 1-.341.254l-7.49.026a.36.36 0 0 1-.341-.254c-.245-.997-.43-4.882-.438-5.057a.35.35 0 0 0-.254-.29l-1.015-.183a.35.35 0 0 1-.262-.333c0-.052.008-.104.035-.148.079-.184 2.012-3.614 5.53-5.723a.9.9 0 0 1 .507-.148q.29.002.499.148c.709.42 2.083 1.978 2.083 1.978v-1.216c0-.114.096-.21.218-.21.009 0 1.05.122 1.05.122a.34.34 0 0 1 .298.262s.184 1.226.297 2.46c0 .034.018.07.044.096.98 1.19 1.505 2.135 1.549 2.23a.4.4 0 0 1 .035.123.355.355 0 0 1-.263.333z', }, })]); }, }; export { IconTakeawayPayFilledLarge as default };