UNPKG

react-devicons

Version:

React components for the svg icons of the [devicon](https://github.com/devicons/devicon) project.

7 lines 236 B
import React from "react"; interface Props extends React.SVGProps<SVGElement> { size?: number | string; color?: string; } declare const ReadthedocsOriginalIcon: React.FunctionComponent<Props>; export default ReadthedocsOriginalIcon;