import React from "react";

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

export default KeySolidIcon;
