@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 631 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const StreamIconConfig: {
name: 'StreamIcon',
height: 512,
width: 512,
svgPath: 'M16 128h416c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H16C7.16 32 0 39.16 0 48v64c0 8.84 7.16 16 16 16zm480 80H80c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16zm-64 176H16c-8.84 0-16 7.16-16 16v64c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-64c0-8.84-7.16-16-16-16z',
yOffset: 0,
xOffset: 0,
};
export declare const StreamIcon: React.ComponentClass<SVGIconProps>;
export default StreamIcon;