import React from "react";

/**
 * dial-pad.svg
 */
declare const DialPadIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default DialPadIcon;
