UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.23 kB
'use strict'; 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 IconCalendarDayLarge = { name: 'IconCalendarDayLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--calendarDayLarge', 'IconCalendarDayLarge'); 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: 'M22.125 6.375v-1.75h-1.75v1.75h-8.75v-1.75h-1.75v1.75h-5.25v21H23A4.375 4.375 0 0 0 27.375 23V6.375h-5.25ZM25.625 23A2.625 2.625 0 0 1 23 25.625H6.375v-17.5h3.5V9h1.75v-.875h8.75V9h1.75v-.875h3.5V23ZM16 19.5h7v-7h-7v7Zm1.75-5.25h3.5v3.5h-3.5v-3.5Z', }, })]); }, }; exports.default = IconCalendarDayLarge;