@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 440 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var SignalCellularNull = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 6.83V20H6.83L20 6.83M22 2L2 22h20V2z"
})),
name: 'SignalCellularNull'
});
export default SignalCellularNull;