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