import * as React from "react"; import { ISvgIcons } from "./type"; export const GithubIcon: React.FC = ({ width = "24", height = "24", className, color }) => ( );