UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.01 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconDeliveryFee = { name: 'IconDeliveryFee', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--deliveryFee', 'IconDeliveryFee'); return h('svg', _mergeJSXProps([{ 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: 'm13.128 1.735-5.33 1.951-3.158 6.817 7.28 3.368 3.159-6.807zm-2.065 9.818L6.959 9.645l2.117-4.568 3.01-1.102 1.103 3.01zM1.874 6.25H4.5V8H1.875zM6.031 4.5H1V2.75h5.031z', }, })]); }, }; export { IconDeliveryFee as default };