UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 711 B
/** * @license google-material-icons v2.1.3 - 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 FourgPlusMobiledata = createIcon("FourgPlusMobiledata", [ [ "path", { d: "M12.5 11V13H14.5V15H10.5V9H16.5C16.5 7.9 15.6 7 14.5 7H10.5C9.4 7 8.5 7.9 8.5 9V15C8.5 16.1 9.4 17 10.5 17H14.5C15.6 17 16.5 16.1 16.5 15V11H12.5ZM23.5 11H21.5V9H19.5V11H17.5V13H19.5V15H21.5V13H23.5V11ZM6.5 7H4.5V12H2.5V7H0.5V14H4.5V17H6.5V14H7.5V12H6.5V7Z", key: "1spvlg" } ] ]); export { FourgPlusMobiledata as default }; //# sourceMappingURL=fourg_plus_mobiledata.js.map