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