mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 12:29:50 -04:00
8 lines
385 B
JavaScript
8 lines
385 B
JavaScript
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'); |