UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.48 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 IconDriverCarLarge = { name: 'IconDriverCarLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--driverCarLarge', 'IconDriverCarLarge'); 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 12.5a4.813 4.813 0 1 0-.003-9.626A4.813 4.813 0 0 0 16 12.5m-2.17-7a3.071 3.071 0 1 1 4.312 4.375A3.071 3.071 0 0 1 13.83 5.5m-5.433 14H6.55l.464-1.374a6.89 6.89 0 0 1 6.545-4.751h4.883a6.89 6.89 0 0 1 6.544 4.751l.464 1.374h-1.846l-.271-.823a5.15 5.15 0 0 0-4.891-3.552h-4.883a5.15 5.15 0 0 0-4.891 3.552zm15.916 7.438v.437h-1.75a4 4 0 0 0 0-.437 6.563 6.563 0 1 0-13.125 0 4 4 0 0 0 0 .437h-1.75v-.437a8.313 8.313 0 0 1 16.625 0m-2.931 0v.437h-1.75a4 4 0 0 0 0-.437 3.631 3.631 0 0 0-7.263 0q.009.22.044.437h-1.75v-.437a5.381 5.381 0 0 1 10.762 0z', }, })]); }, }; exports.default = IconDriverCarLarge;