@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.53 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconMoped = {
name: 'IconMoped',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--moped', 'IconMoped');
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: 'M14.073 9.803a2.35 2.35 0 0 0-1.698-.683c.06-.31.06-.627 0-.936l-1.75-5.871a1.514 1.514 0 0 0-1.523-1.094H6.355L7.02 2.53h2.082a.23.23 0 0 1 .21.158l1.75 5.871a1.1 1.1 0 0 1-.559 1.296c-.152.076-.32.115-.49.113H8.63l-.7-2.503a1.54 1.54 0 0 0-1.487-1.163H2.75a1.54 1.54 0 0 0-1.531 1.53v3.448h1.33a2.35 2.35 0 0 0 .691 1.917 2.39 2.39 0 0 0 3.395 0 2.35 2.35 0 0 0 .691-1.917h2.625v.22a2.406 2.406 0 1 0 4.104-1.698zM5.708 12.27a1.094 1.094 0 0 1-1.818-.456 1.06 1.06 0 0 1-.02-.533h2.135a1.06 1.06 0 0 1-.298.99M2.53 9.97V7.834a.22.22 0 0 1 .219-.219h3.693a.24.24 0 0 1 .218.184l.604 2.17zm10.614 2.301a1.103 1.103 0 0 1-1.54 0 1.094 1.094 0 1 1 1.54 0',
},
})]);
},
};
exports.default = IconMoped;