spaceout/front_end/node_modules/@material-ui/icons/esm/SignalCellular1BarOutlined.js
2020-12-12 10:25:30 -05:00

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');