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