UNPKG

@navikt/aksel-icons

Version:

800+ open source icons made by Aksel, Nav's design system team.

8 lines (7 loc) 286 B
import React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare const SvgTimerStartFill: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>; export default SvgTimerStartFill;