@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 787 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const DrumstickBiteIconConfig: {
name: 'DrumstickBiteIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M462.8 49.57a169.44 169.44 0 0 0-239.5 0C187.82 85 160.13 128 160.13 192v85.83l-40.62 40.59c-9.7 9.69-24 11.07-36.78 6a60.33 60.33 0 0 0-65 98.72C33 438.39 54.24 442.7 73.85 438.21c-4.5 19.6-.18 40.83 15.1 56.1a60.35 60.35 0 0 0 98.8-65c-5.09-12.73-3.72-27 6-36.75L234.36 352h85.89a187.87 187.87 0 0 0 61.89-10c-39.64-43.89-39.83-110.23 1.05-151.07 34.38-34.36 86.76-39.46 128.74-16.8 1.3-44.96-14.81-90.28-49.13-124.56z"},
rhUiIcon: null,
};
export declare const DrumstickBiteIcon: ComponentClass<SVGIconProps>;
export default DrumstickBiteIcon;