UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.41 kB
'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 IconThumbsDown = { name: 'IconThumbsDown', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--thumbsDown', 'IconThumbsDown'); 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: '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', }, })]); }, }; exports.default = IconThumbsDown;