UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 833 B
import { createIconBase } from '../createIcon.js'; export const SeverityUndefinedIconConfig = { name: 'SeverityUndefinedIcon', icon: {"width":1024,"height":1024,"svgPathData":"M640,384h320c35.3,0,64,28.7,64,64v64c0,35.3-28.7,64-64,64h-320c-35.3,0-64-28.7-64-64v-64c0-35.3,28.7-64,64-64ZM64,384h320c35.3,0,64,28.7,64,64v64c0,35.3-28.7,64-64,64H64c-35.3,0-64-28.7-64-64v-64c0-35.3,28.7-64,64-64Z"}, rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M14 13.5v5c0 .827-.673 1.5-1.5 1.5h-9c-.827 0-1.5-.673-1.5-1.5v-5c0-.827.673-1.5 1.5-1.5h9c.827 0 1.5.673 1.5 1.5ZM28.5 12h-9c-.827 0-1.5.673-1.5 1.5v5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-5c0-.827-.673-1.5-1.5-1.5Z"}, }; export const SeverityUndefinedIcon = createIconBase(SeverityUndefinedIconConfig); export default SeverityUndefinedIcon;