@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 605 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiOpenDrawerRightIconConfig = {
name: 'RhUiOpenDrawerRightIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.5 3h-27C1.673 3 1 3.673 1 4.5v23c0 .827.673 1.5 1.5 1.5h27c.827 0 1.5-.673 1.5-1.5v-23c0-.827-.673-1.5-1.5-1.5ZM29 27H3V5h26v22Zm-12-4.5v-13c0-.827.673-1.5 1.5-1.5h6c.827 0 1.5.673 1.5 1.5v13c0 .827-.673 1.5-1.5 1.5h-6c-.827 0-1.5-.673-1.5-1.5Z"},
rhUiIcon: null,
};
export const RhUiOpenDrawerRightIcon = createIconBase(RhUiOpenDrawerRightIconConfig);
export default RhUiOpenDrawerRightIcon;