UNPKG

@vector-im/compound-design-tokens

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