@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 837 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardHandPointingIconConfig: {
name: 'RhStandardHandPointingIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M29.23 13.83H16.45C18.18 12.52 20 10.76 20 9.14a2.4 2.4 0 0 0-4.35-1.38 3.46 3.46 0 0 1-2.45 1.35 10.12 10.12 0 0 0 1.26 20.15h4.73a.62.62 0 0 0 .61-.49l2.26-10.15h7.18a2.4 2.4 0 0 0-.01-4.79Zm0 3.55h-7.68a.61.61 0 0 0-.61.48L18.68 28h-4.23c-11-.31-11.93-16-1.1-17.66a4.74 4.74 0 0 0 3.31-1.87 1.15 1.15 0 0 1 2.08.66c0 1.34-2.49 3.42-4.62 4.79a.63.63 0 0 0 .33 1.15h14.78a1.15 1.15 0 0 1 0 2.31Z"},
rhUiIcon: null,
};
export declare const RhStandardHandPointingIcon: ComponentClass<SVGIconProps>;
export default RhStandardHandPointingIcon;