UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.75 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconEbikeFilled = { name: 'IconEbikeFilled', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--ebikeFilled', 'IconEbikeFilled'); 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: 'M2.829 4.019v1.846l.42-.796.114-.21.376-.718.56-1.059h-1.47V1.21l-.184.35-.105.201-.297.578-.254.481-.061.114-.385.735-.044.087-.096.184-.035.079z', }, }), h('path', { attrs: { d: 'M13.959 9.575a2.86 2.86 0 0 0-1.829-.849h-.009L10.993 5.48c0-.114 0-.228.166-.28l1.199-.446v-1.4l-1.628.612a1.524 1.524 0 0 0-.901.761A1.5 1.5 0 0 0 9.733 5.9l.358 1.015h-.358a2.4 2.4 0 0 0-1.925.962L6.6 9.487 5.541 7.352h.692V6.04h-3.5v1.312H4.08l.718 1.462a2.6 2.6 0 0 0-.735-.105 2.834 2.834 0 0 0-2.616 1.75 2.83 2.83 0 0 0 .62 3.08 2.83 2.83 0 0 0 3.089.604 2.9 2.9 0 0 0 1.27-1.042 2.87 2.87 0 0 0 .472-1.575v-.201l1.968-2.66c.105-.131.237-.245.385-.324.15-.079.315-.114.49-.114h.832l.253.718a2.85 2.85 0 0 0-1.46 1.4 2.8 2.8 0 0 0-.158 2.012c.192.666.63 1.243 1.216 1.61a2.8 2.8 0 0 0 1.977.394 2.84 2.84 0 0 0 1.742-1.015 2.83 2.83 0 0 0 .63-1.916 2.9 2.9 0 0 0-.805-1.855z', }, })]); }, }; export { IconEbikeFilled as default };