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

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

import { createIcon } from '../createIcon';

export const CloneIconConfig = {
  name: 'CloneIcon',
  height: 512,
  width: 512,
  svgPath: 'M464 0c26.51 0 48 21.49 48 48v288c0 26.51-21.49 48-48 48H176c-26.51 0-48-21.49-48-48V48c0-26.51 21.49-48 48-48h288M176 416c-44.112 0-80-35.888-80-80V128H48c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h288c26.51 0 48-21.49 48-48v-48H176z',
  yOffset: 0,
  xOffset: 0,
};

export const CloneIcon = createIcon(CloneIconConfig);

export default CloneIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy