import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><g><path d="M20 6.83V20H6.83L20 6.83M22 2L2 22h20V2z" /></g></React.Fragment>
, 'SignalCellularNullOutlined');