@vtex/phosphor-icons
Version:
<p align="center"> <img alt="VTEX Logo" src="./docs/assets/vtex-logo.svg" height="100" width="117" /> <h3 align="center">VTEX Phosphor Icons</h3> <p align="center">Reach us on #admin-ui channel on Slack | Tag us with @dev-team-admin on Slack</p> </p
6 lines (5 loc) • 356 B
TypeScript
/// <reference types="react" />
import type { IconWeight } from './Icon';
export declare const renderPathForWeight: (weight: IconWeight, path: PaintFunction) => React.ReactNode | null;
export declare type PaintFunction = () => React.ReactNode | null;
export declare type RenderFunction = (weight: IconWeight, color: string) => React.ReactNode | null;