diff --git a/src/components/headerbar/HeaderbarIcon.tsx b/src/components/headerbar/HeaderbarIcon.tsx new file mode 100644 index 0000000..b012df0 --- /dev/null +++ b/src/components/headerbar/HeaderbarIcon.tsx @@ -0,0 +1,22 @@ +import * as React from "react"; +import { FunctionComponent } from "react"; +//@ts-ignore +import MancalaIcon from "jsx:../../mancala.svg"; + +const HeaderbarIcon: FunctionComponent = () => { + return ( +