@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.46 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 IconThumbsUpLarge = {
name: 'IconThumbsUpLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--thumbsUpLarge', 'IconThumbsUpLarge');
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: 'M28.303 16a2.63 2.63 0 0 0-1.68-1.26l-4.76-1.146.98-4.891A3.413 3.413 0 0 0 19.5 4.625h-.534l-5.18 10.071a.88.88 0 0 1-.743.429H3.75v1.75h6.886a15 15 0 0 0-.761 4.813 10 10 0 0 0 .7 3.937H3.75v1.75h18.664A4.37 4.37 0 0 0 26.5 24.61l2.047-6.554A2.63 2.63 0 0 0 28.303 16m-1.444 1.558-2.022 6.474a2.63 2.63 0 0 1-2.423 1.593H12.5a8.2 8.2 0 0 1-.875-3.937c-.03-1.647.267-3.283.875-4.813h.516a2.63 2.63 0 0 0 2.275-1.321l4.682-9.1c.31.09.584.274.787.525a1.68 1.68 0 0 1 .341 1.382l-1.312 6.545 6.405 1.514a.88.88 0 0 1 .56.42.88.88 0 0 1 .105.691z',
},
})]);
},
};
exports.default = IconThumbsUpLarge;