@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
45 lines (40 loc) • 3.44 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 IconStampcardLarge = {
name: 'IconStampcardLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--stampcardLarge', 'IconStampcardLarge');
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: 'M14.416 13.375c0-1.435-.883-2.975-2.835-2.975-1.95 0-2.835 1.54-2.835 2.975s.884 2.975 2.835 2.975 2.835-1.54 2.835-2.975m-3.92 0c0-.289.08-1.225 1.085-1.225 1.007 0 1.085.936 1.085 1.225s-.078 1.225-1.085 1.225-1.085-.936-1.085-1.225',
},
}), h('path', {
attrs: {
d: 'M20.331 15.65c-1.951 0-2.835 1.54-2.835 2.975s.884 2.975 2.835 2.975 2.835-1.54 2.835-2.975-.884-2.975-2.835-2.975m0 4.2c-1.006 0-1.085-.936-1.085-1.225s.079-1.225 1.085-1.225 1.085.936 1.085 1.225-.079 1.225-1.085 1.225',
},
}), h('path', {
attrs: {
d: 'm18.573 10.75-7.263 10.5h2.126l7.263-10.5z',
},
}), h('path', {
attrs: {
d: 'M29.108 15.93a6.17 6.17 0 0 0-1.523-3.57 5.6 5.6 0 0 1-.586-.919 6 6 0 0 1-.254-1.102 6.06 6.06 0 0 0-1.417-3.553l-.105-.105a6.03 6.03 0 0 0-3.5-1.417A6.5 6.5 0 0 1 20.568 5a5.3 5.3 0 0 1-.902-.569 6.16 6.16 0 0 0-3.587-1.54h-.14a6.1 6.1 0 0 0-3.553 1.514 5.5 5.5 0 0 1-.936.595c-.376.123-.761.21-1.102.254a6.06 6.06 0 0 0-3.553 1.417l-.105.105a6.03 6.03 0 0 0-1.417 3.5c-.053.394-.14.788-.263 1.156a5.7 5.7 0 0 1-.569.9 6.16 6.16 0 0 0-1.54 3.588v.149a6.1 6.1 0 0 0 1.514 3.552c.228.29.429.604.595.937.123.376.219.761.254 1.102a6.1 6.1 0 0 0 1.417 3.553l.105.105a6.03 6.03 0 0 0 3.5 1.417q.592.079 1.155.263c.333.166.648.367.893.569a6.16 6.16 0 0 0 3.587 1.54h.15c1.32-.114 2.598-.657 3.552-1.514.288-.228.603-.429.936-.595.376-.123.761-.21 1.102-.254a6.04 6.04 0 0 0 3.553-1.418l.105-.105a6.03 6.03 0 0 0 1.417-3.5q.079-.59.263-1.155c.166-.332.367-.647.569-.9a6.16 6.16 0 0 0 1.54-3.588zm-9.275-9.336.096.043a7.7 7.7 0 0 0 1.619.368c.91.061 1.767.394 2.476.962.577.71.91 1.567.971 2.53.061.533.184 1.058.359 1.566l.044.104c.227.464.507.902.822 1.296l.035.035a4.37 4.37 0 0 1 1.094 2.493 4.55 4.55 0 0 1-1.129 2.538c-.315.402-.595.84-.822 1.303l-.044.105a7.7 7.7 0 0 0-.368 1.62 4.4 4.4 0 0 1-.962 2.476 4.38 4.38 0 0 1-2.529.97 7.4 7.4 0 0 0-1.566.368l-.105.044a7.3 7.3 0 0 0-1.339.858 4.37 4.37 0 0 1-2.494 1.093 4.53 4.53 0 0 1-2.537-1.128 7 7 0 0 0-1.304-.823l-.096-.044a7.7 7.7 0 0 0-1.619-.367 4.4 4.4 0 0 1-2.476-.963 4.38 4.38 0 0 1-.971-2.529 7.4 7.4 0 0 0-.368-1.566l-.044-.096a7.2 7.2 0 0 0-.857-1.339 4.37 4.37 0 0 1-1.094-2.494 4.53 4.53 0 0 1 1.129-2.537c.324-.402.595-.84.822-1.304l.044-.096a7.7 7.7 0 0 0 .368-1.619c.06-.91.393-1.767.962-2.476a4.38 4.38 0 0 1 2.529-.971 7.4 7.4 0 0 0 1.566-.368l.105-.044a7.3 7.3 0 0 0 1.339-.857 4.37 4.37 0 0 1 2.494-1.094',
},
})]);
},
};
exports.default = IconStampcardLarge;