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