@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 434 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const ScreenIconConfig = {
name: 'ScreenIcon',
icon: {"width":1088,"height":1024,"svgPathData":"M1088,832 L1088,64 L0,64 L0,832 L448,832 L448,896 L256,896 L256,960 L832,960 L832,896 L640,896 L640,832 L1088,832 Z M128,704 L128,192 L960,192 L960,704 L128,704 Z"},
rhUiIcon: null,
};
export const ScreenIcon = createIconBase(ScreenIconConfig);
export default ScreenIcon;