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