UNPKG

@teamsparta/stack-icons

Version:
7 lines (4 loc) 248 B
import * as react from 'react'; import { LineFillIcon } from '../type.mjs'; declare const ArrowChevronLeftCircle: react.ForwardRefExoticComponent<Omit<LineFillIcon, "ref"> & react.RefAttributes<SVGSVGElement>>; export { ArrowChevronLeftCircle };