UNPKG

@justeattakeaway/pie-icons-vue

Version:
31 lines (29 loc) 1.42 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconCarClock', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--carClock', 'IconCarClock'); 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: 'M13.495 6.906h1.4l-.665-1.312h-1.225l-.499-1.97a1.43 1.43 0 0 0-1.006-1.05 13.1 13.1 0 0 0-7 0 1.44 1.44 0 0 0-1.006 1.05l-.499 1.97H1.77l-.665 1.312h1.4l-.28.648c-.088.207-.132.43-.131.656v5.04h1.312V11.77a27.5 27.5 0 0 0 9.188 0v1.479h1.312V8.21a1.7 1.7 0 0 0-.131-.656zm-.875 2.931v.595h-.07c-2.99.525-6.049.525-9.039 0h-.079V8.21a.4.4 0 0 1 0-.14l.298-.7.472-1.243.56-2.16a.2.2 0 0 1 .088-.132 11.85 11.85 0 0 1 6.3 0 .2.2 0 0 1 .088.131l.55 2.161.482 1.243.298.7q.013.07 0 .14z', }, }), h('path', { attrs: { d: 'M8.656 7.589V5.375H7.344v2.94l.901.56 1.094.674.682-1.12z', }, })]); }, };