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