@navikt/aksel-icons
Version:
800+ open source icons made by Aksel, Nav's design system team.
8 lines (7 loc) • 302 B
TypeScript
import * as React from "react";
interface SVGRProps {
title?: string;
titleId?: string;
}
declare const SvgChevronRightLastCircleFill: React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & SVGRProps & React.RefAttributes<SVGSVGElement>>;
export default SvgChevronRightLastCircleFill;