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

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

The newest version!
import { createIcon } from '../createIcon';

export const ProjectDiagramIconConfig = {
  name: 'ProjectDiagramIcon',
  height: 512,
  width: 640,
  svgPath: 'M384 320H256c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32zM192 32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v128c0 17.67 14.33 32 32 32h95.72l73.16 128.04C211.98 300.98 232.4 288 256 288h.28L192 175.51V128h224V64H192V32zM608 0H480c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h128c17.67 0 32-14.33 32-32V32c0-17.67-14.33-32-32-32z',
  yOffset: 0,
  xOffset: 0,
};

export const ProjectDiagramIcon = createIcon(ProjectDiagramIconConfig);

export default ProjectDiagramIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy