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