@stratakit/foundations
Version:
Foundational pieces of StrataKit
4 lines (3 loc) • 336 B
TypeScript
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>>;