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