@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
53 lines (48 loc) • 1.88 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconImageFlipVertical = {
name: 'IconImageFlipVertical',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--imageFlipVertical', 'IconImageFlipVertical');
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: 'M7.281 5.53a.86.86 0 0 0 .715.375c.287 0 .557-.14.714-.375l2.134-3.136a.85.85 0 0 0 .053-.863.87.87 0 0 0-.767-.461H5.861a.86.86 0 0 0-.766.461.81.81 0 0 0 .052.863zm2.51-3.424L7.995 4.737 6.2 2.107z',
},
}), h('path', {
attrs: {
d: 'M8.719 10.478a.86.86 0 0 0-.715-.374.86.86 0 0 0-.714.374l-2.134 3.137a.85.85 0 0 0-.053.862.87.87 0 0 0 .767.462h4.269a.86.86 0 0 0 .767-.462.81.81 0 0 0-.053-.862zm-2.51 3.424 1.795-2.63 1.795 2.63z',
},
}), h('path', {
attrs: {
d: 'M3.44 7.377H1.618v1.307h1.82z',
},
}), h('path', {
attrs: {
d: 'M7.09 7.377H5.269v1.307h1.82z',
},
}), h('path', {
attrs: {
d: 'M10.731 7.377h-1.82v1.307h1.82z',
},
}), h('path', {
attrs: {
d: 'M14.373 7.377h-1.82v1.307h1.82z',
},
})]);
},
};
exports.default = IconImageFlipVertical;