svelte-leafygreen-icons
Version:
Leafygreen UI SVG icons as Svelte components
47 lines • 1.89 kB
JavaScript
export { ActivityFeed } from "./ActivityFeed";
export { ArrowDown } from "./ArrowDown";
export { ArrowLeft } from "./ArrowLeft";
export { ArrowRight } from "./ArrowRight";
export { ArrowUp } from "./ArrowUp";
export { Bell } from "./Bell";
export { Building } from "./Building";
export { CaretDown } from "./CaretDown";
export { CaretLeft } from "./CaretLeft";
export { CaretRight } from "./CaretRight";
export { CaretUp } from "./CaretUp";
export { Charts } from "./Charts";
export { Checkmark } from "./Checkmark";
export { CheckmarkWithCircle } from "./CheckmarkWithCircle";
export { ChevronDown } from "./ChevronDown";
export { ChevronLeft } from "./ChevronLeft";
export { ChevronRight } from "./ChevronRight";
export { ChevronUp } from "./ChevronUp";
export { Cloud } from "./Cloud";
export { Copy } from "./Copy";
export { CreditCard } from "./CreditCard";
export { Edit } from "./Edit";
export { Ellipsis } from "./Ellipsis";
export { Folder } from "./Folder";
export { InfoWithCircle } from "./InfoWithCircle";
export { InviteUser } from "./InviteUser";
export { Laptop } from "./Laptop";
export { Lock } from "./Lock";
export { MagnifyingGlass } from "./MagnifyingGlass";
export { Megaphone } from "./Megaphone";
export { Menu } from "./Menu";
export { NotAllowed } from "./NotAllowed";
export { Person } from "./Person";
export { PersonWithLock } from "./PersonWithLock";
export { Plus } from "./Plus";
export { PlusWithCircle } from "./PlusWithCircle";
export { QuestionMarkWithCircle } from "./QuestionMarkWithCircle";
export { Refresh } from "./Refresh";
export { Save } from "./Save";
export { Settings } from "./Settings";
export { Stitch } from "./Stitch";
export { Support } from "./Support";
export { Trash } from "./Trash";
export { University } from "./University";
export { Warning } from "./Warning";
export { X } from "./X";
export { XWithCircle } from "./XWithCircle";