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