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