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