import React from "react";

/**
 * threads-solid.svg
 */
declare const ThreadsSolidIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ThreadsSolidIcon;
