@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 598 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const OutlinedFolderIconConfig: {
name: 'OutlinedFolderIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M464 128H272l-54.63-54.63c-6-6-14.14-9.37-22.63-9.37H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48zm0 272H48V112h140.12l54.63 54.63c6 6 14.14 9.37 22.63 9.37H464v224z"},
rhUiIcon: null,
};
export declare const OutlinedFolderIcon: ComponentClass<SVGIconProps>;
export default OutlinedFolderIcon;