UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (38 loc) 1.35 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from './pie-icons-configs/configs-vue.mjs'; var IconFullscreenExpandLarge = { name: 'IconFullscreenExpandLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--fullscreenExpandLarge', 'IconFullscreenExpandLarge'); 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: 'M5.5 5.375h8.583l-.983 1.75H7.25v5.85l-1.75.983V5.375Z', }, }), h('path', { attrs: { d: 'M18.9 7.125h5.85v5.848l1.75.981V5.375h-8.583l.983 1.75Z', }, }), h('path', { attrs: { d: 'M26.5 26.375h-8.58l.982-1.75h5.848v-5.848l1.75-.982v8.58Z', }, }), h('path', { attrs: { d: 'M5.5 26.375v-8.583l1.75.983v5.85h5.848l.981 1.75H5.5Z', }, })]); }, }; export { IconFullscreenExpandLarge as default };