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