google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 519 B
JavaScript
/**
* @license google-material-icons v2.1.4 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const HPlusMobiledata = createIcon("HPlusMobiledata", [
[
"path",
{
d: "M11 11H5V7H3V17H5V13H11V17H13V7H11V11ZM21 11H19V9H17V11H15V13H17V15H19V13H21V11Z",
key: "1h7b6j"
}
]
]);
export { HPlusMobiledata as default };
//# sourceMappingURL=h_plus_mobiledata.js.map