@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.17 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCoffeeBeansIconConfig: {
name: 'RhStandardCoffeeBeansIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M28.61 12.94v-.07l-.84-3.94V5c0-.34-.28-.62-.62-.62H9s-.05.01-.07.02c-.03 0-.05-.02-.07-.02-.34 0-.62.28-.62.62v3.93l-.84 3.94v.07c0 .02-.01.04-.01.06v18c0 .34.28.62.62.62h20c.34 0 .62-.28.62-.62V13s-.01-.04-.01-.06Zm-6.99-7.31h4.9v2.75h-4.9V5.63Zm-1.25 0v7.75h-4.75V5.63h4.75Zm-10.9 0h4.9v2.75h-4.9V5.63Zm-.85 24.75V13.07l.73-3.44h5.02v4.38c0 .34.28.62.62.62h6c.34 0 .62-.28.62-.62V9.63h5.02l.73 3.44v17.31H8.62Z"},{"path":"M14.74 18.24c-1.39 1.39-1.06 3.98.73 5.78 1.05 1.04 2.36 1.59 3.55 1.59.85 0 1.64-.28 2.22-.86 1.39-1.39 1.06-3.98-.73-5.78-1.79-1.79-4.39-2.12-5.78-.73Zm1.62 4.9c-1.06-1.06-1.46-2.5-1.07-3.47l4.54 4.54c-.97.39-2.4 0-3.47-1.07Zm4.35.19-4.54-4.54c.97-.39 2.4 0 3.47 1.07 1.06 1.06 1.46 2.5 1.07 3.47Z"}]},
rhUiIcon: null,
};
export declare const RhStandardCoffeeBeansIcon: ComponentClass<SVGIconProps>;
export default RhStandardCoffeeBeansIcon;