package.dist.esm.icons.unsplash-icon.d.ts 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 * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare 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 declare const UnsplashIcon: React.ComponentClass;
export default UnsplashIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy