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