@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.62 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconCalendarEditLarge = {
name: 'IconCalendarEditLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--calendarEditLarge', 'IconCalendarEditLarge');
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: 'M10.266 12.509h11.468l.873-1.746H9.393z',
},
}), h('path', {
attrs: {
d: 'M6.364 25.566V8.11h3.491v.873h1.746V8.11h8.728v.873h1.746V8.11h3.491v3.954c.5.163.954.441 1.327.811l.419.472V6.364h-5.237V4.618h-1.746v1.746h-8.728V4.618H9.855v1.746H4.618v20.948h7.603l.192-1.746z',
},
}), h('path', {
attrs: {
d: 'm27.574 16.087-1.938-1.937a1.75 1.75 0 0 0-2.47 0l-8.274 8.274a1.75 1.75 0 0 0-.515 1.073l-.48 4.365 4.364-.48a1.87 1.87 0 0 0 1.073-.524l8.24-8.274a1.746 1.746 0 0 0 0-2.462zm-5.5 1.624 1.938 1.937-5.943 5.918-2.2.253.253-2.19zm4.234-.35-1.056 1.057-1.938-1.938 1.047-1.056z',
},
})]);
},
};
exports.default = IconCalendarEditLarge;