@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 593 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiListIconConfig = {
name: 'RhUiListIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 16a1 1 0 0 1-1 1H9a1 1 0 0 1 0-2h21a1 1 0 0 1 1 1Zm-1 9H9a1 1 0 0 0 0 2h21a1 1 0 0 0 0-2ZM9 7h21a1 1 0 0 0 0-2H9a1 1 0 0 0 0 2ZM2 4.51a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 2 4.51Zm0 10a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 2 14.51Zm0 10a1.5 1.5 0 1 0 .001 3.001A1.5 1.5 0 0 0 2 24.51Z"},
rhUiIcon: null,
};
export const RhUiListIcon = createIconBase(RhUiListIconConfig);
export default RhUiListIcon;