@risemaxi/sigil
Version:
Icons and Signs for the Rise Design System
8 lines (7 loc) • 304 B
TypeScript
import type { IconProps } from '../../types';
declare const ArrowRightDownLongFill: import("react").NamedExoticComponent<IconProps>;
/**
* Remix Icon: Arrow Right Down Long Fill
* @see {@link https://remixicon.com/icon/arrow-right-down-long-fill Remix Icon Docs}
*/
export { ArrowRightDownLongFill };