mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-23 04:49:50 -04:00
8 lines
359 B
JavaScript
8 lines
359 B
JavaScript
import React from 'react';
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
fillOpacity: ".3",
|
|
d: "M2 22h20V2L2 22z"
|
|
}), /*#__PURE__*/React.createElement("path", {
|
|
d: "M12 12L2 22h10V12z"
|
|
})), 'SignalCellular1BarOutlined'); |