@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 610 B
JavaScript
exports.__esModule = true;
exports.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,
};
exports.StreamIcon = require('../createIcon').createIcon(exports.StreamIconConfig);
exports["default"] = exports.StreamIcon;