@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.21 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCollaborationIconConfig: {
name: 'RhStandardCollaborationIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M13.29 22.79a3.61 3.61 0 1 0-4.58 0A6.64 6.64 0 0 0 4.37 29a.63.63 0 0 0 .63.62h12a.62.62 0 0 0 .62-.62 6.63 6.63 0 0 0-4.33-6.21ZM8.62 20a2.38 2.38 0 0 1 4.75 0 2.38 2.38 0 0 1-4.75 0Zm-3 8.38a5.38 5.38 0 0 1 10.68 0Zm21.67-5.59a3.61 3.61 0 1 0-4.58 0A6.64 6.64 0 0 0 18.37 29a.63.63 0 0 0 .63.62h12a.62.62 0 0 0 .62-.62 6.63 6.63 0 0 0-4.33-6.21ZM22.62 20a2.38 2.38 0 0 1 4.75 0 2.38 2.38 0 0 1-4.75 0Zm-3 8.38a5.38 5.38 0 0 1 10.68 0Z"},{"path":"M31 6.38H5a.63.63 0 0 0-.63.62v6a.63.63 0 0 0 .63.62h3.74c2.73 2.67 1.79 2.66 4.52 0h9.48c2.73 2.67 1.8 2.66 4.52 0H31a.62.62 0 0 0 .62-.62V7a.62.62 0 0 0-.62-.62Zm-.63 6H27a.6.6 0 0 0-.44.18L25 14.12c-.55-.48-1.63-1.84-2-1.75H13c-.4-.08-1.38 1.19-2 1.74l-1.56-1.55a.6.6 0 0 0-.44-.18H5.62V7.62h24.75Z"}]},
rhUiIcon: null,
};
export declare const RhStandardCollaborationIcon: ComponentClass<SVGIconProps>;
export default RhStandardCollaborationIcon;