@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.76 kB
JavaScript
'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 IconEbike = {
name: 'IconEbike',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ebike', 'IconEbike');
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: 'm12.121 8.744-1.137-3.247c-.035-.113.026-.227.175-.28l1.199-.446v-1.4l-1.628.613a1.5 1.5 0 0 0-.892.752 1.5 1.5 0 0 0-.097 1.181l.36 1.015h-.377c-.744 0-1.47.36-1.925.963L6.6 9.505 5.541 7.37h.692V6.057h-3.5V7.37H4.07l.727 1.461a3 3 0 0 0-.735-.105 2.83 2.83 0 0 0-2.827 2.826 2.83 2.83 0 0 0 2.827 2.827 2.83 2.83 0 0 0 2.826-2.826c0-.07-.018-.14-.018-.202l1.978-2.66c.21-.271.534-.437.875-.437h.831l.254.717a2.81 2.81 0 0 0-1.689 2.582 2.83 2.83 0 0 0 2.826 2.826 2.83 2.83 0 0 0 2.827-2.826c0-1.558-1.173-2.713-2.643-2.81zm-8.058 4.322a1.514 1.514 0 1 1 0-3.028 1.514 1.514 0 0 1 0 3.028m7.875 0a1.514 1.514 0 1 1 0-3.028 1.514 1.514 0 0 1 0 3.028',
},
}), 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',
},
})]);
},
};
exports.default = IconEbike;