package.dist.esm.icons.flipboard-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 FlipboardIconConfig = {
name: 'FlipboardIcon',
height: 512,
width: 448,
svgPath: 'M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z',
yOffset: 0,
xOffset: 0,
};
export const FlipboardIcon = createIcon(FlipboardIconConfig);
export default FlipboardIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy