@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.34 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconThumbsDown = {
name: 'IconThumbsDown',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--thumbsDown', 'IconThumbsDown');
return h('svg', _mergeJSXProps([{
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.204 6.906 13.18 3.625a2.41 2.41 0 0 0-2.24-1.54H1.875v1.313H4.5a9 9 0 0 0-.131 1.61c-.003.78.067 1.56.21 2.327H1.875v1.313h4.314a.21.21 0 0 1 .183.105l2.503 5.153h.989a1.793 1.793 0 0 0 1.75-2.135l-.464-2.415 1.96-.481a1.51 1.51 0 0 0 .963-.726 1.56 1.56 0 0 0 .13-1.243m-1.269.569a.24.24 0 0 1-.14.105l-3.176.814.726 3.64a.472.472 0 0 1-.455.56h-.14L7.563 8.13a1.58 1.58 0 0 0-1.34-.787h-.27a11 11 0 0 1-.237-2.328 8 8 0 0 1 .14-1.61h5.084a1.08 1.08 0 0 1 1.006.674l1.007 3.22a.22.22 0 0 1-.018.175',
},
})]);
},
};
export { IconThumbsDown as default };