UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (37 loc) 1.64 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconFullscreenExitLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--fullscreenExitLarge', 'IconFullscreenExitLarge'); 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: 'M19.518 11.625v.166c0 .385.315.7.7.7h6.3v-1.75H22.5l4.612-4.62a.871.871 0 0 0-.622-1.487.896.896 0 0 0-.62.253l-4.612 4.62V5.484h-1.75v6.133l.009.009Z', }, }), h('path', { attrs: { d: 'm4.879 6.121 4.611 4.62H5.483v1.75H11.783c.385 0 .7-.315.7-.7V5.483h-1.75v4.016L6.12 4.879a.86.86 0 0 0-.62-.254.871.871 0 0 0-.621 1.487v.01Z', }, }), h('path', { attrs: { d: 'M19.518 20.401v6.116h1.75v-4.016l4.611 4.62a.871.871 0 1 0 1.234-1.233l-4.611-4.62h4.016v-1.75h-6.3c-.385 0-.7.314-.7.7v.183Z', }, }), h('path', { attrs: { d: 'M4.879 27.121a.871.871 0 0 0 1.234 0l4.611-4.62v4.016h1.75v-6.299c0-.386-.315-.7-.7-.7H5.483v1.75h4.016l-4.611 4.62a.871.871 0 0 0 0 1.233h-.009Z', }, })]); }, };