UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.37 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 IconClockAdd = { name: 'IconClockAdd', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--clockAdd', 'IconClockAdd'); 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: 'm10.013 10.905-2.95-1.767V5.094h1.313v3.299l2.31 1.391z', }, }), h('path', { attrs: { d: 'M8 1.219A6.79 6.79 0 0 0 1.219 8c.002.497.057.993.166 1.479H2.75A5.469 5.469 0 1 1 8 13.469a7 7 0 0 1-.726-.053h-.28v1.287q.5.072 1.006.078A6.781 6.781 0 1 0 8 1.22', }, }), h('path', { attrs: { d: 'm7.65 10.791-1.969.018V8.823H4.37v1.968H2.4v1.313l1.969-.018v1.986H5.68v-1.968H7.65z', }, })]); }, }; exports.default = IconClockAdd;