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