@nsmr/pixelart-react
Version:
Pixelarticons as React Components - Finest handmade pixelart icons, now for React. Includes interactive gallery with all 486 icons.
10 lines (9 loc) • 311 B
TypeScript
import React from 'react';
export interface LayoutSidebarLeftProps extends React.SVGProps<SVGSVGElement> {
size?: number | string;
className?: string;
}
export declare const LayoutSidebarLeft: {
({ size, className, ...props }: LayoutSidebarLeftProps): React.JSX.Element;
displayName: string;
};