@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
17 lines (13 loc) • 434 B
JavaScript
"use client";
import { Icon as Icon$1, component } from "../icon.js";
import { Triangle } from "lucide-react";
//#region src/components/icon/icons/triangle-icon.tsx
/**
* `TriangleIcon` is [Lucide](https://lucide.dev) SVG icon component.
*
* @see https://yamada-ui.com/docs/components/icon
*/
const TriangleIcon = component(Icon$1)({ as: Triangle });
//#endregion
export { TriangleIcon };
//# sourceMappingURL=triangle-icon.js.map