import { SVGAttributes } from 'react'; export default function LaravelIcon(props: SVGAttributes) { return ( ); }