UNPKG

@justeattakeaway/pie-icons-vue

Version:
43 lines (38 loc) 1.71 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 IconCar = { name: 'IconCar', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--car', 'IconCar'); 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: 'M6 9H4.5v1H6z', }, }), h('path', { attrs: { d: 'M11.5 9H10v1h1.5z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M14.895 6.906h-1.4l.28.648c.088.207.132.43.131.656v5.04h-1.312V11.77a27.5 27.5 0 0 1-9.188 0v1.479H2.094V8.21a1.7 1.7 0 0 1 .131-.656l.28-.648h-1.4l.665-1.312h1.225l.499-1.97A1.44 1.44 0 0 1 4.5 2.575c2.29-.633 4.71-.633 7 0a1.44 1.44 0 0 1 1.006 1.05l.499 1.97h1.225zM4.85 3.835a.2.2 0 0 0-.088.131l-.56 2.161c2.51.447 5.078.447 7.587 0l-.551-2.16a.2.2 0 0 0-.088-.132 11.85 11.85 0 0 0-6.3 0m7.788 6.597v-.595l-.07-1.627a.4.4 0 0 0 0-.14l-.298-.7A22 22 0 0 1 8 7.78c-1.427 0-2.852-.137-4.253-.411l-.297.7a.4.4 0 0 0 0 .14v2.222h.079c2.99.525 6.048.525 9.039 0z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconCar;