UNPKG

@vector-im/compound-design-tokens

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