infinity-forge
Version:
5 lines (4 loc) • 329 B
TypeScript
import { IIcon } from '../interfaces.js';
export declare function PinIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
export declare function PinInverseIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
export declare function PinNoBgIcon({ color }: IIcon): import("react/jsx-runtime").JSX.Element;