UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.07 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconOfferFilled = { name: 'IconOfferFilled', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--offerFilled', 'IconOfferFilled'); 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.926 2.091 8.59 1.558a1.35 1.35 0 0 0-1.112.402L1.09 8.339l6.589 6.589 6.387-6.388c.298-.297.438-.7.403-1.12l-.534-5.337zM9.752 5.364c0-.481.394-.875.875-.875.482 0 .875.394.875.875a.88.88 0 0 1-.875.875.88.88 0 0 1-.875-.875', }, })]); }, }; export { IconOfferFilled as default };