UNPKG

@piste-icons/react

Version:

React components for ski trail difficulty symbols

7 lines (6 loc) 224 B
import { Color } from './constants.js'; export interface ArrowLeftProps { color?: Color; size?: number; } export declare const ArrowLeft: ({ color, size }: ArrowLeftProps) => import("react/jsx-runtime").JSX.Element;