spaceout/site/frontend/node_modules/@material-ui/icons/esm/SignalCellular1Bar.js

8 lines
343 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 22h20V2z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 12L2 22h10z"
})), 'SignalCellular1Bar');