@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconOfferFilled = {
name: 'IconOfferFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--offerFilled', 'IconOfferFilled');
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.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',
},
})]);
},
};
exports.default = IconOfferFilled;