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