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