package.dist.esm.icons.columns-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import { createIcon } from '../createIcon';
export const ColumnsIconConfig = {
name: 'ColumnsIcon',
height: 512,
width: 512,
svgPath: 'M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64V160h160v256zm224 0H288V160h160v256z',
yOffset: 0,
xOffset: 0,
};
export const ColumnsIcon = createIcon(ColumnsIconConfig);
export default ColumnsIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy