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