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

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

import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const OutlinedImageIconConfig: {
  name: 'OutlinedImageIcon',
  height: 512,
  width: 512,
  svgPath: 'M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm-6 336H54a6 6 0 0 1-6-6V118a6 6 0 0 1 6-6h404a6 6 0 0 1 6 6v276a6 6 0 0 1-6 6zM128 152c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zM96 352h320v-80l-87.515-87.515c-4.686-4.686-12.284-4.686-16.971 0L192 304l-39.515-39.515c-4.686-4.686-12.284-4.686-16.971 0L96 304v48z',
  yOffset: 0,
  xOffset: 0,
};
export declare const OutlinedImageIcon: React.ComponentClass;
export default OutlinedImageIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy