package.dist.esm.icons.unsplash-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 UnsplashIconConfig = {
name: 'UnsplashIcon',
height: 512,
width: 448,
svgPath: 'M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z',
yOffset: 0,
xOffset: 0,
};
export const UnsplashIcon = createIcon(UnsplashIconConfig);
export default UnsplashIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy