package.dist.esm.icons.screen-icon.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const ScreenIconConfig: {
name: 'ScreenIcon',
height: 1024,
width: 1088,
svgPath: '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',
yOffset: 0,
xOffset: 0,
};
export declare const ScreenIcon: React.ComponentClass;
export default ScreenIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy