UNPKG

araya-styled-comp-lib

Version:

mark 1 react component library styled component

5 lines (4 loc) 164 B
import React from 'react'; import { IconProps } from '../../types'; declare const ProfileIcon: (props: IconProps) => React.JSX.Element; export default ProfileIcon;