@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (32 loc) • 1.55 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconVoucherFilledLarge = {
name: 'IconVoucherFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--voucherFilledLarge', 'IconVoucherFilledLarge');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M5.641 5.5h20.843l3.141 3.141V23.36L26.484 26.5H5.64L2.5 23.359V8.64zM22.75 9.875h1.75v-3.5h-1.75zm-6.396 3.77a6.9 6.9 0 0 0 2.345 1.541.875.875 0 0 1 0 1.628 6.92 6.92 0 0 0-3.885 3.885.875.875 0 0 1-1.628 0 6.92 6.92 0 0 0-3.885-3.885.875.875 0 0 1 0-1.628 6.92 6.92 0 0 0 3.885-3.885.875.875 0 0 1 1.628 0 6.9 6.9 0 0 0 1.54 2.345m6.396 8.48h1.75v3.5h-1.75zm1.75-5.25h-1.75v3.5h1.75zm-1.75-5.25h1.75v3.5h-1.75z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'M11.515 16A8.6 8.6 0 0 1 14 18.485 8.6 8.6 0 0 1 16.485 16 8.6 8.6 0 0 1 14 13.515 8.6 8.6 0 0 1 11.515 16',
},
})]);
},
};
export { IconVoucherFilledLarge as default };