@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
45 lines (40 loc) • 1.41 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 IconFullscreenExit = {
name: 'IconFullscreenExit',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--fullscreenExit', 'IconFullscreenExit');
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: 'M6.031 1.123 4.72 1.86V4.72H1.766L1.109 6.03h4.922V1.123Z',
},
}), h('path', {
attrs: {
d: 'm9.969 1.11 1.312.656v2.953h2.859l.737 1.312H9.97V1.11Z',
},
}), h('path', {
attrs: {
d: 'm14.89 9.969-.656 1.312h-2.953v2.859l-1.312.737V9.97h4.922Z',
},
}), h('path', {
attrs: {
d: 'm1.123 9.969.737 1.312H4.72v2.953l1.312.657V9.969H1.123Z',
},
})]);
},
};
exports.default = IconFullscreenExit;