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