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