UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.37 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconCalendarAlert = { name: 'IconCalendarAlert', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--calendarAlert', 'IconCalendarAlert'); 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.273 2.842V1.75h-1.31v1.09H6.037v-1.09H4.727v1.09H2.109v10.91H10.6a3.273 3.273 0 0 0 3.273-3.272V2.842h-2.6Zm1.31 7.637a1.964 1.964 0 0 1-1.982 1.964H3.418V4.15h1.309v1.09h1.31v-1.09h3.927v1.09h1.31v-1.09h1.308v6.328Z', }, }), h('path', { attrs: { d: 'M8.655 6.263h-1.31v2.619h1.31V6.263Z', }, }), h('path', { attrs: { d: 'M8 11.5a.873.873 0 1 0 0-1.746.873.873 0 0 0 0 1.746Z', }, })]); }, }; export { IconCalendarAlert as default };