UNPKG

@stratakit/foundations

Version:
4 lines (3 loc) 336 B
import type { BaseProps } from "./~utils.js"; /** Creates an inline icon component for the specified `<path>` definition (`d` attribute). */ export declare function createIconFromPath(d: string): import("react").ForwardRefExoticComponent<Omit<BaseProps<"svg">, "children"> & import("react").RefAttributes<HTMLElement | SVGSVGElement>>;