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