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