@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 642 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiPlatformIconConfig = {
name: 'RhUiPlatformIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"m1.539 13.949 14 8.083a1.003 1.003 0 0 0 1 0l14-8.083a1 1 0 0 0 0-1.732l-14-8.083a.998.998 0 0 0-1 0l-14 8.083a1 1 0 0 0 0 1.732Zm14.5-7.794 12 6.928-12 6.928-12-6.928 12-6.928Zm14.866 12.271a1 1 0 0 1-.366 1.366l-14 8.083a1.003 1.003 0 0 1-1 0l-14-8.083a1 1 0 1 1 1-1.732l13.5 7.794 13.5-7.794a.999.999 0 0 1 1.366.366Z"},
rhUiIcon: null,
};
export const RhUiPlatformIcon = createIconBase(RhUiPlatformIconConfig);
export default RhUiPlatformIcon;