UNPKG

@fluid-topics/ft-icon

Version:

Typography components

8 lines (7 loc) 253 B
import { customElement } from "@fluid-topics/ft-wc-utils"; import { FtIcon } from "./ft-icon"; export * from "./ft-icon.styles"; export * from "./ft-icon.properties"; export * from "./ft-icon"; export * from "./icons"; customElement("ft-icon")(FtIcon);