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