UNPKG

react-devicons

Version:

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

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