UNPKG

nice-ui

Version:

React design system, components, and utilities

8 lines (7 loc) 202 B
import * as React from 'react'; export interface IIconSvgGithubProps { color?: string; size?: number; } declare const IconSvgGithub: React.FC<IIconSvgGithubProps>; export default IconSvgGithub;