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

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

import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare 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 declare const TableIcon: React.ComponentClass;
export default TableIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy