@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.36 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/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', helper.default([{
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: 'M9.619 6.845h3.412V5.532h-1.627l2.485-2.485a.66.66 0 0 0 0-.927.65.65 0 0 0-.464-.193.649.649 0 0 0-.464.193l-2.555 2.555V2.907H9.094V6.32c0 .289.236.525.525.525Z',
},
}), h('path', {
attrs: {
d: 'M2.111 13.547a.66.66 0 0 0 .928 0l2.555-2.555v1.672h1.312V9.25a.527.527 0 0 0-.525-.525H2.97v1.313h1.715L2.102 12.62a.66.66 0 0 0 0 .928h.01Z',
},
})]);
},
};
exports.default = IconFullscreenExit;