UNPKG

@vector-im/compound-design-tokens

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