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