UNPKG

@teamsparta/stack-icons

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