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

package.dist.esm.icons.hamburger-icon.d.ts Maven / Gradle / Ivy

import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const HamburgerIconConfig: {
  name: 'HamburgerIcon',
  height: 512,
  width: 512,
  svgPath: 'M464 256H48a48 48 0 0 0 0 96h416a48 48 0 0 0 0-96zm16 128H32a16 16 0 0 0-16 16v16a64 64 0 0 0 64 64h352a64 64 0 0 0 64-64v-16a16 16 0 0 0-16-16zM58.64 224h394.72c34.57 0 54.62-43.9 34.82-75.88C448 83.2 359.55 32.1 256 32c-103.54.1-192 51.2-232.18 116.11C4 180.09 24.07 224 58.64 224zM384 112a16 16 0 1 1-16 16 16 16 0 0 1 16-16zM256 80a16 16 0 1 1-16 16 16 16 0 0 1 16-16zm-128 32a16 16 0 1 1-16 16 16 16 0 0 1 16-16z',
  yOffset: 0,
  xOffset: 0,
};
export declare const HamburgerIcon: React.ComponentClass;
export default HamburgerIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy