forked from Github/frigate
feat(web): icons and better menu handling for dark mode
This commit is contained in:
committed by
Blake Blackshear
parent
9867f4eeee
commit
ff62338359
10
web/src/icons/DarkMode.jsx
Normal file
10
web/src/icons/DarkMode.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { h } from 'preact';
|
||||
|
||||
export default function DarkMode() {
|
||||
return (
|
||||
<svg className=" fill-current" viewBox="0 0 24 24">
|
||||
<rect fill="none" height="24" width="24" />
|
||||
<path d="M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36c-0.98,1.37-2.58,2.26-4.4,2.26 c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z" />
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user