@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 679 B
JavaScript
import { createIconBase } from '../createIcon.js';
export 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 const RhUiCodeIcon = createIconBase(RhUiCodeIconConfig);
export default RhUiCodeIcon;