@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (30 loc) • 1.48 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconColumnLarge = {
name: 'IconColumnLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--columnLarge', 'IconColumnLarge');
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: 'M12.342 4.669H7.293a2.633 2.633 0 0 0-2.625 2.625V24.74a2.633 2.633 0 0 0 2.625 2.625h5.05a2.633 2.633 0 0 0 2.624-2.625V7.294a2.633 2.633 0 0 0-2.625-2.625m.875 20.072a.88.88 0 0 1-.875.875H7.293a.88.88 0 0 1-.875-.875V7.294c0-.482.394-.875.875-.875h5.05c.48 0 .874.393.874.875z',
},
}), h('path', {
attrs: {
d: 'M24.689 4.669h-5.05a2.633 2.633 0 0 0-2.624 2.625V24.74a2.633 2.633 0 0 0 2.625 2.625h5.049a2.633 2.633 0 0 0 2.625-2.625V7.294a2.633 2.633 0 0 0-2.625-2.625m.875 20.072a.88.88 0 0 1-.875.875h-5.05a.88.88 0 0 1-.874-.875V7.294c0-.482.393-.875.875-.875h5.049c.48 0 .875.393.875.875z',
},
})]);
},
};
export { IconColumnLarge as default };