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