All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.icons.unsplash-icon.js Maven / Gradle / Ivy

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