mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-23 04:49:50 -04:00
8 lines
464 B
JavaScript
8 lines
464 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: "M5 19h14V5H5v14zm2-8h10v2H7v-2z",
|
|
opacity: ".3"
|
|
}), /*#__PURE__*/React.createElement("path", {
|
|
d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM7 11h10v2H7z"
|
|
})), 'IndeterminateCheckBoxTwoTone'); |