UNPKG

@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) 538 B
"use client"; import { Icon as Icon$1, component } from "../icon.js"; import { SquareDashedBottomCode } from "lucide-react"; //#region src/components/icon/icons/square-dashed-bottom-code-icon.tsx /** * `SquareDashedBottomCodeIcon` is [Lucide](https://lucide.dev) SVG icon component. * * @see https://yamada-ui.com/docs/components/icon */ const SquareDashedBottomCodeIcon = component(Icon$1)({ as: SquareDashedBottomCode }); //#endregion export { SquareDashedBottomCodeIcon }; //# sourceMappingURL=square-dashed-bottom-code-icon.js.map