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