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