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