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