UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 932 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 DataSaverOn = createIcon("DataSaverOn", [ [ "path", { d: "M11 7.97539V10.9754H8V12.9754H11V15.9754H13V12.9754H16V10.9754H13V7.97539H11ZM13 2.02539V5.05539C16.39 5.54539 19 8.44539 19 11.9754C19 12.8754 18.82 13.7254 18.52 14.5154L21.12 16.0454C21.68 14.8054 22 13.4254 22 11.9754C22 6.79539 18.05 2.52539 13 2.02539ZM12 18.9754C8.13 18.9754 5 15.8454 5 11.9754C5 8.44539 7.61 5.54539 11 5.05539V2.02539C5.94 2.52539 2 6.78539 2 11.9754C2 17.4954 6.47 21.9754 11.99 21.9754C15.3 21.9754 18.23 20.3654 20.05 17.8854L17.45 16.3554C16.17 17.9554 14.21 18.9754 12 18.9754Z", key: "51wqgt" } ] ]); export { DataSaverOn as default }; //# sourceMappingURL=data_saver_on.js.map