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