UNPKG

react-devicons

Version:

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

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