UNPKG

@guruhotel/aura-icons

Version:

🎨 Icon library designed by the Guruhotel team for Aura UI

5 lines (4 loc) • 228 B
import React from "react"; import { TAuraIcon } from "../types"; declare const LinkRegular: React.MemoExoticComponent<React.ForwardRefExoticComponent<TAuraIcon & React.RefAttributes<SVGSVGElement>>>; export default LinkRegular;