import React from "react";

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

export default ComposeIcon;
