import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M4 5h3v13H4zm14 0h3v13h-3zM8 18h9V5H8v13zm2-11h5v9h-5V7z" }), /*#__PURE__*/React.createElement("path", { d: "M10 7h5v9h-5z", opacity: ".3" })), 'ViewArrayTwoTone');