UNPKG

react-devicons

Version:

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

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