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