@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.64 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconTicketLarge = {
name: 'IconTicketLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ticketLarge', 'IconTicketLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M9 15.072h1.75v3.5H9v-3.5Zm5.25 1.75a4.377 4.377 0 0 1 4.375-4.374A4.377 4.377 0 0 1 23 16.822a4.377 4.377 0 0 1-4.375 4.375 4.377 4.377 0 0 1-4.375-4.375Zm1.75 0a2.633 2.633 0 0 0 2.625 2.626 2.633 2.633 0 0 0 2.625-2.625 2.633 2.633 0 0 0-2.625-2.626A2.633 2.633 0 0 0 16 16.823Zm11.375.876c0 .936.49 1.776 1.313 2.257l.437.254v5.364H2.875v-5.364l.438-.254a2.595 2.595 0 0 0 1.312-2.257c0-.937-.49-1.777-1.313-2.258l-.437-.254V8.073h26.25v7.113l-.438.254a2.595 2.595 0 0 0-1.312 2.258Zm0-7.875H10.75v3.5H9v-3.5H4.625v4.392a4.376 4.376 0 0 1 1.75 3.483c0 1.364-.656 2.66-1.75 3.482v2.643H9v-3.5h1.75v3.5h16.625V21.18a4.376 4.376 0 0 1-1.75-3.482c0-1.366.656-2.66 1.75-3.483V9.823Z',
},
})]);
},
};
exports.default = IconTicketLarge;