@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.36 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 IconThumbsDownFilledLarge = {
name: 'IconThumbsDownFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--thumbsDownFilledLarge', 'IconThumbsDownFilledLarge');
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: 'm26.588 17.243-4.725 1.163.97 4.839c.145.65.093 1.33-.148 1.951a3.43 3.43 0 0 1-3.754 2.179s-4.611-9.249-5.39-10.404q-.461-.646-.831-1.347a12.1 12.1 0 0 1-1.085-5.312 8.5 8.5 0 0 1 1.094-4.374q.368-.681.814-1.313h8.88A4.375 4.375 0 0 1 26.5 7.39l1.986 6.545a2.626 2.626 0 0 1-1.899 3.307M11.177 5.07a10.3 10.3 0 0 0-1.303 5.242 13.84 13.84 0 0 0 1.286 6.124c.088.175.184.333.271.482H3.75V4.625h7.682z',
},
})]);
},
};
exports.default = IconThumbsDownFilledLarge;