google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 839 B
JavaScript
/**
* @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 NightlightRound = createIcon("NightlightRound", [
[
"path",
{
d: "M12.5427 11.9995C12.5427 8.42954 14.7427 5.37954 17.8527 4.12954C18.7427 3.76954 18.6027 2.43954 17.6627 2.22954C16.5627 1.98954 15.3927 1.92954 14.1827 2.08954C9.67274 2.68954 6.06274 6.39954 5.59274 10.9195C4.97274 16.9295 9.66274 21.9995 15.5427 21.9995C16.2727 21.9995 16.9727 21.9195 17.6627 21.7695C18.6127 21.5595 18.7627 20.2395 17.8627 19.8695C14.6427 18.5795 12.5327 15.4595 12.5427 11.9995Z",
key: "dbhmv0"
}
]
]);
export { NightlightRound as default };
//# sourceMappingURL=nightlight_round.js.map