UNPKG

@vector-im/compound-design-tokens

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