UNPKG

nice-ui

Version:

React design system, components, and utilities

7 lines (6 loc) 182 B
import * as React from 'react'; export interface IIconSvgGoogleProps { size?: number; } declare const IconSvgGoogle: React.FC<IIconSvgGoogleProps>; export default IconSvgGoogle;