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

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

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

export const VectorSquareIconConfig = {
  name: 'VectorSquareIcon',
  height: 512,
  width: 512,
  svgPath: 'M512 128V32c0-17.67-14.33-32-32-32h-96c-17.67 0-32 14.33-32 32H160c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h96c17.67 0 32-14.33 32-32v-96c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32zm-96-64h32v32h-32V64zM64 64h32v32H64V64zm32 384H64v-32h32v32zm352 0h-32v-32h32v32zm-32-96h-32c-17.67 0-32 14.33-32 32v32H160v-32c0-17.67-14.33-32-32-32H96V160h32c17.67 0 32-14.33 32-32V96h192v32c0 17.67 14.33 32 32 32h32v192z',
  yOffset: 0,
  xOffset: 0,
};

export const VectorSquareIcon = createIcon(VectorSquareIconConfig);

export default VectorSquareIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy