// components/pricing/icons.tsx import * as React from "react"; export function CheckIcon(props: React.SVGProps) { return ( ); } export function MinusIcon(props: React.SVGProps) { return ( ); }