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