import type { IconProps } from "./types"; export function Obsidian({ size = 18, className }: IconProps) { return ( ); }