@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.61 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconBrandHighlight = {
name: 'IconBrandHighlight',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--brandHighlight', 'IconBrandHighlight');
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: 'm11.579 8.928-.359-.43v-.157c0-.332 0-.673-.044-.953a6 6 0 0 0 0-.665.65.65 0 0 0-.56-.56h-.166a.647.647 0 0 0-.726.56v.236A7.5 7.5 0 0 0 8.34 5.734a.88.88 0 0 0-.936 0 11.9 11.9 0 0 0-3.78 3.946.656.656 0 0 0 .411.945l.438.061v.097c.079 1.662.175 2.87.262 3.412a.665.665 0 0 0 .648.551h-.009 4.944a.66.66 0 0 0 .638-.551q.224-1.686.272-3.386v-.105l.429-.079a.665.665 0 0 0 .446-.98 7 7 0 0 0-.525-.717M9.95 10.625v.131c-.078 1.374-.14 2.205-.192 2.695h-3.78c-.07-.621-.131-1.566-.193-2.721v-.105a1.33 1.33 0 0 0-.595-.954A10.6 10.6 0 0 1 7.86 7.046c.219.184.481.473.875.875l.91.954c.093.1.216.167.35.193l.149.218.332.412a1.37 1.37 0 0 0-.525.927m-1.295-7H7.344V1h1.312zm2.345 1.61-1.023-.823 1.67-2.073 1.024.822zm-5.985 0L3.328 3.161 4.35 2.34 6.04 4.43z',
},
})]);
},
};
export { IconBrandHighlight as default };