@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 893 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardPaperLinedIconConfig: {
name: 'RhStandardPaperLinedIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M28 4.38H12a.7.7 0 0 0-.44.18l-4 4a.59.59 0 0 0-.15.28V31a.62.62 0 0 0 .62.62H28a.62.62 0 0 0 .62-.62V5a.62.62 0 0 0-.62-.62ZM11.38 6.51v1.87H9.51Zm16 23.87H8.62V9.62H12a.62.62 0 0 0 .62-.62V5.62h14.76Z"},{"path":"M12 13.38a.62.62 0 0 0 0 1.24h6a.62.62 0 0 0 0-1.24ZM11.38 18a.62.62 0 0 0 .62.62h12a.62.62 0 0 0 0-1.24H12a.62.62 0 0 0-.62.62ZM24 21.38H12a.62.62 0 0 0 0 1.24h12a.62.62 0 0 0 0-1.24Zm0 4H12a.62.62 0 0 0 0 1.24h12a.62.62 0 0 0 0-1.24Z"}]},
rhUiIcon: null,
};
export declare const RhStandardPaperLinedIcon: ComponentClass<SVGIconProps>;
export default RhStandardPaperLinedIcon;