7 lines
No EOL
392 B
JavaScript
7 lines
No EOL
392 B
JavaScript
"use client";
|
|
|
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon(/*#__PURE__*/_jsx("path", {
|
|
d: "M15.5 22h.21c.84-.02 1.12-1.11.41-1.56-2.78-1.77-4.63-4.89-4.63-8.43 0-3.55 1.85-6.66 4.63-8.44.7-.45.44-1.54-.39-1.56h-.13c-4.9-.05-9.21 3.53-9.98 8.37C4.64 16.61 9.45 22 15.5 22"
|
|
}), 'NightlightRoundRounded'); |