import React from "react";

/**
 * linux.svg
 */
declare const LinuxIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default LinuxIcon;
