@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) • 459 B
JavaScript
"use client";
import { Icon as Icon$1, component } from "../icon.js";
import { ArrowUpDown } from "lucide-react";
//#region src/components/icon/icons/arrow-up-down-icon.tsx
/**
* `ArrowUpDownIcon` is [Lucide](https://lucide.dev) SVG icon component.
*
* @see https://yamada-ui.com/docs/components/icon
*/
const ArrowUpDownIcon = component(Icon$1)({ as: ArrowUpDown });
//#endregion
export { ArrowUpDownIcon };
//# sourceMappingURL=arrow-up-down-icon.js.map