UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.1 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconDeliveryFeeLarge = { name: 'IconDeliveryFeeLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--deliveryFeeLarge', 'IconDeliveryFeeLarge'); 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.424 4.45 15.326 8.125 9.15 21.478l13.799 6.387 6.177-13.326zm-3.299 21.096L11.476 20.63l5.137-11.087 7.77-2.852 2.852 7.77zM9.875 15.125H5.5v-1.75h4.375zm1.75-4.375h-8.75V9h8.75zm12.25.438a1.312 1.312 0 1 1-2.625 0 1.312 1.312 0 0 1 2.625 0', }, })]); }, }; export { IconDeliveryFeeLarge as default };