@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.36 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 IconLoyaltyCardFilled = {
name: 'IconLoyaltyCardFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--loyaltyCardFilled', 'IconLoyaltyCardFilled');
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: 'M14.781 5.104v5.792l-2.135 2.135h-.808v.544a.752.752 0 0 1-1.14.642l-1.075-.654-1.075.654a.752.752 0 0 1-1.14-.642v-.544H3.354l-2.135-2.135V5.104l2.135-2.135h9.293l2.134 2.135Zm-5.071.262a2.865 2.865 0 0 0-2.208 4.689v2.976h4.242v-2.785a2.865 2.865 0 0 0-2.034-4.88Zm-.896 5.583c.282.093.583.146.896.146.25 0 .49-.036.722-.096v1.41l-.807-.49-.002-.001h-.002l-.807.491v-1.46Zm.896-4.083a1.365 1.365 0 1 1-.001 2.73 1.365 1.365 0 0 1 .001-2.73Z',
},
})]);
},
};
export { IconLoyaltyCardFilled as default };