import { FC } from "react"; import { Icon, IconProps } from "./Icon.js"; // copied from material design icons export const FocusIcon: FC = (props) => ( );