UNPKG

@piste-icons/react

Version:

React components for ski trail difficulty symbols

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