UNPKG

@vector-im/compound-design-tokens

Version:
12 lines (9 loc) 252 B
import React from "react"; /** * ask-to-join.svg */ declare const AskToJoinIcon: React.ForwardRefExoticComponent< Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> & React.RefAttributes<SVGSVGElement> >; export default AskToJoinIcon;