@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
45 lines (40 loc) • 1.44 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var _mergeJSXProps = require('@vue/babel-helper-vue-jsx-merge-props');
var configsVue = require('./pie-icons-configs/configs-vue.cjs');
var IconFullscreenExpandLarge = {
name: 'IconFullscreenExpandLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.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',
},
})]);
},
};
exports.default = IconFullscreenExpandLarge;