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