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