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

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

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

export const TableIconConfig = {
  name: 'TableIcon',
  height: 512,
  width: 512,
  svgPath: 'M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM224 416H64v-96h160v96zm0-160H64v-96h160v96zm224 160H288v-96h160v96zm0-160H288v-96h160v96z',
  yOffset: 0,
  xOffset: 0,
};

export const TableIcon = createIcon(TableIconConfig);

export default TableIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy