UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 831 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: "M9.93992 4.48586C8.30992 12.0259 13.6899 16.8959 17.5999 18.2859C16.2099 19.3759 14.4799 19.9959 12.6699 19.9959C8.25992 19.9959 4.66992 16.4059 4.66992 11.9959C4.66992 8.54586 6.86992 5.59586 9.93992 4.48586ZM12.6599 2.00586C7.06992 2.00586 2.66992 6.53586 2.66992 11.9959C2.66992 17.5159 7.14992 21.9959 12.6699 21.9959C16.3799 21.9959 19.5999 19.9759 21.3299 16.9759C13.8199 16.7259 9.23992 8.54586 13.0099 2.00586H12.6599Z", key: "dbgia1" } ] ]); export { Bedtime as default }; //# sourceMappingURL=bedtime.js.map