UNPKG

@vector-im/compound-design-tokens

Version:
12 lines (9 loc) 247 B
import React from "react"; /** * verified.svg */ declare const VerifiedIcon: React.ForwardRefExoticComponent< Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> & React.RefAttributes<SVGSVGElement> >; export default VerifiedIcon;