UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.08 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconDeliveryFee = { name: 'IconDeliveryFee', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--deliveryFee', 'IconDeliveryFee'); return h('svg', helper.default([{ 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', }, })]); }, }; exports.default = IconDeliveryFee;