UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 609 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 Bedtime = createIcon("Bedtime", [ [ "path", { d: "M13.0099 2.0141C7.25992 1.8141 2.66992 6.4141 2.66992 11.9941C2.66992 17.5141 7.14992 21.9941 12.6699 21.9941C16.3799 21.9941 19.5999 19.9741 21.3299 16.9741C13.8199 16.7241 9.23992 8.5441 13.0099 2.0141Z", key: "oxnkrx" } ] ]); export { Bedtime as default }; //# sourceMappingURL=bedtime.js.map