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

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

import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const EggIconConfig: {
  name: 'EggIcon',
  height: 512,
  width: 384,
  svgPath: 'M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z',
  yOffset: 0,
  xOffset: 0,
};
export declare const EggIcon: React.ComponentClass;
export default EggIcon;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy