UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.08 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconCalendarDay = { name: 'IconCalendarDay', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--calendarDay', 'IconCalendarDay'); 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: 'M11.281 2.969V1.875H9.97v1.094H6.03V1.875H4.72v1.094H2.094v10.937h8.531a3.28 3.28 0 0 0 3.281-3.281V2.969zm1.313 7.656a1.97 1.97 0 0 1-1.969 1.969H3.406V4.28H4.72v1.094H6.03V4.281H9.97v1.094h1.312V4.281h1.313zM8.219 7.344h2.187V9.53H8.22z', }, })]); }, }; export { IconCalendarDay as default };