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