mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Add deer icon
This commit is contained in:
parent
3b236d69a2
commit
b3cbc9545b
@ -12,7 +12,7 @@ import {
|
|||||||
FaFire,
|
FaFire,
|
||||||
FaUps,
|
FaUps,
|
||||||
} from "react-icons/fa";
|
} from "react-icons/fa";
|
||||||
import { GiHummingbird } from "react-icons/gi";
|
import { GiDeer, GiHummingbird } from "react-icons/gi";
|
||||||
import { LuBox, LuLassoSelect } from "react-icons/lu";
|
import { LuBox, LuLassoSelect } from "react-icons/lu";
|
||||||
import * as LuIcons from "react-icons/lu";
|
import * as LuIcons from "react-icons/lu";
|
||||||
import { MdRecordVoiceOver } from "react-icons/md";
|
import { MdRecordVoiceOver } from "react-icons/md";
|
||||||
@ -38,6 +38,8 @@ export function getIconForLabel(label: string, className?: string) {
|
|||||||
return <FaCarSide key={label} className={className} />;
|
return <FaCarSide key={label} className={className} />;
|
||||||
case "cat":
|
case "cat":
|
||||||
return <FaCat key={label} className={className} />;
|
return <FaCat key={label} className={className} />;
|
||||||
|
case "deer":
|
||||||
|
return <GiDeer key={label} className={className} />;
|
||||||
case "animal":
|
case "animal":
|
||||||
case "bark":
|
case "bark":
|
||||||
case "dog":
|
case "dog":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user