@teamsparta/stack-icons
Version:
stack icons
10 lines (7 loc) • 301 B
text/typescript
import * as react from 'react';
import { IconSize } from '../type.mjs';
declare const ActionSorting: react.ForwardRefExoticComponent<Omit<{
size: IconSize;
color?: string | undefined;
} & react.SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
export { ActionSorting };