@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.82 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconReorderRewards = {
name: 'IconReorderRewards',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--reorderRewards', 'IconReorderRewards');
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: 'M13.82 3.214h-1.653v-1.47l-.656-.656H9.148l-.656.656v1.47H6.777l-.289 6.379c-.018.332.105.665.341.91.236.245.56.384.893.384h5.206c.341 0 .665-.14.901-.385a1.23 1.23 0 0 0 .341-.918l-.35-6.37ZM9.804 2.4h1.05v.814h-1.05V2.4ZM7.81 9.575l.228-5.049h4.55l.271 5.049H7.809Z',
},
}), h('path', {
attrs: {
d: 'm10.828 6.346-.499-1.015-.499 1.015-1.12.166.814.788-.192 1.111.997-.525 1.006.525-.192-1.111.814-.788-1.13-.166Z',
},
}), h('path', {
attrs: {
d: 'M7.967 12.953a2.814 2.814 0 0 1-3.964-.324 2.821 2.821 0 0 1-.236-3.316l-.07.91L5 10.326l.22-2.66a.648.648 0 0 0-.596-.7l-2.66-.218-.105 1.295 1.173.096a4.089 4.089 0 0 0 0 5.337 4.11 4.11 0 0 0 3.141 1.444c.945 0 1.89-.323 2.66-.98a4.17 4.17 0 0 0 1.19-1.741H8.605a2.79 2.79 0 0 1-.612.753h-.026Z',
},
})]);
},
};
exports.default = IconReorderRewards;