UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.63 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 IconCarClock = { name: 'IconCarClock', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--carClock', 'IconCarClock'); 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: 'M13.495 6.906h1.4l-.665-1.312h-1.225l-.499-1.97a1.434 1.434 0 0 0-1.006-1.05 13.125 13.125 0 0 0-7 0 1.435 1.435 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.515 27.515 0 0 0 9.188 0v1.479h1.312V8.21a1.662 1.662 0 0 0-.131-.656l-.28-.648Zm-.875 2.931v.595h-.07c-2.99.525-6.049.525-9.039 0h-.079V8.21a.359.359 0 0 1 0-.14l.298-.7.472-1.243.56-2.16a.21.21 0 0 1 .088-.132 11.848 11.848 0 0 1 6.3 0 .21.21 0 0 1 .088.131l.55 2.161.482 1.243.298.7c.009.046.009.094 0 .14l.052 1.627Z', }, }), h('path', { attrs: { d: 'M8.656 7.589V5.375H7.344v2.94l.901.56 1.094.674.682-1.12-1.365-.84Z', }, })]); }, }; exports.default = IconCarClock;