UNPKG

devicons-react

Version:

Devicons React is a collection of icons that symbolize programming languages, design tools, and development software.

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