Blocks.tsx•559 B
import {
GalleryThumbnailsIcon,
ImagesIcon,
LayersIcon,
TablePropertiesIcon,
TagsIcon,
TextIcon,
TypeIcon,
} from "lucide-react";
import { LinkIcon } from "@/components/ui/icons/Link";
export const TitleBlockIcon = TypeIcon;
export const CoverBlockIcon = GalleryThumbnailsIcon;
export const LinkBlockIcon = LinkIcon;
export const ContentBlockIcon = TextIcon;
export const AssetsBlockIcon = ImagesIcon;
export const PropertiesBlockIcon = TablePropertiesIcon;
export const DirectoryBlockIcon = LayersIcon;
export const TagsBlockIcon = TagsIcon;