UNPKG

@justeattakeaway/pie-icons-vue

Version:
27 lines (25 loc) 1.76 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconBrandHighlightLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--brandHighlightLarge', 'IconBrandHighlightLarge'); return h('svg', _mergeJSXProps([{ 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: 'M10.453 29.125a.875.875 0 0 1-.875-.726C9.394 27.27 9.184 24.75 9 21.25v-.21a.63.63 0 0 0-.464-.429l-.988-.175a.874.874 0 0 1-.587-1.33 26 26 0 0 1 8.348-8.155 1.39 1.39 0 0 1 1.426 0 15.5 15.5 0 0 1 2.835 2.494l.875.875.227-1.627a.875.875 0 0 1 .972-.744h.105q.122-.012.245 0a.875.875 0 0 1 .761.744q.072.667.061 1.338c0 .63 0 1.339.088 2.056v.386l.113.166.858.954q.663.691 1.207 1.478a.875.875 0 0 1-.612 1.304l-.971.166a.62.62 0 0 0-.473.482v.227c-.245 4.375-.463 6.291-.604 7.105a.875.875 0 0 1-.875.726l-11.086.044zM9.149 18.984a2.35 2.35 0 0 1 1.601 1.89v.271c.149 2.756.315 4.944.473 6.23h9.625c.113-.971.288-2.8.472-6.186v-.263a2.37 2.37 0 0 1 1.47-1.907l-.21-.236a13 13 0 0 1-.875-1.042l-.315-.437a.9.9 0 0 1-.131-.289.88.88 0 0 1-.753-.236l-2.056-1.995A18.4 18.4 0 0 0 16 12.57a23.8 23.8 0 0 0-6.851 6.414m7.726-16.109h-1.75V7.95h1.75zm7.429 3.885-1.444-.997-2.774 4.007 1.444.98zM11.94 9.796 9.131 5.763l-1.435.997 2.809 4.034z', }, })]); }, };