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

package.dist.esm.icons.image-icon.d.ts Maven / Gradle / Ivy

The newest version!
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ImageIconConfig: {
  name: 'ImageIcon',
  height: 512,
  width: 512,
  svgPath: 'M464 448H48c-26.51 0-48-21.49-48-48V112c0-26.51 21.49-48 48-48h416c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48zM112 120c-30.928 0-56 25.072-56 56s25.072 56 56 56 56-25.072 56-56-25.072-56-56-56zM64 384h384V272l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L208 320l-55.515-55.515c-4.686-4.686-12.284-4.686-16.971 0L64 336v48z',
  yOffset: 0,
  xOffset: 0,
};
export declare const ImageIcon: React.ComponentClass;
export default ImageIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy