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