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