UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (38 loc) 1.46 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconClockAlertLarge = { name: 'IconClockAlertLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--clockAlertLarge', 'IconClockAlertLarge'); return h('svg', _mergeJSXProps([{ 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: 'M16 3.75a12.25 12.25 0 0 0-11.874 9.284l.403-.158a5.8 5.8 0 0 1 1.566-.323A10.5 10.5 0 1 1 9.49 24.225a2.91 2.91 0 0 1-.044 2.109A12.251 12.251 0 1 0 16 3.75', }, }), h('path', { attrs: { d: 'M15.125 9v7.849l5.67 3.404.91-1.506-4.83-2.896V9z', }, }), h('path', { attrs: { d: 'M6.602 26.535a1.312 1.312 0 1 0 0-2.625 1.312 1.312 0 0 0 0 2.625', }, }), h('path', { attrs: { d: 'm5.15 14.513.744 7.612H7.31l.744-7.648a4.5 4.5 0 0 0-1.444-.227 4.5 4.5 0 0 0-1.461.262', }, })]); }, }; export { IconClockAlertLarge as default };