UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.44 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 IconCalendarAlert = { name: 'IconCalendarAlert', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--calendarAlert', 'IconCalendarAlert'); return h('svg', helper.default([{ 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', }, })]); }, }; exports.default = IconCalendarAlert;