google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 616 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: "M15.5 22C16.55 22 17.55 21.84 18.5 21.54C14.44 20.27 11.5 16.48 11.5 12C11.5 7.52 14.44 3.73 18.5 2.46C17.55 2.16 16.55 2 15.5 2C9.98 2 5.5 6.48 5.5 12C5.5 17.52 9.98 22 15.5 22Z",
key: "1oe0a0"
}
]
]);
export { NightlightRound as default };
//# sourceMappingURL=nightlight_round.js.map