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