@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 2.02 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconKebabBowl = {
name: 'IconKebabBowl',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--kebabBowl', 'IconKebabBowl');
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.711 7.886-.096-.542h-.271a3.23 3.23 0 0 0 .402-1.89 1.25 1.25 0 0 0-.604-.875 1.35 1.35 0 0 0-.892-.079 1.9 1.9 0 0 0-.131-.665 1.3 1.3 0 0 0-.814-.77 1.59 1.59 0 0 0-1.68.56 1.06 1.06 0 0 0-.875-.332c-.586 0-1.068.525-1.435 1.452a2 2 0 0 0-.341 0 2.4 2.4 0 0 0-.35 0c-.35-.875-.823-1.356-1.4-1.391a1.12 1.12 0 0 0-.875.332 1.57 1.57 0 0 0-1.637-.656 1.27 1.27 0 0 0-.813.77c-.09.223-.14.46-.149.7a1.25 1.25 0 0 0-1.496.954 3.23 3.23 0 0 0 .402 1.89h-.271l-.096.542q-.07.435-.07.875c0 3.317 3.045 6.012 6.781 6.012s6.781-2.695 6.781-6.012q0-.44-.07-.875M9.83 4.72q.101.166.166.35a.64.64 0 0 0 .578.411.65.65 0 0 0 .612-.359 2.5 2.5 0 0 1 .691-.875c.07.318.045.65-.07.954a.65.65 0 0 0 .07.761.656.656 0 0 0 .875.088 4 4 0 0 1 .683-.35 3.13 3.13 0 0 1-.613 1.627h-1.925a2.82 2.82 0 0 0-1.312-2.16q.1-.236.245-.447m-.245 2.625H6.416a1.61 1.61 0 0 1 3.168 0M2.53 5.778c.245.077.473.199.674.358a.656.656 0 0 0 1.015-.76 2.8 2.8 0 0 1-.149-1.077c.32.219.575.522.735.875a.67.67 0 0 0 .622.376.66.66 0 0 0 .586-.42q.068-.2.183-.376.123.192.21.402a2.84 2.84 0 0 0-1.303 2.188H3.152a3.5 3.5 0 0 1-.62-1.566M8 13.468c-3.019 0-5.469-2.108-5.469-4.698v-.114H13.47v.114c0 2.59-2.45 4.699-5.469 4.699',
},
})]);
},
};
export { IconKebabBowl as default };