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