UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 1.54 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconClockAlertLarge = { name: 'IconClockAlertLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--clockAlertLarge', 'IconClockAlertLarge'); 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: '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', }, })]); }, }; exports.default = IconClockAlertLarge;