@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.13 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/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.352 1.352 0 0 0-1.112.402L1.09 8.339l6.589 6.588 6.387-6.387c.298-.297.438-.7.403-1.12l-.534-5.337-.009.008ZM9.752 5.364c0-.481.394-.875.875-.875.482 0 .875.394.875.875a.878.878 0 0 1-.875.875.878.878 0 0 1-.875-.875Z',
},
})]);
},
};
export { IconOfferFilled as default };