import * as React from "react"; import { SVGProps } from "react"; const SvgOcr = (props: SVGProps) => ( ); export default SvgOcr;