@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
53 lines (50 loc) • 2.16 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconImageFlipVerticalLarge = {
name: 'IconImageFlipVerticalLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--imageFlipVerticalLarge', 'IconImageFlipVerticalLarge');
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: 'M20.553 15.133h-1.82v1.743h1.82v-1.743Z',
},
}), h('path', {
attrs: {
d: 'M16.91 15.133h-1.82v1.743h1.82v-1.743Z',
},
}), h('path', {
attrs: {
d: 'M24.205 15.133h-1.821v1.743h1.82v-1.743Z',
},
}), h('path', {
attrs: {
d: 'M9.625 15.133H7.804v1.743h1.821v-1.743Z',
},
}), h('path', {
attrs: {
d: 'M13.268 15.133h-1.821v1.743h1.821v-1.743Z',
},
}), h('path', {
attrs: {
d: 'M17.19 20.144a1.413 1.413 0 0 0-1.186-.619c-.479 0-.924.235-1.185.619l-4.61 6.762a1.367 1.367 0 0 0-.078 1.42c.244.471.732.759 1.272.759h9.229c.54 0 1.02-.288 1.272-.758.235-.453.21-.994-.078-1.42l-4.61-6.763h-.027Zm-5.717 7.503 4.523-6.632 4.505 6.597-9.028.026v.01Z',
},
}), h('path', {
attrs: {
d: 'M14.81 11.856c.262.392.706.619 1.186.619.479 0 .923-.235 1.185-.619l4.61-6.762c.287-.427.322-.968.078-1.42a1.42 1.42 0 0 0-1.272-.759h-9.229c-.54 0-1.02.288-1.272.758-.235.453-.21.994.078 1.42l4.61 6.763h.026Zm5.691-7.468-4.505 6.597-4.523-6.632 9.028.026v.009Z',
},
})]);
},
};
export { IconImageFlipVerticalLarge as default };