@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 876 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardMigrationIconConfig: {
name: 'RhStandardMigrationIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M21 26.38a.61.61 0 0 0-.62.62v3.38H8.62V18.62H18a.62.62 0 0 0 0-1.24H8a.61.61 0 0 0-.62.62v13a.61.61 0 0 0 .62.62h13a.61.61 0 0 0 .62-.62v-4a.61.61 0 0 0-.62-.62Zm7-22H15a.61.61 0 0 0-.62.62v10a.62.62 0 0 0 1.24 0V5.62h11.76v11.76H24a.62.62 0 0 0 0 1.24h4a.61.61 0 0 0 .62-.62V5a.61.61 0 0 0-.62-.62Z"},{"path":"M23.56 15.44a.62.62 0 0 0 .88-.88l-3-3a.66.66 0 0 0-.88 0l-3 3c-.58.56.32 1.46.88.88l1.94-1.93V24a.62.62 0 0 0 1.24 0V13.51Z"}]},
rhUiIcon: null,
};
export declare const RhStandardMigrationIcon: ComponentClass<SVGIconProps>;
export default RhStandardMigrationIcon;