import * as React from 'react'; export interface Fork-224Props extends React.SVGProps { ariaLabel?: string } export default function Fork-224({ ariaLabel, ...props }: Fork-224Props) { return ( ); }