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