UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 598 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 FourgMobiledata = createIcon("FourgMobiledata", [ [ "path", { d: "M9 7H7V12H5V7H3V14H7V17H9V14H11V12H9V7ZM17 11V13H19V15H14V9H21C21 7.9 20.1 7 19 7H14C12.9 7 12 7.9 12 9V15C12 16.1 12.9 17 14 17H19C20.1 17 21 16.1 21 15V11H17Z", key: "q0debf" } ] ]); export { FourgMobiledata as default }; //# sourceMappingURL=fourg_mobiledata.js.map