@risemaxi/sigil
Version:
Icons and Signs for the Rise Design System
11 lines (10 loc) • 327 B
TypeScript
/// <reference types="react" />
import type { IconProps } from '../../types';
/**
* MingCute Icon: Bread Line
* @see {@link https://www.mingcute.com MingCute Icon Docs}
*/
export declare const BreadLine: import("react").MemoExoticComponent<{
(props: IconProps): import("react").JSX.Element;
displayName: string;
}>;