@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
19 lines (15 loc) • 713 B
JavaScript
"use client";
const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
const require_icon = require('../icon.cjs');
let lucide_react = require("lucide-react");
lucide_react = require_rolldown_runtime.__toESM(lucide_react);
//#region src/components/icon/icons/square-dashed-top-solid-icon.tsx
/**
* `SquareDashedTopSolidIcon` is [Lucide](https://lucide.dev) SVG icon component.
*
* @see https://yamada-ui.com/docs/components/icon
*/
const SquareDashedTopSolidIcon = require_icon.component(require_icon.Icon)({ as: lucide_react.SquareDashedTopSolid });
//#endregion
exports.SquareDashedTopSolidIcon = SquareDashedTopSolidIcon;
//# sourceMappingURL=square-dashed-top-solid-icon.cjs.map