@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 855 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiFolderOpenFillIconConfig = {
name: 'RhUiFolderOpenFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"m30.979 13.108-3 14.1A1.002 1.002 0 0 1 27 28H2a.977.977 0 0 1-.418-.098c-.038-.017-.066-.046-.101-.068a.98.98 0 0 1-.23-.189c-.013-.015-.033-.021-.046-.037-.021-.027-.023-.062-.041-.091a.951.951 0 0 1-.142-.409C1.018 27.071 1 27.038 1 27V9.5C1 8.673 1.673 8 2.5 8h2.69l.681-3.208A1 1 0 0 1 6.85 4h9.301a1 1 0 0 1 .979.792L17.811 8h10.19a1 1 0 1 1 0 2h-11a1 1 0 0 1-.979-.792L15.341 6H7.659l-.681 3.208a1 1 0 0 1-.979.792h-3v9.523l1.875-6.885a.999.999 0 0 1 .965-.737h24.16a1.001 1.001 0 0 1 .978 1.208Z"},
rhUiIcon: null,
};
export const RhUiFolderOpenFillIcon = createIconBase(RhUiFolderOpenFillIconConfig);
export default RhUiFolderOpenFillIcon;