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