@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (46 loc) • 1.8 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconImageFlipVertical = {
name: 'IconImageFlipVertical',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--imageFlipVertical', 'IconImageFlipVertical');
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: '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',
},
})]);
},
};
export { IconImageFlipVertical as default };