UNPKG

@patternfly/react-icons

Version:
9 lines 722 B
import { ComponentClass } from 'react'; import { SVGIconProps } from '../createIcon.js'; export declare const RhUiCodeIconConfig: { name: 'RhUiCodeIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M9.707 9.707 3.414 16l6.293 6.293a.999.999 0 1 1-1.414 1.414l-6.646-6.646a1.501 1.501 0 0 1 0-2.121l6.646-6.646a.999.999 0 1 1 1.414 1.414Zm20.647 5.232-6.646-6.646a.999.999 0 1 0-1.414 1.414L28.587 16l-6.293 6.293a.999.999 0 1 0 1.414 1.414l6.646-6.646a1.501 1.501 0 0 0 0-2.121ZM18.121 6.022a.997.997 0 0 0-1.186.77l-3.826 18a1 1 0 1 0 1.956.416l3.826-18a1 1 0 0 0-.77-1.186Z"}, rhUiIcon: null, }; export declare const RhUiCodeIcon: ComponentClass<SVGIconProps>; export default RhUiCodeIcon;