UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 578 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 ModeNight = createIcon("ModeNight", [ [ "path", { d: "M9.5 2C7.68 2 5.97 2.5 4.5 3.35C7.49 5.08 9.5 8.3 9.5 12C9.5 15.7 7.49 18.92 4.5 20.65C5.97 21.5 7.68 22 9.5 22C15.02 22 19.5 17.52 19.5 12C19.5 6.48 15.02 2 9.5 2Z", key: "1xvms6" } ] ]); export { ModeNight as default }; //# sourceMappingURL=mode_night.js.map