const Icons = {
  shield: (
    <svg viewBox="0 0 48 48" fill="none" strokeWidth="1.5" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round">
      <path d="M24 6 L40 12 V24 C40 33 33 41 24 44 C15 41 8 33 8 24 V12 Z"/>
      <path d="M17 24 L22 29 L32 19"/>
    </svg>
  ),
  wallet: (
    <svg viewBox="0 0 48 48" fill="none" strokeWidth="1.5" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round">
      <rect x="6" y="12" width="36" height="26" rx="4"/>
      <path d="M6 18 H36 A6 6 0 0 1 42 24 A6 6 0 0 1 36 30 H32"/>
      <circle cx="34" cy="24" r="2" fill="currentColor"/>
    </svg>
  ),
  hands: (
    <svg viewBox="0 0 48 48" fill="none" strokeWidth="1.5" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round">
      <circle cx="24" cy="14" r="6"/>
      <path d="M12 42 V34 C12 28 17 24 24 24 C31 24 36 28 36 34 V42"/>
      <path d="M24 24 V32"/>
    </svg>
  ),
  pulse: (
    <svg viewBox="0 0 48 48" fill="none" strokeWidth="1.5" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round">
      <path d="M4 24 H14 L18 14 L24 34 L30 18 L34 24 H44"/>
    </svg>
  ),
  power: (
    <svg viewBox="0 0 48 48" fill="none" strokeWidth="1.5" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round">
      <path d="M24 6 V24"/>
      <path d="M14 14 A14 14 0 1 0 34 14"/>
    </svg>
  ),
  insert: (
    <svg viewBox="0 0 48 48" fill="none" strokeWidth="1.5" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round">
      <path d="M10 22 C10 14 16 10 24 10 C32 10 38 14 38 22 C38 28 34 32 30 32 H18 C14 32 10 28 10 22 Z"/>
      <path d="M24 38 V44"/>
      <path d="M20 41 L28 41"/>
    </svg>
  ),
  timer: (
    <svg viewBox="0 0 48 48" fill="none" strokeWidth="1.5" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round">
      <circle cx="24" cy="26" r="16"/>
      <path d="M24 16 V26 L30 30"/>
      <path d="M18 6 H30"/>
      <path d="M24 6 V10"/>
    </svg>
  ),
  chart: (
    <svg viewBox="0 0 48 48" fill="none" strokeWidth="1.5" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round">
      <rect x="6" y="8" width="36" height="32" rx="4"/>
      <path d="M14 30 L20 22 L26 26 L34 16"/>
      <circle cx="34" cy="16" r="1.5" fill="currentColor"/>
    </svg>
  ),
};
window.Icons = Icons;
