@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.15 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardCommunityPeopleIconConfig: {
name: 'RhStandardCommunityPeopleIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M12.87 23.29a3.86 3.86 0 1 0-4.74 0A7.11 7.11 0 0 0 3.38 30a.61.61 0 0 0 .62.62h13a.63.63 0 0 0 .63-.62 7.13 7.13 0 0 0-4.76-6.71Zm-5-3a2.62 2.62 0 0 1 5.24 0 2.62 2.62 0 0 1-5.23-.04Zm-3.21 9.09c.84-6.94 10.84-6.93 11.68 0Zm8.71-14a6 6 0 0 1 9.48.18.61.61 0 0 0 .66-.07c1.07-1-2.27-3-3.13-3.21a3.86 3.86 0 1 0-4.76 0c-.86.25-4.2 2.18-3.13 3.21a.62.62 0 0 0 .88-.11Zm2-6.13a2.62 2.62 0 0 1 5.24 0 2.62 2.62 0 0 1-5.23 0ZM16 19.38a.62.62 0 0 0 0 1.24h4a.62.62 0 0 0 0-1.24Zm11.87 3.91a3.86 3.86 0 1 0-4.74 0A7.11 7.11 0 0 0 18.38 30a.61.61 0 0 0 .62.62h13a.63.63 0 0 0 .63-.62 7.13 7.13 0 0 0-4.76-6.71Zm-5-3a2.62 2.62 0 0 1 5.24 0 2.62 2.62 0 0 1-5.23-.04Zm-3.22 9.13c.84-6.94 10.84-6.93 11.68 0Z"},
rhUiIcon: null,
};
export declare const RhStandardCommunityPeopleIcon: ComponentClass<SVGIconProps>;
export default RhStandardCommunityPeopleIcon;