google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 590 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 Nightlight = createIcon("Nightlight", [
[
"path",
{
d: "M14.5 2C16.32 2 18.03 2.5 19.5 3.35C16.51 5.08 14.5 8.3 14.5 12C14.5 15.7 16.51 18.92 19.5 20.65C18.03 21.5 16.32 22 14.5 22C8.98 22 4.5 17.52 4.5 12C4.5 6.48 8.98 2 14.5 2Z",
key: "95hodh"
}
]
]);
export { Nightlight as default };
//# sourceMappingURL=nightlight.js.map